:root {
    --ink: #18332f;
    --ink-2: #284b43;
    --sage: #7b947d;
    --mist: #e8eee7;
    --cream: #f7f3e9;
    --paper: #fffdf8;
    --clay: #b96142;
    --gold: #c89d55;
}

* { box-sizing: border-box; }

body {
    color: var(--ink);
    background: var(--paper);
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.online-access-page {
  min-height: 100vh;
  background: radial-gradient(circle at top left, rgba(218, 157, 82, .24), transparent 38%), #f4efe5;
}

.online-access-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem 1rem;
}

.online-access-card {
  width: min(100%, 34rem);
  padding: clamp(1.5rem, 5vw, 3rem);
  border: 1px solid rgba(16, 44, 40, .12);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 1.5rem 4rem rgba(16, 44, 40, .14);
}

.online-access-boundary {
  display: grid;
  gap: .35rem;
  padding: 1rem;
  border-radius: 1rem;
  background: #f7f4ed;
  color: #4d5e59;
  font-size: .9rem;
}

a { color: var(--ink-2); }

.demo-ribbon {
    padding: .55rem 0;
    color: #f7f3e9;
    background: var(--ink);
    font-size: .76rem;
    letter-spacing: .01em;
}

.demo-ribbon a { color: #f1d39f; white-space: nowrap; }

.navbar {
    background: rgba(255, 253, 248, .94);
    border-bottom: 1px solid rgba(24, 51, 47, .09);
    backdrop-filter: blur(16px);
}

.go-mark {
    display: inline-grid;
    width: 2.35rem;
    height: 2.35rem;
    place-items: center;
    color: #fff;
    background: var(--clay);
    border-radius: 50%;
    font-size: .8rem;
    font-weight: 700;
}

.brand-word {
    font-weight: 700;
    letter-spacing: .12em;
}

.btn-ink,
.btn-clay {
    border: 0;
    color: #fff;
    background: var(--ink);
    border-radius: 999px;
    padding: .75rem 1.25rem;
    font-weight: 600;
}

.btn-clay { background: var(--clay); }
.btn-ink:hover, .btn-ink:focus { color: #fff; background: #0f2421; }
.btn-clay:hover, .btn-clay:focus { color: #fff; background: #9f4f34; }

.eyebrow {
    color: var(--clay);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 86% 20%, rgba(200, 157, 85, .22), transparent 27%),
        linear-gradient(145deg, var(--cream), #edf3ec);
}

.hero::after {
    position: absolute;
    right: -8rem;
    bottom: -13rem;
    width: 32rem;
    height: 32rem;
    content: "";
    border: 1px solid rgba(24, 51, 47, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 4rem rgba(255, 255, 255, .18), 0 0 0 8rem rgba(255, 255, 255, .12);
}

.hero-content { position: relative; z-index: 1; padding: 6.5rem 0 8rem; }

.display-title {
    max-width: 850px;
    margin: 1rem 0 1.25rem;
    font-size: clamp(2.5rem, 6vw, 5.6rem);
    font-weight: 700;
    letter-spacing: -.055em;
    line-height: .98;
}

.lead-copy { max-width: 680px; color: #46615b; font-size: 1.08rem; line-height: 1.8; }

.search-shell {
    position: relative;
    z-index: 2;
    margin-top: -3.5rem;
    padding: 1rem;
    background: #fff;
    border: 1px solid rgba(24, 51, 47, .08);
    border-radius: 1.4rem;
    box-shadow: 0 1.5rem 4rem rgba(24, 51, 47, .13);
}

.search-shell .form-control,
.search-shell .form-select {
    min-height: 3.55rem;
    border-color: #d8e0d8;
    border-radius: .85rem;
}

.section-space { padding: 6rem 0; }
.soft-section { background: var(--cream); }
.section-title { max-width: 700px; font-weight: 700; letter-spacing: -.035em; }

.property-card {
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(24, 51, 47, .09);
    border-radius: 1.35rem;
    box-shadow: 0 .8rem 2.5rem rgba(24, 51, 47, .07);
    transition: transform .2s ease, box-shadow .2s ease;
}

.property-card:hover { transform: translateY(-4px); box-shadow: 0 1.1rem 3rem rgba(24, 51, 47, .12); }

.property-art {
    position: relative;
    min-height: 240px;
    overflow: hidden;
}

.property-art::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(to top, rgba(9, 29, 25, .54), transparent 60%);
}

.art-zeytin-avlu {
    background:
        radial-gradient(circle at 32% 32%, #d9bc76 0 3%, transparent 3.4%),
        radial-gradient(circle at 62% 35%, #8da175 0 12%, transparent 12.5%),
        linear-gradient(130deg, #2f5144, #9eb395 48%, #d8b97a);
}

.art-bag-evi {
    background:
        radial-gradient(circle at 68% 30%, rgba(255,255,255,.55), transparent 17%),
        repeating-linear-gradient(116deg, transparent 0 2rem, rgba(39,75,67,.2) 2rem 2.2rem),
        linear-gradient(145deg, #bd8b5a, #667e5f 55%, #203f38);
}

.art-label {
    position: absolute;
    z-index: 1;
    right: 1.25rem;
    bottom: 1.1rem;
    left: 1.25rem;
    color: #fff;
    font-size: .82rem;
}

.price { font-size: 1.35rem; font-weight: 700; }
.fine-print { color: #6e7f7b; font-size: .78rem; }
.mode-note { color: #526b65; font-size: .85rem; line-height: 1.6; }

.feature-card,
.metric-card,
.panel-card {
    height: 100%;
    padding: 1.6rem;
    background: #fff;
    border: 1px solid rgba(24, 51, 47, .09);
    border-radius: 1.2rem;
}

.feature-number {
    display: grid;
    width: 2.8rem;
    height: 2.8rem;
    margin-bottom: 1.2rem;
    place-items: center;
    color: #fff;
    background: var(--clay);
    border-radius: .8rem;
    font-weight: 700;
}

.presentation-launch {
    color: #fff;
    background: var(--ink);
    border-color: var(--ink);
}

.presentation-launch .eyebrow { color: #f1d39f; }
.presentation-launch .mode-note { color: rgba(255, 255, 255, .72); }

.last-room-launch {
    color: #fff;
    background: linear-gradient(135deg, #173e35, #2d695a);
    border-color: #173e35;
}

.last-room-launch .eyebrow { color: #f1d39f; }
.last-room-launch .mode-note { color: rgba(255, 255, 255, .76); }

.last-room-story {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1.2rem 1.35rem;
    background: #edf5ef;
    border: 1px solid #cfdfd2;
    border-left: 5px solid var(--sage);
    border-radius: 1rem;
}

.presentation-step {
    padding: .45rem .75rem;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 600;
}

.discipline-panel {
    padding: 1.15rem 1.3rem;
    background: #f1f5ef;
    border: 1px solid #d7e1d6;
    border-radius: 1.2rem;
}

.discipline-panel summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
    list-style: none;
}

.discipline-panel summary::-webkit-details-marker { display: none; }
.discipline-panel summary strong,
.discipline-panel summary small,
.discipline-proof strong,
.discipline-proof span { display: block; }
.discipline-panel summary small { margin-top: .2rem; color: #61736e; font-size: .78rem; }
.discipline-open-label { color: var(--ink-2); font-size: .78rem; font-weight: 600; white-space: nowrap; }
.discipline-panel[open] .discipline-open-label { visibility: hidden; }

.discipline-proof {
    height: 100%;
    padding: 1rem;
    background: #fff;
    border: 1px solid rgba(24, 51, 47, .09);
    border-radius: .9rem;
}

.discipline-proof span { margin-top: .4rem; color: #526b65; font-size: .78rem; line-height: 1.55; }

.detail-hero {
    min-height: 420px;
    display: flex;
    align-items: end;
    color: #fff;
}

.detail-overlay {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 5rem 0 3rem;
}

.status-line {
    padding: 1rem 1.1rem;
    background: var(--mist);
    border-left: 4px solid var(--sage);
    border-radius: .8rem;
}

.timeline { position: relative; padding-left: 1.8rem; }
.timeline::before { position: absolute; top: .3rem; bottom: .3rem; left: .45rem; width: 2px; content: ""; background: #d8e0d8; }
.timeline-item { position: relative; margin-bottom: 1.35rem; }
.timeline-item::before { position: absolute; top: .25rem; left: -1.65rem; width: .85rem; height: .85rem; content: ""; background: var(--clay); border: 3px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px var(--clay); }

.mock-disclosure {
    color: #4a3516;
    background: #fff3cd;
    border: 1px solid #e8cf86;
    border-left: 5px solid var(--gold);
    border-radius: 1rem;
}

.mock-payment-shell { border-top: 5px solid var(--clay); }

.payment-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem;
}

.payment-step {
    min-width: 0;
    padding: 1rem;
    color: #71807d;
    background: #f4f5f2;
    border: 1px solid #e0e5df;
    border-radius: 1rem;
}

.payment-step > span {
    display: grid;
    width: 2rem;
    height: 2rem;
    margin-bottom: .7rem;
    place-items: center;
    color: #fff;
    background: #8b9996;
    border-radius: 50%;
    font-weight: 700;
}

.payment-step strong,
.payment-step small { display: block; }
.payment-step small { margin-top: .25rem; font-size: .72rem; }
.payment-step.done { color: var(--ink); background: var(--mist); border-color: #cbd8cc; }
.payment-step.done > span { background: var(--sage); }
.payment-step.active { color: var(--ink); background: #fff8ea; border-color: var(--gold); }
.payment-step.active > span { background: var(--clay); }

.table > :not(caption) > * > * { padding: 1rem .85rem; }
.table thead th { color: #64756f; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }

.site-footer { color: #fff; background: #102722; }
.footer-link { color: #f1d39f; }

@media (max-width: 767.98px) {
    .demo-ribbon .container { align-items: flex-start !important; }
    .hero-content { padding: 4.5rem 0 6.5rem; }
    .section-space { padding: 4.25rem 0; }
    .property-art { min-height: 205px; }
    .payment-steps { grid-template-columns: 1fr 1fr; }
    .discipline-panel summary { align-items: flex-start; }
    .discipline-open-label { white-space: normal; text-align: right; }
    .last-room-story { align-items: flex-start; flex-direction: column; }
}
