:root {
    --home-ink: #0b1f2a;
    --home-ink-soft: #52636b;
    --home-navy: #082b36;
    --home-navy-2: #0d3c47;
    --home-brand: #00e7c1;
    --home-brand-dark: #00b99a;
    --home-cream: #f4f2ec;
    --home-mist: #f2f8f7;
    --home-line: rgba(11, 31, 42, .12);
    --home-white-line: rgba(255, 255, 255, .18);
    --home-radius-sm: 14px;
    --home-radius-md: 24px;
    --home-radius-lg: 36px;
    --home-shadow-sm: 0 14px 40px rgba(8, 43, 54, .08);
    --home-shadow-lg: 0 28px 80px rgba(8, 43, 54, .18);
}

.home-page {
    display: block;
    min-height: 100%;
    overflow-x: hidden;
    font-family: "Manrope", sans-serif;
    color: var(--home-ink);
    background: #fff;
}

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

.home-page h1,
.home-page h2,
.home-page h3,
.home-page p {
    margin-top: 0;
}

.home-page a {
    text-decoration: none;
}

.home-nav a {
    margin-left: 0;
}

.home-nav {
    position: absolute;
    inset: 0 0 auto;
    z-index: 1035;
    padding: 22px 0;
    transition: background .3s ease, padding .3s ease, box-shadow .3s ease;
}

.home-nav.is-scrolled {
    position: fixed;
    padding: 10px 0;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 10px 35px rgba(5, 29, 38, .1);
    backdrop-filter: blur(18px);
}

.home-nav-logo img {
    display: block;
    width: 158px;
    height: auto;
    filter: brightness(0) invert(1);
    transition: filter .3s ease;
}

.home-nav.is-scrolled .home-nav-logo img {
    filter: none;
}

.home-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 13px;
    color: rgba(255, 255, 255, .92);
    font-size: .9rem;
    font-weight: 700;
    text-shadow: none;
    transition: color .2s ease;
}

.home-nav-link:hover,
.home-nav-link:focus {
    color: var(--home-brand);
}

.home-nav.is-scrolled .home-nav-link {
    color: var(--home-ink);
}

.home-nav.is-scrolled .home-nav-link:hover {
    color: var(--home-brand-dark);
}

.home-language-switch {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 999px;
}

.home-language-switch a {
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
}

.home-language-switch span {
    width: 1px;
    height: 13px;
    background: rgba(255, 255, 255, .35);
}

.home-nav.is-scrolled .home-language-switch {
    border-color: var(--home-line);
}

.home-nav.is-scrolled .home-language-switch a {
    color: var(--home-ink);
}

.home-nav.is-scrolled .home-language-switch span {
    background: var(--home-line);
}

.home-nav-dropdown,
.home-search-dropdown {
    border: 0;
    border-radius: 18px;
    padding: 10px;
    box-shadow: var(--home-shadow-lg);
}

.home-nav-dropdown .dropdown-item,
.home-search-dropdown .dropdown-item {
    margin: 2px 0;
    padding: 10px 13px;
    border-radius: 11px;
    font-size: .88rem;
    font-weight: 600;
    color: var(--home-ink);
}

.home-nav-dropdown .dropdown-item:hover,
.home-search-dropdown .dropdown-item:hover,
.home-search-dropdown .dropdown-item.active {
    background: rgba(0, 231, 193, .13);
    color: #006f5e;
}

.home-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    font-size: 1.55rem;
}

.home-nav.is-scrolled .home-nav-toggle {
    color: var(--home-ink);
    border-color: var(--home-line);
    background: #fff;
}

.home-hero {
    position: relative;
    padding: 0;
    min-height: 930px;
    display: flex;
    align-items: center;
    isolation: isolate;
    color: #fff;
    background: var(--home-navy);
}

.home-hero-image {
    position: absolute;
    inset: 0;
    z-index: -4;
    background: url("images/ivan-nedelchev-Ln15OyaijyM-unsplash.webp") center 45% / cover no-repeat;
}

.home-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -3;
    background:
        radial-gradient(circle at 78% 38%, rgba(0, 231, 193, .18), transparent 31%),
        linear-gradient(90deg, rgba(4, 27, 36, .95) 0%, rgba(4, 27, 36, .82) 46%, rgba(4, 27, 36, .54) 100%),
        linear-gradient(180deg, rgba(3, 22, 29, .2), rgba(3, 22, 29, .72));
}

.home-hero-grid {
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: .15;
    background-image:
        linear-gradient(rgba(255, 255, 255, .16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .16) 1px, transparent 1px);
    background-size: 90px 90px;
    mask-image: linear-gradient(to right, #000, transparent 80%);
}

.home-hero-container {
    position: relative;
    z-index: 2;
    padding-top: 150px;
    padding-bottom: 10px;
}

.home-kicker,
.home-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    color: var(--home-brand-dark);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.home-kicker {
    padding: 9px 14px;
    color: var(--home-brand);
    border: 1px solid rgba(0, 231, 193, .34);
    border-radius: 999px;
    background: rgba(0, 231, 193, .08);
    letter-spacing: .09em;
}

.home-hero-copy h1 {
    max-width: 900px;
    margin-bottom: 26px;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: clamp(3.5rem, 7vw, 4rem);
    font-weight: 700;
    line-height: .96;
    letter-spacing: -.055em;
    text-shadow: 0 10px 35px rgba(0, 0, 0, .2);
}

.home-hero-copy h1 strong {
    color: var(--home-brand);
    font-weight: inherit;
}

.home-hero-lead {
    max-width: 720px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, .8);
    font-size: clamp(1.02rem, 1.5vw, 1.2rem);
    line-height: 1.85;
}

.home-hero-actions,
.home-final-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
}

.home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 14px 22px;
    border-radius: 999px;
    font-size: .92rem;
    font-weight: 800;
    transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.home-btn:hover {
    transform: translateY(-2px);
}

.home-btn-primary {
    color: #04251f;
    background: var(--home-brand);
    box-shadow: 0 18px 38px rgba(0, 231, 193, .22);
}

.home-btn-primary:hover {
    color: #fff;
    background: var(--home-brand-dark);
}

.home-btn-ghost {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .35);
    background: rgba(255, 255, 255, .07);
    backdrop-filter: blur(10px);
}

.home-btn-ghost:hover {
    color: #fff;
    background: rgba(255, 255, 255, .14);
}

.home-btn-dark {
    color: #fff;
    background: var(--home-navy);
}

.home-btn-dark:hover {
    color: #062e26;
    background: var(--home-brand);
}

.home-hero-assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 11px 22px;
    margin-top: 34px;
}

.home-hero-assurances span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .72);
    font-size: .83rem;
    font-weight: 600;
}

.home-hero-assurances i {
    color: var(--home-brand);
}

.home-search-panel {
    position: relative;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: var(--home-radius-lg);
    background: rgba(255, 255, 255, .96);
    color: var(--home-ink);
    box-shadow: 0 34px 100px rgba(1, 21, 28, .34);
    backdrop-filter: blur(22px);
}

.home-search-panel::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 34px;
    width: 110px;
    height: 3px;
    border-radius: 99px;
    background: var(--home-brand);
}

.home-search-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
}

.home-search-heading span {
    display: block;
    margin-bottom: 7px;
    color: var(--home-brand-dark);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.home-search-heading h2 {
    margin-bottom: 0;
    color: var(--home-ink);
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: -.035em;
}

.home-search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 15px;
    color: var(--home-navy);
    background: rgba(0, 231, 193, .14);
    font-size: 1.2rem;
}

.home-field-group {
    margin-bottom: 19px;
}

.home-field-group label {
    display: block;
    margin-bottom: 9px;
    color: var(--home-ink);
    font-size: .79rem;
    font-weight: 800;
}

.home-field-group small {
    color: #7b898f;
    font-size: .68rem;
    font-weight: 600;
}

.home-purpose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
}

.home-purpose-btn {
    min-height: 43px;
    border: 1px solid #dbe3e2;
    border-radius: 13px;
    color: var(--home-ink);
    background: #fff;
    font-size: .78rem;
    font-weight: 700;
    transition: .2s ease;
}

.home-purpose-btn:hover,
.home-purpose-btn.active {
    border-color: var(--home-brand);
    color: #064f43;
    background: rgba(0, 231, 193, .13);
}

.home-select-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 48px;
    padding: 11px 14px;
    border: 1px solid #dbe3e2;
    border-radius: 13px;
    color: var(--home-ink);
    background: #fff;
    font-size: .83rem;
    font-weight: 700;
}

.home-select-btn:hover,
.home-select-btn:focus {
    border-color: var(--home-brand-dark);
}

.home-region-field {
    position: relative;
}

.home-tag-input {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    min-height: 50px;
    padding: 7px 12px;
    border: 1px solid #dbe3e2;
    border-radius: 13px;
    background: #fff;
}

.home-tag-input > i {
    color: var(--home-brand-dark);
}

.home-tag-input input {
    flex: 1;
    min-width: 130px;
    padding: 5px 0;
    border: 0 !important;
    outline: 0;
    color: var(--home-ink);
    background: transparent;
    font: inherit;
    font-size: .82rem;
}

.home-region-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 9px;
    border-radius: 999px;
    color: #07594b;
    background: rgba(0, 231, 193, .14);
    font-size: .7rem;
    font-weight: 800;
}

.home-region-tag button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #07594b;
    background: rgba(0, 0, 0, .08);
    line-height: 1;
}

.home-autocomplete {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 1080;
    display: none;
    max-height: 250px;
    overflow-y: auto;
    padding: 8px;
    border: 1px solid var(--home-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--home-shadow-lg);
}

.home-autocomplete.is-visible {
    display: block;
}

.home-autocomplete-option {
    display: flex;
    align-items: center;
    gap: 9px;
    width: 100%;
    padding: 10px 11px;
    border: 0;
    border-radius: 10px;
    color: var(--home-ink);
    background: transparent;
    text-align: left;
    font-size: .8rem;
    font-weight: 650;
}

.home-autocomplete-option:hover {
    background: var(--home-mist);
}

.home-autocomplete-option i {
    color: var(--home-brand-dark);
}

.home-search-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 54px;
    padding: 13px 18px;
    border: 0;
    border-radius: 15px;
    color: #042a23;
    background: var(--home-brand);
    font-size: .88rem;
    font-weight: 800;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.home-search-submit:hover {
    color: #fff;
    background: var(--home-brand-dark);
    transform: translateY(-1px);
}

.home-hero-bottom {
    position: absolute;
    right: 0;
    bottom: 28px;
    left: 0;
    z-index: 2;
}

.home-scroll-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, .62);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.home-scroll-link span {
    position: relative;
    width: 42px;
    height: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, .3);
}

.home-scroll-link span::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--home-brand);
    transform: translateX(-100%);
    animation: home-scroll-line 2.2s infinite;
}

@keyframes home-scroll-line {
    0% { transform: translateX(-100%); }
    55%, 100% { transform: translateX(100%); }
}

.home-trust-bar {
    position: relative;
    z-index: 3;
    margin-top: -1px;
    background: #fff;
    border-bottom: 1px solid var(--home-line);
}

.home-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.home-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    min-height: 136px;
    padding: 34px 25px;
    border-right: 1px solid var(--home-line);
}

.home-trust-item:first-child {
    border-left: 1px solid var(--home-line);
}

.home-trust-item > i {
    color: var(--home-brand-dark);
    font-size: 1.35rem;
}

.home-trust-item strong,
.home-trust-item span {
    display: block;
}

.home-trust-item strong {
    margin-bottom: 5px;
    color: var(--home-ink);
    font-size: .88rem;
    font-weight: 800;
}

.home-trust-item span {
    color: var(--home-ink-soft);
    font-size: .76rem;
    line-height: 1.6;
}

.home-section {
    padding: 110px 0;
}

.home-section-header {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
    align-items: end;
    gap: 50px;
    margin-bottom: 52px;
}

.home-section-header h2,
.home-section-copy h2,
.home-services-intro h2,
.home-process-copy h2 {
    margin-bottom: 0;
    color: var(--home-ink);
    font-family: "Playfair Display", serif;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -.045em;
}

.home-section-header p,
.home-services-intro p,
.home-process-copy p {
    margin-bottom: 0;
    color: var(--home-ink-soft);
    font-size: .98rem;
    line-height: 1.82;
}

.home-advisory-section {
    background: #fff;
}

.home-image-composition {
    position: relative;
    min-height: 640px;
}

.home-image-main {
    position: absolute;
    inset: 0 14% 7% 0;
    overflow: hidden;
    border-radius: var(--home-radius-lg);
    box-shadow: var(--home-shadow-lg);
}

.home-image-main img,
.home-image-secondary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-image-secondary {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 43%;
    height: 43%;
    overflow: hidden;
    border: 9px solid #fff;
    border-radius: 29px;
    box-shadow: var(--home-shadow-lg);
}

.home-image-note {
    position: absolute;
    top: 48px;
    right: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 250px;
    padding: 17px 18px;
    border-radius: 18px 0 0 18px;
    color: #fff;
    background: var(--home-navy);
    box-shadow: var(--home-shadow-sm);
}

.home-image-note i {
    color: var(--home-brand);
    font-size: 1.3rem;
}

.home-image-note span {
    font-size: .74rem;
    font-weight: 700;
    line-height: 1.55;
}

.home-section-copy {
    max-width: 620px;
    padding-left: 25px;
}

.home-section-copy h2 {
    margin-bottom: 24px;
}

.home-section-lead {
    margin-bottom: 18px;
    color: var(--home-ink) !important;
    font-size: 1.1rem;
    font-weight: 650;
    line-height: 1.75;
}

.home-section-copy > p:not(.home-section-lead) {
    margin-bottom: 28px;
    color: var(--home-ink-soft);
    line-height: 1.85;
}

.home-check-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 22px;
    margin-bottom: 30px;
}

.home-check-list div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--home-ink);
    font-size: .84rem;
    font-weight: 700;
    line-height: 1.6;
}

.home-check-list i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border-radius: 50%;
    color: #064f43;
    background: rgba(0, 231, 193, .16);
}

.home-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--home-ink);
    font-size: .86rem;
    font-weight: 800;
}

.home-text-link:hover {
    color: var(--home-brand-dark);
}

.home-decisions-section {
    background: var(--home-mist);
}

.home-decision-card {
    position: relative;
    height: 100%;
    min-height: 505px;
    padding: 32px;
    overflow: hidden;
    border: 1px solid var(--home-line);
    border-radius: var(--home-radius-md);
    background: #fff;
    box-shadow: var(--home-shadow-sm);
    transition: transform .25s ease, box-shadow .25s ease;
}

.home-decision-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--home-shadow-lg);
}

.home-decision-card.featured {
    color: #fff;
    border-color: transparent;
    background:
        radial-gradient(circle at 85% 15%, rgba(0, 231, 193, .2), transparent 34%),
        linear-gradient(145deg, var(--home-navy), var(--home-navy-2));
}

.home-card-index {
    position: absolute;
    top: 20px;
    right: 22px;
    color: rgba(11, 31, 42, .08);
    font-family: "Playfair Display", serif;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1;
}

.home-decision-card.featured .home-card-index {
    color: rgba(255, 255, 255, .08);
}

.home-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 30px;
    border-radius: 18px;
    color: var(--home-navy);
    background: rgba(0, 231, 193, .15);
    font-size: 1.5rem;
}

.home-decision-card.featured .home-card-icon {
    color: var(--home-brand);
    background: rgba(0, 231, 193, .11);
}

.home-decision-card h3 {
    margin-bottom: 15px;
    color: var(--home-ink);
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: -.025em;
}

.home-decision-card.featured h3 {
    color: #fff;
}

.home-decision-card p {
    min-height: 96px;
    margin-bottom: 23px;
    color: var(--home-ink-soft);
    font-size: .88rem;
    line-height: 1.75;
}

.home-decision-card.featured p {
    color: rgba(255, 255, 255, .72);
}

.home-decision-card ul {
    display: grid;
    gap: 11px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.home-decision-card li {
    position: relative;
    padding-left: 21px;
    color: var(--home-ink);
    font-size: .8rem;
    font-weight: 650;
    line-height: 1.55;
}

.home-decision-card li::before {
    content: "";
    position: absolute;
    top: .55em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--home-brand-dark);
}

.home-decision-card.featured li {
    color: rgba(255, 255, 255, .86);
}

.home-decision-card.featured li::before {
    background: var(--home-brand);
}

.home-decision-card > a {
    position: absolute;
    right: 32px;
    bottom: 30px;
    left: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 17px;
    border-top: 1px solid var(--home-line);
    color: var(--home-ink);
    font-size: .82rem;
    font-weight: 800;
}

.home-decision-card.featured > a {
    border-top-color: rgba(255, 255, 255, .14);
    color: var(--home-brand);
}

.home-properties-section {
    color: #fff;
    background:
        radial-gradient(circle at 10% 10%, rgba(0, 231, 193, .12), transparent 24%),
        var(--home-navy);
}

.home-section-header.light h2,
.home-section-header.light p {
    color: #fff;
}

.home-section-header.light p {
    color: rgba(255, 255, 255, .65);
}

.light-link {
    margin-top: 14px;
    color: var(--home-brand);
}

.home-property-card {
    height: 100%;
    overflow: hidden;
    border-radius: var(--home-radius-md);
    background: #fff;
    box-shadow: 0 20px 55px rgba(0, 0, 0, .18);
    transition: transform .25s ease;
}

.home-property-card:hover {
    transform: translateY(-7px);
}

.home-property-image-wrap {
    position: relative;
    display: block;
    height: 285px;
    overflow: hidden;
}

.home-property-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .24));
}

.home-property-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}

.home-property-card:hover .home-property-image-wrap img {
    transform: scale(1.055);
}

.home-property-status {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    padding: 7px 11px;
    border-radius: 999px;
    color: #fff;
    background: rgba(7, 35, 44, .82);
    backdrop-filter: blur(10px);
    font-size: .68rem;
    font-weight: 800;
}

.home-property-open {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #04251f;
    background: var(--home-brand);
}

.home-property-body {
    padding: 24px;
}

.home-property-location {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
    color: var(--home-brand-dark);
    font-size: .72rem;
    font-weight: 800;
}

.home-property-body h3 {
    min-height: 52px;
    margin-bottom: 22px;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.45;
}

.home-property-body h3 a {
    color: var(--home-ink);
}

.home-property-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    padding-top: 18px;
    border-top: 1px solid var(--home-line);
}

.home-property-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
}

.home-property-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--home-ink-soft);
    font-size: .69rem;
    font-weight: 700;
}

.home-property-footer strong {
    color: var(--home-ink);
    font-size: 1rem;
    font-weight: 800;
    white-space: nowrap;
}

.home-empty-state {
    padding: 55px;
    border: 1px dashed rgba(255, 255, 255, .25);
    border-radius: var(--home-radius-md);
    color: rgba(255, 255, 255, .72);
    text-align: center;
}

.home-regions-section {
    background: #fff;
}

.home-regions-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: 235px;
    gap: 16px;
}

.home-region-card {
    position: relative;
    grid-column: span 3;
    overflow: hidden;
    border-radius: var(--home-radius-md);
    background: var(--home-navy);
}

.home-region-card-large {
    grid-column: span 8;
    grid-row: span 2;
}

.home-region-card:nth-child(2),
.home-region-card:nth-child(3) {
    grid-column: span 4;
}

.home-region-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.home-region-card:hover img {
    transform: scale(1.06);
}

.home-region-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 21, 28, .03), rgba(3, 21, 28, .82));
}

.home-region-content {
    position: absolute;
    right: 22px;
    bottom: 20px;
    left: 22px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    color: #fff;
}

.home-region-content > div:first-child > span {
    display: block;
    margin-bottom: 5px;
    color: var(--home-brand);
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.home-region-content h3 {
    margin-bottom: 0;
    color: #fff;
    font-size: clamp(1.15rem, 2vw, 1.7rem);
    font-weight: 800;
}

.home-region-count {
    display: flex;
    align-items: baseline;
    gap: 5px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    background: rgba(4, 29, 37, .45);
    backdrop-filter: blur(10px);
}

.home-region-count strong {
    font-size: .82rem;
}

.home-region-count span {
    font-size: .61rem;
}

.home-services-section {
    background: var(--home-cream);
}

.home-services-intro {
    max-width: 850px;
    margin-bottom: 55px;
}

.home-services-intro h2 {
    margin-bottom: 22px;
}

.home-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(11, 31, 42, .16);
    border-left: 1px solid rgba(11, 31, 42, .16);
}

.home-service-tile {
    position: relative;
    min-height: 410px;
    padding: 31px 28px;
    overflow: hidden;
    border-right: 1px solid rgba(11, 31, 42, .16);
    border-bottom: 1px solid rgba(11, 31, 42, .16);
    color: var(--home-ink);
    background: rgba(255, 255, 255, .25);
    transition: color .3s ease, background .3s ease;
}

.home-service-tile::before {
    content: "";
    position: absolute;
    right: -110px;
    bottom: -110px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(0, 231, 193, .15);
    transition: transform .45s ease;
}

.home-service-tile:hover {
    color: #fff;
    background: var(--home-navy);
}

.home-service-tile:hover::before {
    transform: scale(1.8);
}

.home-service-number {
    position: absolute;
    top: 24px;
    right: 24px;
    color: rgba(11, 31, 42, .24);
    font-size: .7rem;
    font-weight: 800;
}

.home-service-tile:hover .home-service-number {
    color: rgba(255, 255, 255, .34);
}

.home-service-tile > i {
    display: block;
    margin: 80px 0 34px;
    color: var(--home-brand-dark);
    font-size: 2.2rem;
}

.home-service-tile:hover > i {
    color: var(--home-brand);
}

.home-service-tile h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
    color: var(--home-ink);
    font-size: 1.18rem;
    font-weight: 800;
}

.home-service-tile:hover h3 {
    color: #fff;
}

.home-service-tile p {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    color: var(--home-ink-soft);
    font-size: .8rem;
    line-height: 1.75;
}

.home-service-tile:hover p {
    color: rgba(255, 255, 255, .72);
}

.home-service-arrow {
    position: absolute;
    right: 28px;
    bottom: 28px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--home-line);
    border-radius: 50%;
    color: var(--home-ink);
}

.home-service-tile:hover .home-service-arrow {
    border-color: rgba(255, 255, 255, .2);
    color: var(--home-brand);
}

.home-process-section {
    background: #fff;
}

.home-process-copy {
    position: sticky;
    top: 130px;
    max-width: 480px;
}

.home-process-copy h2 {
    margin-bottom: 24px;
}

.home-process-copy p {
    margin-bottom: 30px;
}

.home-process-list {
    border-top: 1px solid var(--home-line);
}

.home-process-step {
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 23px;
    padding: 31px 0;
    border-bottom: 1px solid var(--home-line);
}

.home-process-step > span {
    color: var(--home-brand-dark);
    font-family: "Playfair Display", serif;
    font-size: 2.1rem;
    font-weight: 700;
}

.home-process-step h3 {
    margin-bottom: 9px;
    color: var(--home-ink);
    font-size: 1.08rem;
    font-weight: 800;
}

.home-process-step p {
    margin-bottom: 0;
    color: var(--home-ink-soft);
    font-size: .84rem;
    line-height: 1.75;
}

.home-insights-section {
    background: var(--home-mist);
}

.home-insight-card {
    display: block;
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--home-line);
    border-radius: var(--home-radius-md);
    background: #fff;
    box-shadow: var(--home-shadow-sm);
    transition: transform .25s ease, box-shadow .25s ease;
}

.home-insight-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--home-shadow-lg);
}

.home-insight-image {
    height: 245px;
    overflow: hidden;
}

.home-insight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.home-insight-card:hover img {
    transform: scale(1.055);
}

.home-insight-body {
    padding: 25px;
}

.home-insight-body > span {
    display: block;
    margin-bottom: 12px;
    color: var(--home-brand-dark);
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.home-insight-body h3 {
    min-height: 57px;
    margin-bottom: 13px;
    color: var(--home-ink);
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.45;
}

.home-insight-body p {
    min-height: 94px;
    margin-bottom: 19px;
    color: var(--home-ink-soft);
    font-size: .79rem;
    line-height: 1.72;
}

.home-insight-body strong {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--home-ink);
    font-size: .75rem;
    font-weight: 800;
}

.home-final-cta {
    position: relative;
    padding: 115px 0;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    background: var(--home-navy);
}

.home-final-cta-image {
    position: absolute;
    inset: 0;
    z-index: -3;
    background: url("images/photo-1663617834540-6cbe78e3b96d.webp") center 45% / cover no-repeat;
}

.home-final-cta-overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(4, 28, 36, .95), rgba(4, 28, 36, .8) 58%, rgba(4, 28, 36, .56)),
        radial-gradient(circle at 85% 20%, rgba(0, 231, 193, .22), transparent 28%);
}

.light-kicker {
    color: var(--home-brand);
}

.home-final-cta h2 {
    max-width: 850px;
    margin-bottom: 18px;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: clamp(2.7rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.045em;
}

.home-final-cta p {
    max-width: 720px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .74);
    font-size: 1rem;
    line-height: 1.8;
}

.home-final-actions {
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}

.home-final-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: .88rem;
    font-weight: 800;
}

.home-mobile-menu {
    font-family: "Manrope", sans-serif;
}

.home-mobile-menu .offcanvas-header {
    padding: 23px;
    border-bottom: 1px solid var(--home-line);
}

.home-mobile-menu .offcanvas-body {
    display: flex;
    flex-direction: column;
    padding: 26px 23px;
}

.home-mobile-label {
    margin-bottom: 15px;
    color: var(--home-brand-dark);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.home-mobile-menu .offcanvas-body > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid var(--home-line);
    color: var(--home-ink);
    font-size: .95rem;
    font-weight: 800;
}

.home-mobile-languages {
    display: flex;
    gap: 8px;
    margin-top: 28px;
}

.home-mobile-languages a {
    padding: 10px 14px;
    border: 1px solid var(--home-line);
    border-radius: 999px;
    color: var(--home-ink);
    font-size: .76rem;
    font-weight: 800;
}

.reveal-item {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease, transform .7s ease;
}

.reveal-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.home-page footer {
    margin-top: 0;
}

@media (max-width: 1199.98px) {
    .home-hero {
        min-height: auto;
    }

    .home-hero-container {
        padding-top: 150px;
        padding-bottom: 110px;
    }

    .home-hero-copy {
        max-width: 900px;
    }

    .home-search-panel {
        max-width: 720px;
    }

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

    .home-trust-item:nth-child(3) {
        border-left: 1px solid var(--home-line);
    }

    .home-trust-item:nth-child(-n+2) {
        border-bottom: 1px solid var(--home-line);
    }

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

@media (max-width: 991.98px) {
    .home-section {
        padding: 85px 0;
    }

    .home-section-header {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .home-section-copy {
        padding-left: 0;
    }

    .home-image-composition {
        min-height: 570px;
    }

    .home-regions-grid {
        grid-auto-rows: 235px;
    }

    .home-region-card,
    .home-region-card-large {
        grid-column: span 6;
        grid-row: span 1;
    }

    .home-process-copy {
        position: static;
        max-width: 720px;
    }

    .home-final-actions {
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    .home-page {
        padding-bottom: 0 !important;
    }

    .home-nav {
        padding: 15px 0;
    }

    .home-nav-logo img {
        width: 138px;
    }

    .home-hero-container {
        padding-top: 125px;
        padding-bottom: 100px;
    }

    .home-hero-copy h1 {
        font-size: clamp(3.1rem, 15vw, 4.8rem);
    }

    .home-hero-actions,
    .home-final-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .home-btn {
        width: 100%;
    }

    .home-search-panel {
        padding: 24px 20px;
        border-radius: 26px;
    }

    .home-purpose-grid {
        grid-template-columns: 1fr;
    }

    .home-hero-bottom {
        display: none;
    }

    .home-trust-grid {
        grid-template-columns: 1fr;
    }

    .home-trust-item,
    .home-trust-item:first-child,
    .home-trust-item:nth-child(3) {
        min-height: auto;
        padding: 25px 6px;
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid var(--home-line);
    }

    .home-section {
        padding: 72px 0;
    }

    .home-section-header h2,
    .home-section-copy h2,
    .home-services-intro h2,
    .home-process-copy h2 {
        font-size: clamp(2.35rem, 12vw, 3.5rem);
    }

    .home-image-composition {
        min-height: 475px;
    }

    .home-image-main {
        inset: 0 7% 7% 0;
    }

    .home-image-secondary {
        width: 47%;
        height: 38%;
        border-width: 6px;
    }

    .home-image-note {
        top: 28px;
        max-width: 210px;
        padding: 13px 14px;
    }

    .home-check-list {
        grid-template-columns: 1fr;
    }

    .home-decision-card {
        min-height: 510px;
    }

    .home-property-image-wrap {
        height: 255px;
    }

    .home-regions-grid {
        display: flex;
        overflow-x: auto;
        gap: 13px;
        margin-right: -12px;
        padding-right: 12px;
        scroll-snap-type: x mandatory;
    }

    .home-region-card,
    .home-region-card-large {
        min-width: 84vw;
        height: 330px;
        scroll-snap-align: start;
    }

    .home-services-grid {
        grid-template-columns: 1fr;
    }

    .home-service-tile {
        min-height: 355px;
    }

    .home-service-tile > i {
        margin-top: 56px;
    }

    .home-process-step {
        grid-template-columns: 55px 1fr;
        gap: 15px;
    }

    .home-final-cta {
        padding: 90px 0;
    }

    .home-final-cta h2 {
        font-size: clamp(2.5rem, 12vw, 4rem);
    }

    .home-final-phone {
        justify-content: center;
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .reveal-item {
        opacity: 1;
        transform: none;
    }
}

/* =========================================================
   AEDIS NOVA — Popular properties carousel
   ========================================================= */
.home-property-carousel {
    position: relative;
    outline: none;
}

.home-property-carousel-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.home-property-carousel-counter {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: rgba(255, 255, 255, .58);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.home-property-carousel-counter [data-carousel-current] {
    color: var(--home-brand);
    font-size: .95rem;
}

.home-property-carousel-divider {
    width: 54px;
    height: 1px;
    background: rgba(255, 255, 255, .24);
}

.home-property-carousel-buttons {
    display: inline-flex;
    gap: 10px;
}

.home-property-carousel-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, .06);
    font-size: 1.08rem;
    transition: border-color .2s ease, background .2s ease, color .2s ease, opacity .2s ease;
}

.home-property-carousel-button:hover:not(:disabled),
.home-property-carousel-button:focus-visible:not(:disabled) {
    border-color: var(--home-brand);
    color: #04251f;
    background: var(--home-brand);
}

.home-property-carousel-button:disabled {
    cursor: default;
    opacity: .28;
}

.home-property-carousel-viewport {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.home-property-carousel-viewport::-webkit-scrollbar {
    display: none;
}

.home-property-carousel-track {
    display: flex;
    align-items: stretch;
    gap: 24px;
}

.home-property-carousel-slide {
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.home-property-carousel-slide .home-property-card {
    height: 100%;
}

.home-property-carousel-progress {
    position: relative;
    height: 2px;
    margin-top: 28px;
    overflow: hidden;
    background: rgba(255, 255, 255, .14);
}

.home-property-carousel-progress span {
    position: absolute;
    inset: 0;
    transform: scaleX(.04);
    transform-origin: left center;
    background: var(--home-brand);
    transition: transform .18s ease;
}

@media (max-width: 991.98px) {
    .home-property-carousel-slide {
        flex-basis: calc((100% - 20px) / 2);
    }

    .home-property-carousel-track {
        gap: 20px;
    }
}

@media (max-width: 575.98px) {
    .home-property-carousel-toolbar {
        margin-bottom: 18px;
    }

    .home-property-carousel-slide {
        flex-basis: 100%;
    }

    .home-property-carousel-track {
        gap: 14px;
    }

    .home-property-carousel-button {
        width: 44px;
        height: 44px;
    }

    .home-property-carousel-divider {
        width: 34px;
    }
}

/* =========================================================
   AEDIS NOVA — HERO MERGE 2026
   Hero από τη δεύτερη μακέτα + search form της production αρχικής.
   Χωρίς scroll-snap, χωρίς side dots, χωρίς "SCROLL" indicator.
   ========================================================= */
.home-hero.home-hero-merged {
    min-height: 100vh;
    min-height: 100svh;
    padding: 0;
    overflow: visible;
    display: flex;
    align-items: center;
    background: #082b36;
}

.home-hero-merged .home-hero-image {
    position: absolute;
    inset: 0;
    z-index: -4;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center 48%;
    display: block;
}

.home-hero-merged .home-hero-overlay {
    background:
        radial-gradient(circle at 74% 38%, rgba(0, 231, 193, .10), transparent 30%),
        linear-gradient(90deg,
            rgba(5, 28, 37, .82) 0%,
            rgba(5, 28, 37, .70) 42%,
            rgba(5, 28, 37, .50) 68%,
            rgba(5, 28, 37, .55) 100%),
        linear-gradient(180deg, rgba(3, 22, 29, .12), rgba(3, 22, 29, .48));
}

.home-hero-merged .home-hero-grid {
    opacity: .13;
    background-size: 88px 88px;
    mask-image: none;
    -webkit-mask-image: none;
}

.home-hero-merged .home-hero-container {
    width: 100%;
    padding-top: 135px;
    padding-bottom: 72px;
}

.home-hero-merged .home-hero-copy {
    max-width: 760px;
    padding-right: 18px;
}

.home-hero-merged .home-kicker-minimal {
    margin-bottom: 24px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--home-brand);
    font-size: .72rem;
    letter-spacing: .19em;
}

.home-hero-merged .home-hero-copy h1 {
    max-width: 760px;
    margin-bottom: 22px;
    font-size: clamp(3.1rem, 5.4vw, 5.25rem);
    line-height: .98;
    letter-spacing: -.052em;
}

.home-hero-merged .home-hero-copy h1 em {
    color: var(--home-brand);
    font-style: italic;
    font-weight: 600;
}

.home-hero-merged .home-hero-lead {
    max-width: 630px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, .78);
    font-size: 1.02rem;
    line-height: 1.72;
}

.home-hero-merged .home-btn {
    min-height: 50px;
    padding: 12px 20px;
    font-size: .84rem;
}

.home-hero-merged .home-search-panel-hero {
    max-width: 455px;
    margin-left: auto;
    padding: 27px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 27px;
    background: rgba(255, 255, 255, .965);
    box-shadow: 0 28px 80px rgba(1, 20, 28, .34);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.home-hero-merged .home-search-panel-hero::before {
    left: 29px;
    width: 92px;
}

.home-hero-merged .home-search-heading {
    margin-bottom: 20px;
}

.home-hero-merged .home-search-heading h2 {
    max-width: 315px;
    font-size: 1.28rem;
    line-height: 1.25;
}

.home-hero-merged .home-field-group {
    margin-bottom: 15px;
}

.home-hero-merged .home-purpose-btn {
    min-height: 40px;
}

.home-hero-merged .home-select-btn,
.home-hero-merged .home-tag-input {
    min-height: 46px;
}

.home-hero-merged .home-search-submit {
    min-height: 50px;
}

/* Σκόπιμα δεν υπάρχει πλέον scroll indicator κάτω από το hero. */
.home-hero-merged .home-hero-bottom,
.home-hero-merged .scroll-hint,
.home-hero-merged + .dots {
    display: none !important;
}

/* Νέο logo: λευκό πάνω στο hero, κανονικό όταν γίνει sticky το menu. */
.home-nav-logo img[src*="logo-aedis.png"] {
    width: 156px;
    filter: brightness(0) invert(1);
}

.home-nav.is-scrolled .home-nav-logo img[src*="logo-aedis.png"] {
    filter: none;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .home-hero.home-hero-merged {
        min-height: 100vh;
        min-height: 100svh;
    }

    .home-hero-merged .home-hero-copy h1 {
        font-size: clamp(3rem, 4.7vw, 4.55rem);
    }

    .home-hero-merged .home-search-panel-hero {
        max-width: 430px;
        padding: 24px;
    }
}

@media (max-width: 1199.98px) {
    .home-hero.home-hero-merged {
        min-height: 100vh;
        min-height: 100svh;
    }

    .home-hero-merged .home-hero-container {
        padding-top: 145px;
        padding-bottom: 95px;
    }

    .home-hero-merged .home-hero-copy {
        max-width: 820px;
        padding-right: 0;
    }

    .home-hero-merged .home-search-panel-hero {
        max-width: 720px;
        margin: 10px 0 0;
    }
}

@media (max-width: 767.98px) {
    .home-hero-merged .home-hero-container {
        padding-top: 118px;
        padding-bottom: 65px;
    }

    .home-hero-merged .home-hero-copy h1 {
        font-size: clamp(2.65rem, 12vw, 4.15rem);
        line-height: 1;
    }

    .home-hero-merged .home-hero-lead {
        font-size: .96rem;
        line-height: 1.65;
    }

    .home-hero-merged .home-search-panel-hero {
        margin-top: 16px;
        padding: 22px 18px;
        border-radius: 23px;
    }

    .home-hero-merged .home-search-heading h2 {
        font-size: 1.16rem;
    }
}
