:root {
    --bg: #f5f4ef;
    --bg-soft: #fbfaf6;
    --surface: #ffffff;
    --surface-alt: #fffdf5;
    --text: #161616;
    --muted: #676767;
    --line: #e3e3e3;
    --primary: #ffd100;
    --primary-strong: #e0b400;
    --secondary: #111111;
    --secondary-soft: #2d2d2d;
    --success-bg: #e8f8f1;
    --success-text: #157347;
    --danger-bg: #fdeced;
    --danger-text: #b02a37;
    --shadow: 0 18px 42px rgba(17, 17, 17, 0.14);
    --radius-xl: 22px;
    --radius-lg: 18px;
    --radius-md: 12px;
    --container: 1240px;
}

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

html {
    scroll-behavior: smooth;
}

#top,
#basvurular,
#surec,
#sss,
#lead-form {
    scroll-margin-top: 108px;
}

body {
    margin: 0;
    font-family: "Manrope", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top right, rgba(255, 209, 0, 0.16), transparent 28%),
        radial-gradient(circle at top left, rgba(17, 17, 17, 0.08), transparent 34%),
        linear-gradient(180deg, #fbfaf7 0%, #f3f4ef 34%, #fffdfa 100%);
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

body::before,
body::after {
    content: "";
    position: fixed;
    pointer-events: none;
    z-index: 0;
}

body::before {
    top: -180px;
    right: -120px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle at center, rgba(255, 209, 0, 0.18), rgba(255, 209, 0, 0) 68%);
}

body::after {
    left: -140px;
    top: 120px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle at center, rgba(17, 17, 17, 0.12), rgba(17, 17, 17, 0) 72%);
}

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

button,
input,
select,
textarea {
    font: inherit;
}

.page-shell {
    width: min(calc(100% - 32px), var(--container));
    margin: 0 auto;
    padding: 18px 0 48px;
}

.site-header,
.site-footer,
.hero-section,
.section-grid {
    position: relative;
    z-index: 1;
}

.site-header {
    position: sticky;
    top: 12px;
    z-index: 24;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
    padding: 18px 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 247, 242, 0.98));
    border: 1px solid rgba(47, 49, 54, 0.1);
    border-radius: var(--radius-lg);
    box-shadow: 0 18px 40px rgba(47, 49, 54, 0.1);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.brand {
    display: inline-flex;
    align-items: center;
    align-self: center;
    gap: 0;
    flex: 0 0 auto;
}

.brand-mark {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(145deg, var(--secondary) 0%, var(--secondary-soft) 52%, var(--primary) 100%);
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.brand-mark.brand-mark-logo {
    width: auto;
    height: 100%;
    min-width: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    flex: 0 0 auto;
}

.brand-mark__image {
    display: block;
    width: clamp(286px, 19.8vw, 374px);
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: left center;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.brand-copy strong {
    font-size: 1rem;
    letter-spacing: 0.06em;
    color: var(--secondary);
}

.brand-copy small {
    font-size: 0.84rem;
    color: #8a9098;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 22px;
}

.lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.lang-switch a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 64px;
    min-height: 40px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 800;
}

.lang-switch a.is-active {
    border-color: rgba(255, 209, 0, 0.4);
    background: linear-gradient(180deg, #fff7cf 0%, #ffe68b 100%);
    color: var(--secondary);
}

.lang-flag {
    width: 20px;
    height: 14px;
    flex: none;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 0 1px rgba(47, 49, 54, 0.14);
}

.lang-label {
    line-height: 1;
    letter-spacing: 0.03em;
}

.lang-flag-tr {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 24'%3E%3Crect width='36' height='24' fill='%23E30A17'/%3E%3Ccircle cx='14' cy='12' r='6' fill='%23fff'/%3E%3Ccircle cx='16' cy='12' r='5' fill='%23E30A17'/%3E%3Cpolygon fill='%23fff' points='21,8.3 21.9,10.7 24.5,10.8 22.4,12.3 23.1,14.8 21,13.3 18.9,14.8 19.6,12.3 17.5,10.8 20.1,10.7'/%3E%3C/svg%3E");
}

.lang-flag-en {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 30'%3E%3CclipPath id='a'%3E%3Cpath d='M0,0 v30 h60 v-30 z'/%3E%3C/clipPath%3E%3Cpath d='M0,0 v30 h60 v-30 z' fill='%23012169'/%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M0,0 60,30 M60,0 0,30' stroke='%23fff' stroke-width='6'/%3E%3Cpath d='M0,0 60,30 M60,0 0,30' stroke='%23C8102E' stroke-width='4'/%3E%3Cpath d='M30,0 v30 M0,15 h60' stroke='%23fff' stroke-width='10'/%3E%3Cpath d='M30,0 v30 M0,15 h60' stroke='%23C8102E' stroke-width='6'/%3E%3C/g%3E%3C/svg%3E");
}

.lang-flag-de {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 24'%3E%3Crect width='36' height='8' y='0' fill='%23000000'/%3E%3Crect width='36' height='8' y='8' fill='%23DD0000'/%3E%3Crect width='36' height='8' y='16' fill='%23FFCE00'/%3E%3C/svg%3E");
}

.lang-flag-ru {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 24'%3E%3Crect width='36' height='8' y='0' fill='%23FFFFFF'/%3E%3Crect width='36' height='8' y='8' fill='%230039A6'/%3E%3Crect width='36' height='8' y='16' fill='%23D52B1E'/%3E%3C/svg%3E");
}

.site-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 12px;
    color: var(--secondary);
    font-size: 0.95rem;
    font-weight: 700;
    transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover {
    color: #111111;
    background: rgba(17, 17, 17, 0.05);
}

.site-nav .nav-cta {
    padding: 11px 18px;
    color: var(--secondary);
    background: linear-gradient(145deg, #ffe46b 0%, var(--primary) 58%, #f2bd00 100%);
    border-radius: 10px;
    box-shadow: 0 12px 24px rgba(47, 49, 54, 0.14);
}

.site-nav .nav-urgent-link {
    padding: 0 16px;
    border: 1px solid rgba(255, 209, 0, 0.32);
    background: linear-gradient(180deg, #fff8dc 0%, #ffe790 100%);
    color: #4a3300;
    box-shadow: 0 10px 22px rgba(182, 140, 23, 0.14);
}

.site-nav .nav-urgent-link:hover {
    color: #2f2200;
    background: linear-gradient(180deg, #fff4c2 0%, #ffdf6c 100%);
    box-shadow: 0 12px 24px rgba(182, 140, 23, 0.18);
}

.menu-toggle {
    display: none;
    position: relative;
    width: 46px;
    height: 46px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    padding: 0;
}

.menu-toggle span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 20px;
    height: 2px;
    background: var(--text);
    border-radius: 999px;
    transform-origin: center;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-toggle span:first-child {
    transform: translate(-50%, calc(-50% - 6px));
}

.menu-toggle span:last-child {
    transform: translate(-50%, calc(-50% + 6px));
}

.mobile-menu-backdrop,
.mobile-menu-panel {
    display: none;
}

.mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 19;
    background: rgba(33, 36, 40, 0.2);
}

.mobile-menu-panel {
    position: fixed;
    top: 88px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    left: 12px;
    right: 12px;
    z-index: 20;
    padding: 18px;
    border-radius: 20px;
    border: 1px solid rgba(47, 49, 54, 0.1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 248, 244, 0.98));
    box-shadow: 0 24px 48px rgba(47, 49, 54, 0.16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.mobile-menu-panel__header {
    display: grid;
    gap: 4px;
    margin-bottom: 16px;
}

.mobile-menu-panel__header strong {
    color: var(--secondary);
    font-size: 1rem;
}

.mobile-menu-panel__header small,
.mobile-menu-panel__meta {
    color: var(--muted);
}

.mobile-menu-panel__locale-current {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    min-height: 40px;
    margin-top: 8px;
    padding: 0 12px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 999px;
    background: linear-gradient(180deg, #fffdf7 0%, #f7f1df 100%);
    color: var(--secondary);
}

.mobile-menu-panel__locale-current-value {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.mobile-menu-panel__nav,
.mobile-menu-panel__languages {
    display: grid;
    gap: 10px;
}

.mobile-menu-panel__nav {
    margin-bottom: 16px;
}

.mobile-menu-panel__nav a,
.mobile-menu-panel__languages a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid rgba(47, 49, 54, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f6f6f1 100%);
    color: var(--secondary);
    font-weight: 700;
}

.mobile-menu-panel__cta {
    color: var(--secondary) !important;
    background: linear-gradient(145deg, #ffe46b 0%, var(--primary) 58%, #f2bd00 100%) !important;
    box-shadow: 0 14px 26px rgba(47, 49, 54, 0.14);
}

.mobile-menu-panel__languages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mobile-menu-panel__languages a.is-active {
    border-color: rgba(255, 209, 0, 0.36);
    background: linear-gradient(180deg, #fff7cf 0%, #ffe68b 100%);
}

.mobile-menu-panel__meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(47, 49, 54, 0.08);
    font-size: 0.9rem;
}

.mobile-menu-panel__meta a {
    color: var(--secondary);
    font-weight: 700;
}

.hero-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: stretch;
}

.hero-copy,
.lead-panel,
.surface-card,
.faq-item,
.mobile-footer-nav {
    background: var(--surface);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.hero-copy {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: clamp(20px, 3vw, 28px);
    border-radius: var(--radius-xl);
    border-color: rgba(47, 49, 54, 0.14);
    background: linear-gradient(135deg, #2f3136 0%, #59616b 52%, #ffd100 100%);
    box-shadow: 0 28px 58px rgba(47, 49, 54, 0.22);
}

.hero-copy::before,
.hero-copy::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.hero-copy::before {
    width: 280px;
    height: 280px;
    right: -110px;
    top: -90px;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 72%);
}

.hero-copy::after {
    width: 340px;
    height: 340px;
    left: -150px;
    bottom: -180px;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 74%);
}

.hero-copy > * {
    position: relative;
    z-index: 1;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    margin: 0 0 10px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 209, 0, 0.14);
    border: 1px solid rgba(255, 209, 0, 0.28);
    color: var(--secondary);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-copy .eyebrow {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.18);
    color: #fff7d6;
}

.hero-copy h1 {
    margin: 0;
    font-size: clamp(1.9rem, 3.2vw, 2.9rem);
    line-height: 1.1;
    max-width: none;
    color: #fff;
}

.hero-text {
    max-width: 54ch;
    margin: 10px 0 0;
    color: rgba(255, 249, 227, 0.88);
    font-size: 0.96rem;
    line-height: 1.65;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 16px 0 0;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
    transform: translateY(-1px);
}

.button-primary {
    color: var(--secondary);
    background: linear-gradient(145deg, #ffe46b 0%, var(--primary) 58%, #f2bd00 100%);
    box-shadow: 0 16px 30px rgba(47, 49, 54, 0.14);
}

.button-secondary {
    color: var(--secondary);
    border-color: rgba(47, 49, 54, 0.1);
    background: rgba(47, 49, 54, 0.04);
}

.button-full {
    width: 100%;
}

.proof-panel {
    display: grid;
    grid-template-columns: minmax(180px, 0.88fr) minmax(0, 1.52fr);
    gap: 16px;
    margin: 0 0 24px;
}

.proof-stat,
.proof-feed {
    padding: 18px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.lead-proof-inline,
.meta-card,
.form-block {
    padding: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fcfbf7 100%);
    border: 1px solid rgba(47, 49, 54, 0.08);
    border-radius: 16px;
}

.proof-label {
    display: inline-flex;
    margin-bottom: 8px;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.proof-stat strong,
.lead-proof-count strong {
    display: block;
    font-size: clamp(1.9rem, 3vw, 2.5rem);
    line-height: 1;
}

.proof-stat small,
.proof-empty,
.lead-proof-count span,
.panel-head p,
.form-note,
.field span,
.consent-line span,
.completion-top strong,
.completion-top span,
.surface-card p,
.faq-item p,
.site-footer p,
.meta-card span,
.trust-strip > span:first-child {
    color: var(--muted);
}

.proof-stat small {
    display: block;
    margin-top: 8px;
    line-height: 1.7;
}

.hero-copy .proof-label,
.hero-copy .proof-stat small,
.hero-copy .proof-empty {
    color: rgba(255, 255, 255, 0.78);
}

.hero-copy .proof-stat strong,
.hero-copy .proof-feed {
    color: #fff;
}

.proof-names,
.lead-proof-list,
.footer-meta-row,
.trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.proof-name,
.trust-pill {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #fff;
    font-size: 0.88rem;
    font-weight: 700;
}

.lead-proof-list span,
.footer-chip {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    background: rgba(255, 209, 0, 0.14);
    border: 1px solid rgba(255, 209, 0, 0.28);
    border-radius: 999px;
    color: var(--secondary);
    font-size: 0.88rem;
    font-weight: 700;
}

.proof-empty {
    margin: 0;
    line-height: 1.7;
}

.proof-panel-under-form {
    margin: 18px 0 0;
    grid-template-columns: minmax(150px, 0.82fr) minmax(0, 1.18fr);
}

.proof-section {
    padding-top: 16px;
}

.proof-panel-standalone {
    margin: 0;
    grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1.18fr);
}

.proof-panel-standalone .proof-stat,
.proof-panel-standalone .proof-feed {
    background: linear-gradient(180deg, #ffffff 0%, #fcfbf7 100%);
    border: 1px solid rgba(47, 49, 54, 0.08);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.proof-panel-standalone .proof-label,
.proof-panel-standalone .proof-stat small,
.proof-panel-standalone .proof-empty,
.proof-panel-standalone .proof-feed {
    color: var(--muted);
}

.proof-panel-standalone .proof-stat strong,
.proof-panel-standalone .proof-feed {
    color: var(--text);
}

.proof-panel-standalone .proof-name {
    background: rgba(255, 209, 0, 0.14);
    border: 1px solid rgba(255, 209, 0, 0.28);
    color: var(--secondary);
}

.lead-panel .proof-stat,
.lead-panel .proof-feed {
    background: linear-gradient(180deg, #ffffff 0%, #fcfbf7 100%);
    border: 1px solid rgba(47, 49, 54, 0.08);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.lead-panel .proof-label,
.lead-panel .proof-stat small,
.lead-panel .proof-empty,
.lead-panel .proof-feed {
    color: var(--muted);
}

.lead-panel .proof-stat strong,
.lead-panel .proof-feed {
    color: var(--text);
}

.lead-panel .proof-name {
    background: rgba(255, 209, 0, 0.14);
    border: 1px solid rgba(255, 209, 0, 0.28);
    color: var(--secondary);
}

.hero-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.meta-card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1rem;
}

.meta-card span {
    display: block;
    font-size: 0.94rem;
    line-height: 1.7;
}

.trust-strip {
    margin-top: 16px;
    align-items: center;
}

.trust-strip > span:first-child {
    font-size: 0.92rem;
    font-weight: 700;
    color: #f5f1e8;
}

.lead-panel {
    position: relative;
    top: 0;
    align-self: start;
    padding: 24px;
    border-radius: var(--radius-xl);
    overflow: hidden;
    border-color: rgba(47, 49, 54, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #fcfbf7 100%);
}

.lead-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: linear-gradient(90deg, #ffe46b 0%, var(--primary) 58%, #f2bd00 100%);
}

.lead-panel > * {
    position: relative;
    z-index: 1;
}

.panel-head {
    margin-bottom: 20px;
}

.panel-badge,
.footer-label,
.card-index {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 209, 0, 0.14);
    border: 1px solid rgba(255, 209, 0, 0.28);
    color: var(--secondary);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.panel-head h2 {
    margin: 12px 0 10px;
    font-size: clamp(1.6rem, 2.1vw, 2.1rem);
    line-height: 1.18;
}

.lead-proof-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.lead-proof-count {
    min-width: 120px;
}

.lead-proof-count span {
    display: block;
    margin-bottom: 6px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.completion-box {
    padding: 16px 18px;
    margin-bottom: 18px;
    border: 1px solid rgba(140, 94, 0, 0.1);
    border-radius: 16px;
    background: linear-gradient(180deg, #fffdf7 0%, #f8f1de 100%);
}

.page-apply .completion-box {
    display: none;
}

.page-apply.progress-started .completion-box {
    display: block;
}

.completion-top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.completion-track {
    height: 10px;
    border-radius: 999px;
    background: #ece8dc;
    overflow: hidden;
}

.completion-track span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ffe46b 0%, var(--primary) 58%, #f2bd00 100%);
    transition: width 0.3s ease;
}

.lead-form {
    display: grid;
    gap: 20px;
}

.form-block {
    display: grid;
    gap: 16px;
    border-radius: 18px;
}

.form-block h3 {
    margin: 0;
    font-size: 1.08rem;
}

.block-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 0;
}

.block-heading small {
    color: var(--secondary);
    font-weight: 800;
}

.input-grid {
    display: grid;
    gap: 16px;
    align-items: start;
}

.input-grid.two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.input-grid.three-col {
    grid-template-columns: repeat(auto-fit, minmax(172px, 1fr));
}

.field {
    display: grid;
    gap: 8px;
    align-content: start;
    margin: 0;
}

.field-span-full {
    grid-column: 1 / -1;
}

.field span {
    display: flex;
    align-items: flex-end;
    min-height: 24px;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.35;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    min-height: 58px;
    padding: 16px 18px;
    background: #fff;
    color: var(--text);
    border: 1px solid #d6dbe2;
    border-radius: 14px;
    outline: none;
    font-size: 0.98rem;
    line-height: 1.25;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.field select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 48px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%236c6b5d' d='M5.2 7.4 10 12.2l4.8-4.8 1.4 1.4-6.2 6.2-6.2-6.2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px 16px;
}

.field input::placeholder,
.field textarea::placeholder {
    color: #9aa0a8;
    opacity: 1;
}

.field textarea {
    resize: vertical;
    min-height: 140px;
    padding-top: 16px;
}

.price-input-combo {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    align-items: stretch;
    border: 1px solid #d6dbe2;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.price-input-combo select,
.price-input-combo input {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    min-height: 58px;
    background: transparent !important;
}

.price-input-combo select {
    padding: 0 42px 0 16px;
    border-right: 1px solid #e2e6ec !important;
    font-weight: 800;
}

.price-input-combo input {
    padding-left: 16px;
}

.price-input-combo:focus-within {
    border-color: rgba(255, 209, 0, 0.62);
    box-shadow: 0 0 0 4px rgba(255, 209, 0, 0.16);
    background: #fffefb;
}

@media (min-width: 861px) {
    .lead-panel .input-grid.two-col {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: rgba(255, 209, 0, 0.62);
    box-shadow: 0 0 0 4px rgba(255, 209, 0, 0.16);
    background: #fffefb;
}

.consent-line {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 0.94rem;
    line-height: 1.7;
}

.consent-line input {
    margin-top: 5px;
}

.required-mark {
    color: #c45115;
    font-weight: 900;
}

.form-note {
    margin: 0;
    font-size: 0.9rem;
    text-align: center;
}

.form-feedback {
    padding: 14px 16px;
    border-radius: 12px;
    font-weight: 700;
    line-height: 1.6;
}

.form-feedback.is-success {
    background: var(--success-bg);
    color: var(--success-text);
}

.form-feedback.is-error {
    background: var(--danger-bg);
    color: var(--danger-text);
}

.property-media-block {
    margin-top: 4px;
    padding: 18px;
    border: 1px solid rgba(47, 49, 54, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 246, 237, 0.94));
}

.property-media-uploader {
    display: grid;
    gap: 14px;
}

.property-media-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.property-media-dropzone {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    min-height: 124px;
    padding: 20px;
    border: 1px dashed rgba(140, 94, 0, 0.24);
    border-radius: 18px;
    background: linear-gradient(180deg, #fffef9 0%, #f8f1df 100%);
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.property-media-dropzone:hover,
.property-media-dropzone:focus-visible,
.property-media-dropzone.is-dragover {
    border-color: rgba(255, 209, 0, 0.72);
    box-shadow: 0 0 0 4px rgba(255, 209, 0, 0.16);
    background: linear-gradient(180deg, #fffdf3 0%, #fff2bf 100%);
    transform: translateY(-1px);
    outline: none;
}

.property-media-dropzone__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    color: var(--secondary);
    font-size: 1.5rem;
    box-shadow: inset 0 0 0 1px rgba(47, 49, 54, 0.06);
}

.property-media-dropzone__copy {
    display: grid;
    gap: 6px;
}

.property-media-dropzone__copy strong {
    color: var(--secondary);
    font-size: 1rem;
}

.property-media-dropzone__copy p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

.property-media-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.property-media-count {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(47, 49, 54, 0.05);
    color: var(--secondary);
    font-size: 0.9rem;
    font-weight: 800;
}

.property-media-feedback {
    margin: 0;
}

.property-media-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.property-media-empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 18px;
    border-radius: 16px;
    border: 1px dashed rgba(47, 49, 54, 0.1);
    color: var(--muted);
    text-align: center;
    background: rgba(255, 255, 255, 0.74);
}

.property-media-card {
    display: grid;
    gap: 10px;
    padding: 12px;
    border-radius: 18px;
    border: 1px solid rgba(47, 49, 54, 0.08);
    background: #fff;
    box-shadow: 0 12px 24px rgba(47, 49, 54, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.property-media-card.is-dragging {
    opacity: 0.72;
    transform: scale(0.98);
    box-shadow: 0 18px 30px rgba(47, 49, 54, 0.12);
}

.property-media-card.is-drop-target {
    border-color: rgba(255, 209, 0, 0.72);
    box-shadow: 0 0 0 4px rgba(255, 209, 0, 0.14);
}

.property-media-card__preview {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: linear-gradient(180deg, #f2f5f9 0%, #e6edf6 100%);
}

.property-media-card__preview img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.property-media-card__order {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.76);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 800;
}

.property-media-card__meta {
    display: grid;
    gap: 8px;
}

.property-media-card__name {
    min-width: 0;
    color: var(--secondary);
    font-size: 0.9rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.property-media-card__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.property-media-card__drag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 700;
    cursor: grab;
}

.property-media-card__drag:active {
    cursor: grabbing;
}

.property-media-card__remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(220, 38, 38, 0.16);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.98);
    color: #b42318;
    cursor: pointer;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.property-media-card__remove:hover,
.property-media-card__remove:focus-visible {
    background: rgba(220, 38, 38, 0.08);
    border-color: rgba(220, 38, 38, 0.3);
    transform: translateY(-1px);
    outline: none;
}

.hidden-honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

.section-grid {
    padding: 38px 0;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    margin-bottom: 26px;
}

.section-heading.compact {
    display: block;
}

.section-heading h2 {
    margin: 0;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    line-height: 1.14;
    max-width: 14ch;
    color: var(--secondary);
}

.section-intro {
    margin: 12px 0 0;
    max-width: 62ch;
    color: var(--muted);
    line-height: 1.8;
}

.section-heading-collapsible {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
}

.section-heading-body {
    min-width: 0;
}

.section-heading-title-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.section-heading-collapsible h2 {
    max-width: none;
}

.section-counter-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(199, 161, 23, 0.22);
    background: linear-gradient(145deg, #fff8cd 0%, #ffe58f 52%, #ffd100 100%);
    box-shadow: 0 16px 30px rgba(121, 95, 7, 0.12);
    color: var(--secondary);
}

.section-counter-pill strong {
    font-size: 1.28rem;
    line-height: 1;
    color: var(--secondary);
}

.section-counter-pill small {
    color: rgba(17, 17, 17, 0.72);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-toggle-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 18px;
    border: 1px solid rgba(47, 49, 54, 0.08);
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f5ee 100%);
    box-shadow: 0 16px 30px rgba(43, 45, 49, 0.08);
    color: var(--secondary);
    cursor: pointer;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.section-toggle-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(43, 45, 49, 0.12);
}

.section-toggle-button:focus-visible {
    outline: 2px solid rgba(247, 200, 0, 0.8);
    outline-offset: 3px;
}

.section-toggle-button svg {
    width: 20px;
    height: 20px;
    transition: transform 0.24s ease;
}

.section-toggle-button[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.collapsible-panel {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: grid-template-rows 0.34s ease, opacity 0.24s ease, transform 0.24s ease;
}

.collapsible-panel.is-open {
    grid-template-rows: 1fr;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.collapsible-panel__inner {
    min-height: 0;
    overflow: hidden;
}

.collapsible-panel__inner > .urgent-grid,
.collapsible-panel__inner > .proof-panel {
    padding-top: 6px;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.urgent-grid,
.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.page-requests .section-grid,
.page-urgent .section-grid,
.page-sales .section-grid,
.page-projects .section-grid {
    padding: 24px 0;
}

.page-requests .section-grid + .section-grid,
.page-sales .section-grid + .section-grid,
.page-urgent .section-grid + .section-grid {
    padding-top: 8px;
}

.page-requests .proof-panel,
.page-requests .proof-panel-standalone,
.page-sales .proof-panel-standalone,
.page-urgent .proof-panel-standalone {
    gap: 12px;
}

.page-requests .urgent-grid,
.page-sales .urgent-grid,
.page-urgent .urgent-grid,
.page-projects .projects-grid {
    gap: 14px;
}

.surface-card {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fcfbf7 100%);
    border-color: rgba(47, 49, 54, 0.08);
}

.surface-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 22px;
    right: 22px;
    height: 4px;
    background: linear-gradient(90deg, #ffe46b 0%, var(--primary) 58%, #f2bd00 100%);
    border-radius: 0 0 999px 999px;
}

.surface-card.highlighted {
    background: linear-gradient(180deg, #fffdf8 0%, #fff7da 100%);
    box-shadow: 0 22px 46px rgba(47, 49, 54, 0.12);
}

.surface-card h3 {
    margin: 18px 0 12px;
    font-size: 1.18rem;
    color: var(--secondary);
}

.surface-card p,
.faq-item p {
    margin: 0;
    line-height: 1.8;
}

.project-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.urgent-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: linear-gradient(180deg, #fffdf8 0%, #fff7dc 100%);
    border: 1px solid rgba(255, 209, 0, 0.22);
}

.urgent-card::before {
    background: linear-gradient(90deg, #ffe46b 0%, var(--primary) 58%, #f2bd00 100%);
}

.urgent-pill {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 209, 0, 0.16);
    border: 1px solid rgba(255, 209, 0, 0.3);
    color: var(--secondary);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.project-location {
    color: var(--muted);
    font-size: 0.96rem;
}

.project-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.project-meta-item {
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(47, 49, 54, 0.03);
    border: 1px solid rgba(47, 49, 54, 0.08);
}

.project-meta-item span {
    display: block;
    margin-bottom: 6px;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.project-meta-item strong {
    display: block;
    color: var(--secondary);
    font-size: 0.98rem;
    line-height: 1.5;
}

.project-meta-wide {
    grid-column: 1 / -1;
}

.alt-section {
    padding-top: 6px;
}

.benefit-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.benefit-column {
    display: grid;
    gap: 18px;
}

.faq-list {
    display: grid;
    gap: 14px;
}

.faq-item {
    padding: 0;
    overflow: hidden;
    border-radius: 16px;
    border-color: rgba(47, 49, 54, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #fcfbf7 100%);
}

.platform-note-section {
    padding: 8px 0 18px;
}

.platform-note-card {
    padding: 20px 22px;
    border: 1px solid rgba(47, 49, 54, 0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fcfbf7 100%);
    box-shadow: 0 16px 34px rgba(47, 49, 54, 0.1);
}

.platform-note-label {
    margin: 0 0 8px;
    color: var(--secondary);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.platform-note-text {
    margin: 0;
    max-width: 78ch;
    color: var(--muted);
    font-size: 0.96rem;
    line-height: 1.8;
}

.faq-item summary {
    position: relative;
    padding: 20px 22px;
    list-style: none;
    cursor: pointer;
    font-size: 1.03rem;
    font-weight: 700;
    color: var(--secondary);
    padding-right: 56px;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 209, 0, 0.16);
    color: var(--secondary);
    transform: translateY(-50%);
}

.faq-item[open] summary::after {
    content: "-";
}

.faq-item p {
    padding: 0 22px 20px;
}

.site-footer {
    margin-top: 28px;
    padding: 24px;
    border-radius: var(--radius-xl);
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #2f3136 0%, #5a6068 48%, #ffd100 100%);
    border: 1px solid rgba(47, 49, 54, 0.14);
    box-shadow: 0 28px 56px rgba(47, 49, 54, 0.24);
    color: #fff;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 32%);
    pointer-events: none;
}

.site-footer strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1rem;
}

.site-footer p,
.site-footer .footer-copy,
.site-footer .footer-menu-column a {
    color: rgba(255, 255, 255, 0.84);
}

.footer-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.9fr);
    gap: 24px;
    align-items: start;
    position: relative;
    z-index: 1;
}

.footer-brand-panel {
    padding-right: 12px;
}

.footer-social-links {
    display: none;
}

.footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.footer-social-link:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.24);
}

.footer-social-link svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.footer-menu-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.footer-bottom-bar {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 8px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-bottom-branding {
    display: grid;
    justify-items: center;
    gap: 12px;
    width: 100%;
    max-width: 100%;
}

.footer-bottom-copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.footer-bottom-partner {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 8px;
    min-height: 0;
    width: min(100%, 440px);
    margin-top: 6px;
    padding: 20px 0 8px;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-decoration: none;
    text-align: center;
}

.footer-bottom-partner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 22px;
    right: 22px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 209, 0, 0), rgba(255, 235, 166, 0.42) 18%, rgba(255, 255, 255, 0.34) 50%, rgba(255, 235, 166, 0.42) 82%, rgba(255, 209, 0, 0));
    pointer-events: none;
}

.footer-bottom-partner-line {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    width: 100%;
}

.footer-bottom-partner-line-primary {
    color: rgba(255, 255, 255, 0.98);
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.015em;
    line-height: 1.15;
    text-shadow: 0 6px 18px rgba(7, 17, 33, 0.18);
}

.footer-bottom-partner-text {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.83rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.footer-bottom-partner-logo {
    display: block;
    width: auto;
    height: 28px;
    object-fit: contain;
}

.footer-menu-column {
    position: relative;
    display: grid;
    align-content: start;
    gap: 10px;
    padding: 18px;
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.06) 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 12px 24px rgba(17, 24, 39, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.footer-menu-column::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 209, 0, 0), rgba(255, 237, 171, 0.42) 50%, rgba(255, 209, 0, 0));
    pointer-events: none;
}

.site-footer .footer-label {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.site-footer .footer-chip {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.footer-menu-column h3 {
    margin: 0 0 2px;
    font-size: 0.98rem;
    color: #fff;
}

.footer-menu-column a,
.footer-copy {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    color: var(--muted);
    font-weight: 700;
    transition: color 0.2s ease;
}

.footer-menu-column a:hover {
    color: #fff;
}

.footer-copy {
    color: #fff;
}

.social-rail {
    position: fixed;
    left: 18px;
    top: 50%;
    z-index: 27;
    display: grid;
    gap: 10px;
    padding: 10px 8px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 248, 244, 0.94));
    border: 1px solid rgba(47, 49, 54, 0.1);
    box-shadow: 0 18px 40px rgba(47, 49, 54, 0.12);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transform: translateY(-50%);
}

.social-rail-link {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #fff;
    box-shadow: 0 12px 24px rgba(47, 49, 54, 0.14);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.social-rail-link:hover {
    transform: translateX(2px);
    box-shadow: 0 16px 28px rgba(47, 49, 54, 0.18);
}

.social-rail-link svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.social-rail-link-instagram {
    background: linear-gradient(160deg, #2f3136 0%, #5a6068 55%, #ffd100 100%);
}

.social-rail-link-facebook {
    background: linear-gradient(160deg, #35383e 0%, #676d75 55%, #ffd100 100%);
}

.social-rail-link-linkedin {
    background: linear-gradient(160deg, #2f3136 0%, #5a6068 55%, #ffde59 100%);
}

.social-rail-link-messenger {
    background: linear-gradient(160deg, #2f3136 0%, #555b63 55%, #ffd100 100%);
}

.social-rail-link-mail {
    background: linear-gradient(160deg, #34373d 0%, #5f656e 55%, #ffd100 100%);
}

.floating-support {
    position: fixed;
    right: 18px;
    bottom: 24px;
    z-index: 28;
    display: grid;
    justify-items: end;
    gap: 12px;
}

.support-fab {
    position: relative;
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 18px 36px rgba(47, 49, 54, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    animation: supportFloat 3.6s ease-in-out infinite;
}

.support-fab::before {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: inherit;
    background: currentColor;
    opacity: 0.08;
    filter: blur(10px);
    transform: scale(0.9);
    animation: supportGlow 3.6s ease-in-out infinite;
}

.support-fab::after {
    content: "";
    position: absolute;
    inset: -5px;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.26);
    opacity: 0;
    transform: scale(0.9);
    animation: supportPulse 3.6s ease-out infinite;
}

.support-fab:hover {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 22px 40px rgba(47, 49, 54, 0.28);
}

.support-fab svg {
    width: 26px;
    height: 26px;
    fill: currentColor;
    position: relative;
    z-index: 1;
    animation: supportIconBounce 3.6s ease-in-out infinite;
}

.support-fab-whatsapp {
    background: linear-gradient(160deg, #16a34a 0%, #25d366 58%, #7ef5ac 100%);
    animation-delay: 0s;
}

.support-fab-telegram {
    background: linear-gradient(160deg, #2f3136 0%, #59616b 58%, #ffd100 100%);
    animation-delay: 0.55s;
}

.support-fab-valuation {
    width: auto;
    min-width: 0;
    height: 44px;
    gap: 8px;
    justify-content: center;
    justify-self: end;
    padding: 0 14px;
    border: 1px solid rgba(255, 209, 0, 0.28);
    background: linear-gradient(135deg, rgba(47, 49, 54, 0.98) 0%, rgba(73, 78, 86, 0.96) 100%);
    color: #ffffff;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    box-shadow: 0 14px 28px rgba(47, 49, 54, 0.22);
    overflow: hidden;
    isolation: isolate;
    transform-origin: right center;
    animation: valuationButtonIntro 0.92s cubic-bezier(0.18, 0.9, 0.2, 1.18) 0.16s backwards, valuationButtonBreathe 5.4s ease-in-out 1.35s infinite;
}

.support-fab-valuation::before {
    inset: -18%;
    z-index: 0;
    border-radius: inherit;
    background: linear-gradient(110deg, transparent 4%, rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, 0.48) 50%, transparent 64%);
    opacity: 1;
    filter: none;
    transform: translateX(-150%) rotate(8deg);
    animation: valuationButtonShine 1.1s ease-out 0.7s both, valuationButtonShineLoop 6.2s ease-in-out 3.4s infinite;
}

.support-fab-valuation::after {
    inset: -3px;
    z-index: 0;
    border-color: rgba(255, 209, 0, 0.36);
    opacity: 0.76;
    transform: scale(0.98);
    animation: valuationButtonRing 2.1s ease-out 0.52s 2;
}

.support-fab-valuation span {
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

.support-fab-valuation svg {
    width: 20px;
    height: 20px;
    color: #ffd100;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 2px 5px rgba(255, 209, 0, 0.34));
    animation: valuationIconIntro 0.8s cubic-bezier(0.22, 0.9, 0.25, 1.25) 0.36s backwards, valuationIconBeat 5.4s ease-in-out 1.5s infinite;
}

.support-fab-valuation svg path {
    fill: none;
}

.support-fab-whatsapp::before,
.support-fab-whatsapp::after,
.support-fab-whatsapp svg {
    animation-delay: 0s;
}

.support-fab-telegram::before,
.support-fab-telegram::after {
    animation-delay: 0.55s;
}

.support-fab-telegram svg {
    animation-delay: 0.55s;
}

@keyframes supportFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    35% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(-6px);
    }
    70% {
        transform: translateY(-2px);
    }
}

@keyframes supportPulse {
    0% {
        opacity: 0;
        transform: scale(0.92);
    }
    18% {
        opacity: 0.3;
    }
    55%,
    100% {
        opacity: 0;
        transform: scale(1.18);
    }
}

@keyframes supportGlow {
    0%,
    100% {
        opacity: 0.08;
        transform: scale(0.92);
    }
    50% {
        opacity: 0.16;
        transform: scale(1.04);
    }
}

@keyframes supportIconBounce {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }
    40% {
        transform: translateY(-1px) scale(1.04);
    }
    55% {
        transform: translateY(-2px) scale(1.08);
    }
    70% {
        transform: translateY(0) scale(1.02);
    }
}

@keyframes valuationButtonIntro {
    0% {
        opacity: 0;
        transform: translate3d(18px, 16px, 0) scale(0.76);
        filter: blur(4px) saturate(0.82);
    }

    58% {
        opacity: 1;
        transform: translate3d(-3px, -3px, 0) scale(1.04);
        filter: blur(0) saturate(1.08);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        filter: blur(0) saturate(1);
    }
}

@keyframes valuationButtonBreathe {
    0%,
    100% {
        filter: saturate(1) brightness(1);
    }

    50% {
        filter: saturate(1.12) brightness(1.05);
    }
}

@keyframes valuationButtonShine {
    0% {
        transform: translateX(-150%) rotate(8deg);
    }

    100% {
        transform: translateX(150%) rotate(8deg);
    }
}

@keyframes valuationButtonShineLoop {
    0%,
    72%,
    100% {
        transform: translateX(-150%) rotate(8deg);
    }

    86% {
        transform: translateX(150%) rotate(8deg);
    }
}

@keyframes valuationButtonRing {
    0% {
        opacity: 0.9;
        transform: scale(0.94);
    }

    100% {
        opacity: 0;
        transform: scale(1.24);
    }
}

@keyframes valuationIconIntro {
    0% {
        opacity: 0;
        transform: rotate(-14deg) scale(0.7);
    }

    70% {
        opacity: 1;
        transform: rotate(4deg) scale(1.08);
    }

    100% {
        opacity: 1;
        transform: rotate(0) scale(1);
    }
}

@keyframes valuationIconBeat {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    46% {
        transform: translateY(0) scale(1);
    }

    52% {
        transform: translateY(-1px) scale(1.12);
    }

    60% {
        transform: translateY(0) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .support-fab,
    .support-fab::before,
    .support-fab::after {
        animation: none !important;
    }

    .support-fab svg {
        animation: none !important;
    }
}

.mobile-footer-nav {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 30;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(92px, 1.22fr) repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
    border-radius: 28px;
    border: 1px solid rgba(47, 49, 54, 0.1);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 246, 241, 0.97));
    box-shadow: 0 20px 40px rgba(47, 49, 54, 0.16);
}

.mobile-footer-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    min-height: 56px;
    padding: 6px 8px 8px;
    border-radius: 18px;
    color: #665f4e;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.05;
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(244, 240, 232, 0.76));
    border: 1px solid rgba(47, 49, 54, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.mobile-footer-nav a svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    flex: none;
}

.mobile-footer-nav a span {
    display: block;
    max-width: 62px;
}

.mobile-footer-nav a.is-active {
    color: var(--primary-strong);
    border-color: rgba(255, 209, 0, 0.36);
    background: linear-gradient(180deg, #fff7cf 0%, #ffe68b 100%);
    box-shadow: 0 10px 20px rgba(47, 49, 54, 0.12);
}

.mobile-footer-nav .mobile-footer-soft {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(245, 241, 234, 0.7));
}

.mobile-footer-nav .mobile-footer-cta {
    color: var(--secondary);
    min-height: 70px;
    border-color: rgba(255, 233, 139, 0.92);
    background: linear-gradient(180deg, #ffe46b 0%, var(--primary) 58%, #f2bd00 100%);
    box-shadow: 0 18px 30px rgba(47, 49, 54, 0.16);
    transform: translateY(-16px);
    margin-bottom: -16px;
}

.mobile-footer-nav .mobile-footer-cta.is-active {
    color: var(--secondary);
    border-color: rgba(255, 237, 164, 0.96);
    box-shadow: 0 20px 34px rgba(47, 49, 54, 0.18);
}

@media (max-width: 1100px) {
    .hero-section,
    .benefit-layout,
    .footer-shell,
    .proof-panel {
        grid-template-columns: 1fr;
    }

    .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .urgent-grid,
    .projects-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .surface-card.highlighted {
        grid-column: span 2;
    }

    .lead-panel {
        position: static;
    }

    .hero-copy h1,
    .section-heading h2 {
        max-width: none;
    }

    .section-heading {
        display: block;
    }

    .section-heading.section-heading-collapsible {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
    }
}

@media (max-width: 860px) {
    body.menu-open {
        overflow: hidden;
    }

    body::before,
    body::after {
        display: none;
    }

    .site-header {
        top: 8px;
        padding: 16px 18px;
        background: #ffffff;
        box-shadow: 0 14px 30px rgba(140, 94, 0, 0.12);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .hero-copy::before,
    .hero-copy::after {
        display: none;
    }

    .button-secondary {
        color: var(--secondary);
        border-color: rgba(140, 94, 0, 0.14);
        background: #ffffff;
        box-shadow: none;
    }

    .proof-stat,
    .proof-feed {
        background: #ffffff;
        border: 1px solid rgba(140, 94, 0, 0.1);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .proof-stat small,
    .proof-empty,
    .proof-label,
    .proof-feed {
        color: var(--muted);
    }

    .brand {
        min-width: 0;
    }

    .brand-copy strong {
        font-size: 0.92rem;
    }

    .menu-toggle {
        display: inline-block;
    }

    .header-actions {
        gap: 10px;
    }

    .header-actions .lang-switch {
        display: none;
    }

    .site-nav {
        display: none;
    }

    .site-header.is-open .menu-toggle span:first-child {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .site-header.is-open .menu-toggle span:last-child {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .site-nav a {
        padding: 12px 14px;
        background: linear-gradient(180deg, #fffdf7 0%, #f8f1de 100%);
        border: 1px solid rgba(140, 94, 0, 0.1);
        border-radius: 10px;
    }

    .mobile-menu-backdrop,
    .mobile-menu-panel {
        display: none;
    }

    .mobile-menu-backdrop {
        background: rgba(87, 58, 0, 0.2);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .mobile-menu-panel {
        background: #ffffff;
        box-shadow: 0 20px 40px rgba(140, 94, 0, 0.16);
    }

    .site-header.is-open ~ .mobile-menu-panel {
        display: block;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .site-header.is-open ~ .mobile-menu-backdrop {
        display: block;
    }

    .hero-meta,
    .input-grid.two-col,
    .input-grid.three-col,
    .footer-menu-grid,
    .property-media-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom-bar {
        justify-content: flex-start;
    }

    .lead-proof-inline {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-brand-panel {
        padding-right: 0;
    }

    .social-rail,
    .mobile-footer-nav {
        background: linear-gradient(180deg, rgba(255, 253, 244, 0.98), rgba(255, 243, 205, 0.97));
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .social-rail {
        display: none;
    }

    .footer-social-links {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 16px;
    }
}

@media (max-width: 640px) {
    body.has-mobile-footer {
        padding-bottom: 104px;
    }

    body.page-apply.has-mobile-footer {
        padding-bottom: 128px;
    }

    .social-rail {
        left: 10px;
        top: auto;
        bottom: calc(92px + env(safe-area-inset-bottom));
        padding: 8px 6px;
        gap: 8px;
        transform: none;
    }

    .social-rail-link {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }

    .social-rail-link svg {
        width: 20px;
        height: 20px;
    }

    .floating-support {
        right: 10px;
        bottom: calc(112px + env(safe-area-inset-bottom));
        gap: 10px;
    }

    .page-apply .floating-support {
        bottom: calc(112px + env(safe-area-inset-bottom));
    }

    .support-fab {
        width: 52px;
        height: 52px;
    }

    .support-fab svg {
        width: 24px;
        height: 24px;
    }

    .page-shell {
        width: min(calc(100% - 20px), var(--container));
        padding-top: 12px;
    }

    .site-header {
        top: 8px;
        padding: 14px 16px;
        margin-bottom: 18px;
        gap: 12px;
    }

    .mobile-menu-panel {
        top: 78px;
        left: 8px;
        right: 8px;
        padding: 16px;
        border-radius: 18px;
    }

    .header-actions {
        gap: 8px;
    }

    .lang-flag {
        width: 16px;
        height: 12px;
    }

    .menu-toggle {
        width: 42px;
        height: 42px;
    }

    .mobile-menu-panel__nav a,
    .mobile-menu-panel__languages a {
        min-height: 48px;
        padding: 0 12px;
        border-radius: 12px;
        font-size: 0.92rem;
    }

    .hero-copy,
    .lead-panel,
    .surface-card,
    .site-footer {
        border-radius: 18px;
    }

    .hero-copy,
    .lead-panel,
    .site-footer {
        padding: 18px;
    }

    .hero-copy h1 {
        font-size: clamp(1.9rem, 9vw, 2.8rem);
        max-width: 11ch;
    }

    .hero-text {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .proof-stat strong,
    .lead-proof-count strong {
        font-size: 1.75rem;
    }

    .proof-stat,
    .proof-feed,
    .lead-proof-inline,
    .completion-box,
    .form-block,
    .footer-menu-column {
        padding: 16px;
    }

    .footer-bottom-copy {
        min-height: 0;
        padding: 0;
        font-size: 0.78rem;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .footer-bottom-branding {
        justify-items: center;
        gap: 9px;
    }

    .footer-bottom-partner {
        gap: 7px;
        min-height: 0;
        margin-top: 4px;
        padding: 14px 0 4px;
        width: 100%;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .footer-bottom-partner::before {
        left: 10px;
        right: 10px;
    }

    .footer-bottom-partner-line-primary {
        font-size: 0.9rem;
    }

    .footer-bottom-partner-text {
        font-size: 0.75rem;
    }

    .footer-bottom-partner-logo {
        height: 24px;
    }

    .hero-actions,
    .trust-strip {
        flex-direction: column;
        align-items: stretch;
    }

    .property-media-dropzone {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .property-media-dropzone .button {
        width: auto;
    }

    .button {
        width: 100%;
    }

    .panel-head h2 {
        font-size: 1.45rem;
    }

    .section-grid {
        padding: 22px 0;
    }

    .section-heading {
        margin-bottom: 18px;
    }

    .section-heading h2 {
        font-size: clamp(1.6rem, 7vw, 2.2rem);
    }

    .process-grid {
        grid-template-columns: 1fr;
    }

    .urgent-grid,
    .projects-grid {
        grid-template-columns: 1fr;
    }

    .page-requests .section-grid,
    .page-urgent .section-grid,
    .page-sales .section-grid,
    .page-projects .section-grid {
        padding: 18px 0;
    }

    .page-requests .section-grid + .section-grid,
    .page-sales .section-grid + .section-grid,
    .page-urgent .section-grid + .section-grid {
        padding-top: 4px;
    }

    .page-requests .urgent-grid,
    .page-sales .urgent-grid,
    .page-urgent .urgent-grid,
    .page-projects .projects-grid {
        gap: 10px;
    }

    .surface-card.highlighted {
        grid-column: auto;
    }

    .surface-card {
        padding: 20px;
    }

    .faq-item summary {
        padding: 18px 18px;
        padding-right: 52px;
        font-size: 1rem;
    }

    .faq-item p {
        padding: 0 18px 18px;
    }

    .site-footer {
        margin-bottom: 10px;
    }

    .mobile-footer-nav {
        left: 8px;
        right: 8px;
        bottom: 8px;
        gap: 6px;
        padding: 6px 6px calc(6px + env(safe-area-inset-bottom));
        border-radius: 20px;
        display: grid;
    }

    .mobile-footer-nav a {
        min-height: 52px;
        padding: 6px 4px 8px;
        gap: 4px;
        font-size: 0.68rem;
    }

    .mobile-footer-nav a svg {
        width: 16px;
        height: 16px;
    }

    .mobile-footer-nav .mobile-footer-cta {
        min-height: 64px;
        transform: translateY(-10px);
        margin-bottom: -10px;
    }
}

@media (max-width: 420px) {
    .social-rail {
        left: 8px;
        bottom: calc(86px + env(safe-area-inset-bottom));
    }

    .social-rail-link {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .social-rail-link svg {
        width: 18px;
        height: 18px;
    }

    .floating-support {
        right: 8px;
        bottom: calc(106px + env(safe-area-inset-bottom));
    }

    .support-fab {
        width: 48px;
        height: 48px;
    }

    .support-fab svg {
        width: 22px;
        height: 22px;
    }

    .page-shell {
        width: min(calc(100% - 14px), var(--container));
        padding-top: 10px;
    }

    .site-header {
        padding: 12px 14px;
        border-radius: 16px;
    }

    .brand {
        gap: 10px;
    }

    .brand-mark {
        width: 44px;
        height: 44px;
        font-size: 0.9rem;
        border-radius: 12px;
    }

    .brand-mark.brand-mark-logo {
        width: auto;
        min-width: 0;
        padding: 0;
    }

    .brand-mark__image {
        width: 280px;
    }

    .brand-copy strong {
        font-size: 0.82rem;
    }

    .brand-copy small {
        display: none;
    }

    .mobile-menu-panel {
        top: 72px;
        padding: 14px;
    }

    .mobile-menu-panel__languages {
        grid-template-columns: 1fr;
    }

    .mobile-menu-panel__languages a {
        min-height: 46px;
        font-size: 0.88rem;
    }

    .site-nav {
        padding: 12px;
    }

    .lead-proof-inline {
        padding: 14px;
    }

    .completion-top {
        font-size: 0.82rem;
    }

    .field input,
    .field select,
    .field textarea {
        min-height: 52px;
        padding: 14px 14px;
    }

    .button {
        min-height: 50px;
        font-size: 0.9rem;
    }

    .mobile-footer-nav a {
        min-height: 50px;
        gap: 4px;
        font-size: 0.62rem;
        border-radius: 14px;
    }

    .mobile-footer-nav a svg {
        width: 16px;
        height: 16px;
    }

    .mobile-footer-nav a span {
        max-width: 54px;
    }
}

.site-nav a.is-active {
    color: #ffffff;
    background: linear-gradient(145deg, #090a0c 0%, #262a31 100%);
    box-shadow: 0 14px 28px rgba(11, 12, 16, 0.2);
}

.site-nav .nav-cta.is-active {
    color: #fff;
    background: linear-gradient(145deg, #090a0c 0%, #262a31 100%);
    box-shadow: 0 14px 28px rgba(11, 12, 16, 0.24);
}

.site-nav .nav-urgent-link.is-active {
    color: #ffffff;
    border-color: rgba(255, 209, 0, 0.24);
    background: linear-gradient(145deg, #1a1410 0%, #6b4a00 100%);
    box-shadow: 0 16px 30px rgba(107, 74, 0, 0.24);
}

.mobile-menu-panel__nav a.is-active,
.mobile-menu-panel__cta.is-active {
    color: #ffffff;
    border-color: rgba(17, 17, 17, 0.34);
    background: linear-gradient(145deg, #090a0c 0%, #262a31 100%);
    box-shadow: 0 16px 30px rgba(11, 12, 16, 0.18);
}

.mobile-menu-panel__nav .nav-urgent-link {
    border-color: rgba(255, 209, 0, 0.28);
    background: linear-gradient(180deg, #fff8dc 0%, #ffe68b 100%);
    color: #4a3300;
    box-shadow: 0 12px 24px rgba(182, 140, 23, 0.12);
}

.mobile-menu-panel__nav .nav-urgent-link.is-active {
    color: #ffffff;
    border-color: rgba(255, 209, 0, 0.2);
    background: linear-gradient(145deg, #1a1410 0%, #6b4a00 100%);
    box-shadow: 0 16px 30px rgba(107, 74, 0, 0.22);
}

.button-small {
    min-height: 44px;
    padding: 0 16px;
    font-size: 0.9rem;
}

.page-hero,
.detail-hero {
    display: grid;
    gap: 20px;
    margin-bottom: 12px;
}

.page-hero-home {
    grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.78fr);
    align-items: start;
}

.page-hero-inner {
    grid-template-columns: minmax(0, 1fr);
}

.page-hero__copy,
.detail-hero__copy {
    min-height: 100%;
}

.home-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.hero-copy-home-minimal {
    min-height: auto;
    gap: 0;
}

.hero-copy-home-minimal .hero-text {
    max-width: 34ch;
}

.trust-strip-compact {
    margin-top: 16px;
}

.hero-actions-minimal {
    margin-top: 18px;
}

.home-stats-grid-compact {
    margin-top: 18px;
    gap: 10px;
}

.home-stat-card {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 16px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.home-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.home-stat-icon svg {
    width: 24px;
    height: 24px;
}

.home-stat-copy {
    display: grid;
    gap: 2px;
}

.home-stat-card strong {
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
}

.home-stat-copy > span {
    color: rgba(255, 255, 255, 0.84);
    font-weight: 700;
}

.home-stat-card small {
    color: rgba(255, 250, 233, 0.72);
    font-size: 0.8rem;
    line-height: 1.45;
}

.home-stats-grid-compact .home-stat-card {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    border-radius: 14px;
}

.home-stats-grid-compact .home-stat-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
}

.home-stats-grid-compact .home-stat-icon svg {
    width: 21px;
    height: 21px;
}

.home-stats-grid-compact .home-stat-card strong {
    font-size: 1.55rem;
}

.home-stats-grid-compact .home-stat-copy > span {
    font-size: 0.92rem;
}

.home-stats-grid-compact .home-stat-card small {
    font-size: 0.74rem;
}

.home-quick-form-card {
    display: grid;
    gap: 18px;
    align-self: start;
    padding: 22px;
}

.home-quick-form-card__head {
    display: grid;
    gap: 10px;
}

.home-quick-form-card__head h2 {
    margin: 0;
    font-size: clamp(1.28rem, 2vw, 1.7rem);
    line-height: 1.15;
}

.home-quick-form-card__head p {
    margin: 0;
    line-height: 1.7;
}

.home-quick-form {
    display: grid;
    gap: 16px;
}

.home-quick-form-card__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-top: 2px;
}

.home-quick-form-card__foot small {
    color: var(--muted);
    line-height: 1.6;
}

.home-quick-form-card__foot a {
    color: var(--secondary);
    font-weight: 800;
    white-space: nowrap;
}

.project-visual img,
.detail-hero__media img,
.detail-gallery-card img,
.detail-plan-card img,
.compact-project-teaser img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.entry-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.entry-card {
    display: grid;
    gap: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.entry-card:hover,
.project-listing-card:hover,
.detail-gallery-card:hover,
.detail-plan-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 50px rgba(140, 94, 0, 0.12);
}

.projects-grid-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.project-listing-card {
    display: grid;
    padding: 0;
    overflow: hidden;
}

.project-visual {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    background: linear-gradient(180deg, #fff7df 0%, #ffefc2 100%);
}

.project-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(124, 82, 0, 0.86);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.project-visual .project-badge {
    position: absolute;
    top: 18px;
    left: 18px;
}

.project-listing-body {
    display: grid;
    gap: 14px;
    padding: 22px;
}

.project-listing-body h3,
.detail-gallery-card__body h3,
.detail-plan-card__body h3 {
    margin: 0;
    color: var(--secondary);
}

.project-summary {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

.project-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.project-cta-button {
    min-height: 36px;
    padding: 0 13px;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: none;
}

.project-cta-button:hover {
    transform: none;
    box-shadow: none;
}

.project-cta-button-secondary {
    border-color: rgba(47, 49, 54, 0.1);
    background: rgba(47, 49, 54, 0.03);
    color: var(--secondary);
}

.project-cta-button-primary {
    border-color: rgba(255, 209, 0, 0.42);
    background: rgba(255, 209, 0, 0.14);
    color: var(--secondary);
}

.share-menu {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 5;
}

.share-menu__trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid rgba(47, 49, 54, 0.1);
    border-radius: 999px;
    background: rgba(47, 49, 54, 0.03);
    color: var(--secondary);
    box-shadow: none;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.share-menu__trigger:hover {
    transform: none;
    background: rgba(255, 209, 0, 0.14);
    border-color: rgba(255, 209, 0, 0.32);
}

.share-menu__trigger i {
    font-size: 0.95rem;
    line-height: 1;
}

.share-menu__trigger:focus-visible,
.share-menu__item:focus-visible {
    outline: 2px solid rgba(255, 209, 0, 0.88);
    outline-offset: 2px;
}

.share-menu.is-open .share-menu__trigger {
    background: rgba(255, 209, 0, 0.16);
    border-color: rgba(255, 209, 0, 0.34);
}

.share-menu__panel[hidden] {
    display: none;
}

.share-menu__panel {
    position: absolute;
    right: 0;
    bottom: calc(100% + 10px);
    z-index: 18;
    display: grid;
    gap: 6px;
    min-width: 188px;
    padding: 10px;
    border-radius: 18px;
    border: 1px solid rgba(47, 49, 54, 0.08);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 44px rgba(21, 24, 30, 0.16);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.share-menu__item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 14px;
    background: rgba(47, 49, 54, 0.03);
    color: var(--secondary);
    font-size: 0.83rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.share-menu__item:hover {
    background: rgba(255, 209, 0, 0.14);
    border-color: rgba(255, 209, 0, 0.24);
}

.share-menu__item i {
    font-size: 1rem;
    color: #8c5e00;
}

.share-menu__copy {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    text-align: left;
    cursor: pointer;
}

.share-menu-card {
    margin-left: 4px;
    flex: 0 0 auto;
}

.share-menu-detail .share-menu__trigger {
    width: 38px;
    height: 38px;
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.share-menu-detail .share-menu__trigger:hover,
.share-menu-detail.is-open .share-menu__trigger {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.24);
}

.share-menu-rail {
    display: inline-flex;
    justify-content: center;
}

.share-menu-rail .share-menu__trigger {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    border: 0;
    background: linear-gradient(160deg, #2b2f34 0%, #5b626b 55%, #ffd100 100%);
    color: #ffffff;
    box-shadow: 0 12px 22px rgba(43, 45, 49, 0.16);
}

.share-menu-rail .share-menu__trigger:hover,
.share-menu-rail.is-open .share-menu__trigger {
    transform: translateX(3px);
    background: linear-gradient(160deg, #1d2025 0%, #474e58 55%, #ffcf00 100%);
    border-color: transparent;
}

.share-menu-rail .share-menu__panel {
    left: calc(100% - 4px);
    right: auto;
    bottom: 0;
    min-width: 198px;
    border-radius: 0 18px 18px 18px;
}

.detail-hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: stretch;
}

.detail-hero__media {
    min-height: 100%;
    border-radius: var(--radius-xl);
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    background: linear-gradient(180deg, #fff8e3 0%, #ffefc6 100%);
}

.project-media-slider {
    position: relative;
    background: #111316;
}

.project-media-slider__viewport {
    position: relative;
    min-height: 100%;
    height: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #111316;
}

.project-media-slider__track {
    display: flex;
    height: 100%;
    transition: transform 0.56s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform;
}

.project-media-slider__slide {
    position: relative;
    min-width: 100%;
    height: 100%;
    isolation: isolate;
}

.project-media-slider__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.project-media-slider__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(10, 12, 16, 0.18) 0%, rgba(10, 12, 16, 0) 30%),
        linear-gradient(180deg, rgba(10, 12, 16, 0) 42%, rgba(10, 12, 16, 0.68) 100%);
    pointer-events: none;
}

.project-media-slider__topbar {
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.project-media-slider__counter,
.project-media-slider__fullscreen,
.project-media-slider__nav {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(17, 19, 22, 0.34);
    box-shadow: 0 14px 32px rgba(6, 8, 12, 0.24);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.project-media-slider__counter {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 999px;
    color: #ffffff;
}

.project-media-slider__counter strong {
    font-size: 1rem;
    line-height: 1;
}

.project-media-slider__counter small {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.project-media-slider__fullscreen,
.project-media-slider__nav,
.project-media-slider__dot {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.project-media-slider__fullscreen {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 14px;
    color: #ffffff;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.project-media-slider__fullscreen:hover {
    transform: translateY(-1px);
    background: rgba(17, 19, 22, 0.5);
    border-color: rgba(255, 255, 255, 0.24);
}

.project-media-slider__nav:hover {
    transform: translateY(calc(-50% - 1px));
    background: rgba(17, 19, 22, 0.5);
    border-color: rgba(255, 255, 255, 0.24);
}

.project-media-slider__fullscreen svg,
.project-media-slider__nav svg {
    width: 20px;
    height: 20px;
}

.project-media-slider__caption {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 58px;
    z-index: 2;
    display: grid;
    gap: 6px;
    max-width: min(86%, 440px);
}

.project-media-slider__caption strong {
    color: #ffffff;
    font-size: clamp(1.05rem, 1.8vw, 1.32rem);
    line-height: 1.14;
}

.project-media-slider__caption p {
    margin: 0;
    color: rgba(255, 247, 228, 0.84);
    font-size: 0.92rem;
    line-height: 1.6;
}

.project-media-slider__nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 50%;
    color: #ffffff;
    transform: translateY(-50%);
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.project-media-slider__nav-prev {
    left: 18px;
}

.project-media-slider__nav-next {
    right: 18px;
}

.project-media-slider__dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(17, 19, 22, 0.24);
    transform: translateX(-50%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.project-media-slider__dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.36);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.project-media-slider__dot.is-active {
    transform: scale(1.25);
    background: #ffd100;
}

.project-media-slider__fullscreen:focus-visible,
.project-media-slider__nav:focus-visible,
.project-media-slider__dot:focus-visible {
    outline: 2px solid rgba(255, 209, 0, 0.88);
    outline-offset: 2px;
}

.project-media-slider.is-fullscreen,
.project-media-slider:fullscreen,
.project-media-slider:-webkit-full-screen {
    width: 100vw;
    height: 100vh;
    border: 0;
    border-radius: 0;
    background: #06080b;
}

.project-media-slider.is-fullscreen .project-media-slider__viewport,
.project-media-slider:fullscreen .project-media-slider__viewport,
.project-media-slider:-webkit-full-screen .project-media-slider__viewport {
    height: 100%;
    aspect-ratio: auto;
}

.project-media-slider.is-fullscreen .project-media-slider__slide img,
.project-media-slider:fullscreen .project-media-slider__slide img,
.project-media-slider:-webkit-full-screen .project-media-slider__slide img {
    object-fit: contain;
    background: #06080b;
}

.project-media-slider.is-fullscreen .project-media-slider__caption,
.project-media-slider:fullscreen .project-media-slider__caption,
.project-media-slider:-webkit-full-screen .project-media-slider__caption {
    max-width: min(70vw, 760px);
}

.detail-hero__meta {
    margin-top: 4px;
}

.detail-hero__meta .project-meta-item {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.detail-hero__meta .project-meta-item span {
    color: rgba(255, 246, 220, 0.78);
}

.detail-hero__meta .project-meta-item strong {
    color: #ffffff;
}

.detail-hero__copy .project-badge {
    margin-bottom: 4px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.detail-hero__copy h1 {
    font-size: clamp(1.9rem, 2.5vw, 2.45rem);
    line-height: 1.08;
    max-width: 14ch;
}

.detail-hero__copy .hero-text {
    max-width: 40ch;
    font-size: 0.98rem;
    line-height: 1.7;
}

.detail-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 18px;
}

.offer-activity-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.offer-activity-card {
    display: grid;
    gap: 16px;
    min-height: 100%;
}

.offer-activity-card__top,
.offer-activity-card__meta {
    display: grid;
    gap: 12px;
}

.offer-activity-card__top {
    align-items: start;
}

.offer-activity-card__identity {
    display: grid;
    gap: 4px;
}

.offer-activity-card__identity span,
.offer-activity-card__meta-item span,
.offer-activity-card__note span {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.offer-activity-card__identity h3,
.offer-activity-card__meta-item strong {
    margin: 0;
    color: var(--secondary);
}

.offer-activity-card__identity h3 {
    font-size: 1.08rem;
    line-height: 1.3;
}

.offer-activity-card__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.offer-activity-card__meta-item,
.offer-activity-card__note {
    display: grid;
    gap: 6px;
}

.offer-activity-card__note {
    padding-top: 14px;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.offer-activity-card__note p {
    margin: 0;
    color: var(--secondary);
    line-height: 1.7;
}

.offer-activity-empty {
    padding: 12px 0 0;
}

.detail-overview-card,
.detail-stats-card,
.detail-video-card,
.detail-cta-card {
    display: grid;
    gap: 16px;
}

.detail-gallery-panel {
    grid-column: 1 / -1;
}

.detail-copy,
.detail-payment {
    margin: 0;
    color: var(--muted);
    line-height: 1.85;
}

.detail-card-title {
    margin: 0;
    color: var(--secondary);
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    line-height: 1.2;
    max-width: 20ch;
}

.detail-location-line {
    margin: -6px 0 0;
    color: var(--muted);
    font-size: 0.95rem;
    font-weight: 700;
}

.detail-lead {
    margin: 0;
    color: var(--secondary);
    font-size: 1rem;
    line-height: 1.8;
}

.detail-brief-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.detail-brief-card {
    display: grid;
    gap: 6px;
    padding: 16px 18px;
    border-radius: 16px;
    background: rgba(47, 49, 54, 0.03);
    border: 1px solid rgba(47, 49, 54, 0.08);
}

.detail-brief-card span,
.detail-fact-item span {
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.detail-brief-card strong,
.detail-fact-item strong {
    color: var(--secondary);
    font-size: 1rem;
    line-height: 1.5;
}

.detail-brief-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.detail-fact-list {
    display: grid;
    gap: 12px;
}

.detail-fact-item {
    display: grid;
    gap: 6px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(47, 49, 54, 0.08);
}

.detail-fact-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.detail-stat-list {
    display: grid;
    gap: 12px;
}

.detail-stat-item {
    display: grid;
    gap: 6px;
    padding: 15px 16px;
    border-radius: 14px;
    background: rgba(116, 133, 90, 0.08);
    border: 1px solid rgba(116, 133, 90, 0.12);
}

.detail-stat-item span {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.detail-stat-item strong {
    color: var(--secondary);
    font-size: 1rem;
}

.amenity-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.amenity-chip {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(116, 133, 90, 0.12);
    border: 1px solid rgba(116, 133, 90, 0.22);
    color: var(--secondary);
    font-size: 0.9rem;
    font-weight: 700;
}

.detail-section-heading h2 {
    max-width: 18ch;
    font-size: clamp(1.38rem, 2vw, 1.9rem);
    line-height: 1.2;
}

.detail-section-heading .section-intro {
    margin-top: 10px;
    max-width: 58ch;
}

.detail-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.detail-gallery-card,
.detail-plan-card {
    display: grid;
    padding: 0;
    overflow: hidden;
}

.detail-gallery-card img,
.detail-plan-card img {
    aspect-ratio: 16 / 10;
    background: linear-gradient(180deg, #f3f8fd 0%, #edf4fb 100%);
}

.detail-gallery-card__body,
.detail-plan-card__body {
    display: grid;
    gap: 10px;
    padding: 20px 22px 22px;
}

.detail-gallery-card__body p,
.detail-plan-card__body p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

.detail-plan-card__body strong {
    color: var(--secondary);
}

.detail-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.video-embed-shell {
    position: relative;
    padding-top: 56.25%;
    border-radius: 18px;
    overflow: hidden;
    background: #8c5e00;
}

.video-embed-shell iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.detail-cta-card {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
}

.request-card {
    display: grid;
    gap: 14px;
}

.request-card h3 {
    margin: 0;
}

.request-card-urgent {
    background: linear-gradient(180deg, #fffdf8 0%, #fff8ef 100%);
    border: 1px solid rgba(199, 111, 25, 0.14);
}

.request-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
    margin-top: 2px;
}

.request-card-actions .button[disabled] {
    opacity: 0.56;
    cursor: not-allowed;
    transform: none;
}

body.modal-open {
    overflow: hidden;
}

.lead-offer-modal[hidden] {
    display: none;
}

.lead-offer-modal {
    position: fixed;
    inset: 0;
    z-index: 160;
    display: grid;
    place-items: center;
    padding: 28px 18px;
}

.lead-offer-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 19, 22, 0.64);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.lead-offer-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(760px, 100%);
    max-height: min(88vh, 920px);
    padding: 24px;
    overflow: auto;
    border-radius: 24px;
    box-shadow: 0 34px 78px rgba(10, 12, 16, 0.24);
}

.lead-offer-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(47, 49, 54, 0.1);
    border-radius: 999px;
    background: rgba(47, 49, 54, 0.04);
    color: var(--secondary);
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
}

.lead-offer-modal__head,
.lead-offer-modal__form,
.lead-offer-modal__target {
    display: grid;
    gap: 14px;
}

.lead-offer-modal__head {
    padding-right: 52px;
    margin-bottom: 18px;
}

.lead-offer-modal__head h2 {
    margin: 0;
    font-size: clamp(1.5rem, 2.3vw, 2rem);
    line-height: 1.12;
    color: var(--secondary);
}

.lead-offer-modal__head p {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

.lead-offer-modal__target {
    margin-bottom: 20px;
}

.lead-offer-modal__target-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.lead-offer-modal__target-card {
    display: grid;
    gap: 8px;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid rgba(47, 49, 54, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #fcfbf7 100%);
}

.lead-offer-modal__target-card span {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lead-offer-modal__target-card strong {
    color: var(--secondary);
    line-height: 1.5;
}

.lead-offer-modal__form {
    gap: 18px;
}

.lead-offer-modal__actions {
    display: flex;
}

.listing-detail-modal__notes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.listing-detail-modal__note-card {
    display: grid;
    gap: 8px;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid rgba(47, 49, 54, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #fcfbf7 100%);
}

.listing-detail-modal__note-card span {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.listing-detail-modal__note-card p {
    margin: 0;
    color: var(--secondary);
    line-height: 1.75;
}

@media (max-width: 700px) {
    .share-menu-card {
        margin-left: 0;
    }

    .share-menu__panel {
        min-width: 176px;
        padding: 8px;
    }

    .share-menu__item {
        min-height: 40px;
        padding: 0 11px;
    }

    .lead-offer-modal {
        padding: 16px;
    }

    .lead-offer-modal__dialog {
        padding: 20px 18px;
        border-radius: 20px;
    }

    .lead-offer-modal__head {
        padding-right: 42px;
    }

    .lead-offer-modal__target-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .listing-detail-modal__notes {
        grid-template-columns: minmax(0, 1fr);
    }
}

.apply-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.72fr);
    gap: 22px;
    align-items: start;
}

#talep-ekle {
    scroll-margin-top: 112px;
}

.apply-panel {
    min-width: 0;
}

.apply-side-column {
    display: grid;
    gap: 18px;
}

.request-entry-layout {
    grid-template-columns: minmax(0, 1.16fr) minmax(300px, 0.84fr);
    gap: 20px;
}

.request-entry-panel {
    padding: 28px;
}

.request-entry-panel .panel-head {
    margin-bottom: 22px;
}

.request-entry-panel .form-block {
    gap: 18px;
}

.request-entry-info-card {
    display: grid;
    gap: 12px;
    align-content: start;
}

.request-entry-info-card h3 {
    margin: 0;
    color: var(--secondary);
}

.request-entry-info-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

    .page-apply .page-shell {
        padding-bottom: 118px;
    }

.sticky-progress-dock {
    position: fixed;
    left: 50%;
    bottom: 20px;
    z-index: 29;
    width: min(560px, calc(100% - 32px));
    padding: 14px 16px 16px;
    border-radius: 20px;
    border: 1px solid rgba(116, 133, 90, 0.22);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 48px rgba(88, 102, 66, 0.16);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.page-apply.progress-started .sticky-progress-dock {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.page-apply .sticky-progress-dock {
    display: none !important;
}

.sticky-progress-dock__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
}

.sticky-progress-dock__head strong {
    color: var(--secondary);
    font-size: 0.92rem;
    line-height: 1.3;
}

.sticky-progress-dock__head span {
    color: var(--secondary);
    font-size: 1rem;
    font-weight: 800;
    white-space: nowrap;
}

.apply-project-teaser-list {
    display: grid;
    gap: 14px;
}

.compact-project-teaser {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
}

.compact-project-teaser img {
    height: 112px;
    border-radius: 14px;
    overflow: hidden;
}

.compact-project-teaser strong {
    display: block;
    margin-bottom: 8px;
    color: var(--secondary);
}

.compact-project-teaser p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.selected-project-sidebar {
    display: grid;
    overflow: hidden;
    padding: 0;
}

.selected-project-sidebar__media {
    position: relative;
    aspect-ratio: 16 / 10;
    background: linear-gradient(180deg, #f4efe4 0%, #ece7dc 100%);
}

.selected-project-sidebar__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.selected-project-sidebar__media .project-badge {
    position: absolute;
    left: 16px;
    bottom: 16px;
}

.selected-project-sidebar__body {
    display: grid;
    gap: 12px;
    padding: 20px;
}

.selected-project-sidebar__body h3 {
    margin: 0;
    font-size: 1.18rem;
    color: var(--secondary);
}

.selected-project-sidebar__body p {
    margin: 0;
    color: var(--muted);
}

.selected-project-sidebar__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.application-detail-shell {
    display: grid;
    gap: 20px;
}

.application-summary-card {
    display: grid;
    gap: 18px;
}

.application-summary-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.application-summary-card__top p {
    margin: 10px 0 0;
}

.application-summary-number {
    margin: 10px 0 0;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    line-height: 1.05;
    letter-spacing: 0.02em;
}

.application-summary-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.application-meta-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.application-meta-card {
    display: grid;
    gap: 6px;
    padding: 16px 18px;
    border-radius: 16px;
    background: linear-gradient(180deg, #fffdf7 0%, #f8f6ef 100%);
    border: 1px solid rgba(47, 49, 54, 0.08);
}

.application-meta-card span {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.application-meta-card strong {
    color: var(--secondary);
    font-size: 1rem;
    line-height: 1.5;
}

.application-status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 0.85rem;
}

.application-status-pill-pending {
    background: rgba(255, 209, 0, 0.16);
    color: #7c6200;
}

.application-status-pill-approved {
    background: rgba(22, 163, 74, 0.14);
    color: #0f7a36;
}

.application-status-pill-rejected {
    background: rgba(220, 38, 38, 0.12);
    color: #b42318;
}

.application-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 18px;
}

.application-info-card,
.application-project-card,
.application-empty-card {
    display: grid;
    gap: 16px;
}

.application-info-card h3,
.application-project-card h3,
.application-empty-card h2 {
    margin: 0;
}

.application-info-rows {
    display: grid;
    gap: 10px;
}

.application-info-row {
    display: grid;
    grid-template-columns: minmax(150px, 0.8fr) minmax(0, 1.2fr);
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(47, 49, 54, 0.08);
}

.application-info-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.application-info-row span {
    color: var(--muted);
    font-weight: 700;
}

.application-info-row strong {
    color: var(--secondary);
    font-weight: 800;
    line-height: 1.6;
}

.application-project-card {
    grid-column: 1 / -1;
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
    padding: 0;
    overflow: hidden;
}

.application-project-card__media {
    min-height: 100%;
}

.application-project-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.application-project-card__body {
    display: grid;
    align-content: start;
    gap: 14px;
    padding: 22px;
}

.application-empty-card {
    justify-items: start;
}

.selected-project-note {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    margin-top: 18px;
    padding: 14px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 243, 234, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 18px 34px rgba(24, 26, 30, 0.14);
}

.selected-project-note__thumb {
    width: 76px;
    height: 76px;
    border-radius: 14px;
    object-fit: cover;
    display: block;
    box-shadow: 0 12px 24px rgba(24, 26, 30, 0.12);
}

.selected-project-note__copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.selected-project-note__label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 209, 0, 0.16);
    border: 1px solid rgba(255, 209, 0, 0.3);
    color: var(--secondary);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.selected-project-note strong {
    color: var(--secondary);
    font-size: 1rem;
    line-height: 1.4;
}

.selected-project-note small {
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.5;
}

/* Professional navy accent palette paired with primary yellow */
.site-header {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.98));
    border-color: rgba(17, 17, 17, 0.1);
    box-shadow: 0 18px 40px rgba(17, 17, 17, 0.1);
}

.lang-flag {
    box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.14);
}

.mobile-menu-panel {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.98));
    border-color: rgba(17, 17, 17, 0.1);
    box-shadow: 0 24px 48px rgba(17, 17, 17, 0.16);
}

.mobile-menu-panel__nav a,
.mobile-menu-panel__languages a {
    border-color: rgba(17, 17, 17, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f7f7f3 100%);
}

.mobile-menu-panel__cta {
    box-shadow: 0 14px 26px rgba(17, 17, 17, 0.14);
}

.mobile-menu-panel__meta {
    border-top-color: rgba(17, 17, 17, 0.08);
}

.hero-copy {
    border-color: rgba(17, 17, 17, 0.16);
    background: linear-gradient(135deg, #0f0f0f 0%, #252525 56%, #ffd100 100%);
    box-shadow: 0 28px 58px rgba(17, 17, 17, 0.24);
}

.button-primary {
    box-shadow: 0 16px 30px rgba(17, 17, 17, 0.16);
}

.button-secondary {
    border-color: rgba(17, 17, 17, 0.12);
    background: rgba(17, 17, 17, 0.05);
}

.lead-proof-inline,
.meta-card,
.form-block,
.proof-panel-standalone .proof-stat,
.proof-panel-standalone .proof-feed,
.lead-panel .proof-stat,
.lead-panel .proof-feed,
.lead-panel,
.platform-note-card,
.surface-card,
.faq-item,
.social-rail,
.mobile-footer-nav {
    border-color: rgba(17, 17, 17, 0.08);
}

.surface-card.highlighted,
.urgent-card,
.project-meta-item {
    border-color: rgba(17, 17, 17, 0.1);
    box-shadow: 0 18px 36px rgba(17, 17, 17, 0.12);
}

.site-footer {
    background: linear-gradient(135deg, #0f0f0f 0%, #252525 48%, #ffd100 100%);
    border-color: rgba(17, 17, 17, 0.16);
    box-shadow: 0 28px 56px rgba(17, 17, 17, 0.24);
}

.social-rail {
    border-color: rgba(17, 17, 17, 0.1);
    box-shadow: 0 18px 40px rgba(17, 17, 17, 0.12);
}

.social-rail-link-instagram,
.social-rail-link-facebook,
.social-rail-link-linkedin,
.social-rail-link-messenger,
.social-rail-link-mail {
    background: linear-gradient(160deg, #101010 0%, #2a2a2a 55%, #ffd100 100%);
}

.support-fab {
    box-shadow: 0 18px 36px rgba(17, 17, 17, 0.22);
}

.support-fab-whatsapp {
    background: linear-gradient(160deg, #101010 0%, #2a2a2a 55%, #ffdf62 100%);
}

.support-fab-telegram {
    background: linear-gradient(160deg, #101010 0%, #2a2a2a 58%, #ffd100 100%);
}

.mobile-footer-nav {
    box-shadow: 0 -12px 30px rgba(17, 17, 17, 0.16);
}

.mobile-footer-nav a {
    border-color: rgba(17, 17, 17, 0.08);
}

@media (max-width: 1320px) {
    .apply-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .apply-side-column {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
    }
}

@media (max-width: 1180px) {
    .page-hero-home,
    .detail-hero,
    .detail-content-grid,
    .apply-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .entry-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .offer-activity-grid,
    .projects-grid-wide,
    .detail-gallery-grid,
    .detail-plan-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .detail-cta-card {
        grid-template-columns: minmax(0, 1fr);
    }

    .project-media-slider__viewport {
        aspect-ratio: 16 / 12;
    }

    .sticky-progress-dock {
        width: min(520px, calc(100% - 28px));
    }
}

@media (max-width: 860px) {
    .page-requests .page-shell {
        width: min(calc(100% - 10px), var(--container));
    }

    .entry-grid,
    .offer-activity-grid,
    .projects-grid-wide,
    .detail-gallery-grid,
    .detail-plan-grid,
    .apply-side-column {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-stats-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .social-rail {
        display: none;
    }

    .detail-brief-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .offer-activity-card__meta {
        grid-template-columns: minmax(0, 1fr);
    }

    .selected-project-note {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 12px;
        padding: 12px;
    }

    .selected-project-note__thumb {
        width: 64px;
        height: 64px;
    }

    .compact-project-teaser {
        grid-template-columns: minmax(0, 1fr);
    }

    .compact-project-teaser img {
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .project-card-actions,
    .detail-cta-card .project-card-actions {
        flex-direction: column;
    }

    .project-card-actions .button,
    .detail-cta-card .button {
        width: 100%;
    }

    .page-apply .page-shell {
        padding-bottom: 124px;
    }

    .page-apply .floating-support {
        bottom: 108px;
    }

    .request-entry-layout {
        gap: 14px;
    }

    .request-entry-panel {
        padding: 18px 14px;
    }

    .request-entry-panel .panel-head {
        margin-bottom: 16px;
    }

    .page-requests .lead-form.request-form {
        gap: 14px;
    }

    .page-requests .request-form .form-block {
        padding: 14px;
        gap: 14px;
        border-radius: 16px;
    }

    .page-requests .request-form .field input,
    .page-requests .request-form .field select,
    .page-requests .request-form .field textarea {
        padding-left: 12px;
        padding-right: 12px;
    }

    .page-requests .request-form .price-input-combo {
        grid-template-columns: 92px minmax(0, 1fr);
    }

    .page-requests .request-entry-info-card {
        display: none;
    }
}

@media (min-width: 861px) {
    .page-apply .sticky-progress-dock {
        display: none;
    }
}

/* Sahibinden-inspired professional yellow + graphite palette */
:root {
    --text: #2c3137;
    --muted: #6b7178;
    --line: #dfe3e8;
    --secondary: #2c3137;
    --secondary-soft: #5b626b;
    --shadow: 0 18px 42px rgba(44, 49, 55, 0.14);
}

body {
    background:
        radial-gradient(circle at top right, rgba(255, 209, 0, 0.18), transparent 28%),
        radial-gradient(circle at top left, rgba(44, 49, 55, 0.08), transparent 34%),
        linear-gradient(180deg, #fcfbf7 0%, #f2f1eb 34%, #fffdfa 100%);
}

body::after {
    background: radial-gradient(circle at center, rgba(44, 49, 55, 0.12), rgba(44, 49, 55, 0) 72%);
}

.site-header {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 248, 243, 0.98));
    border-color: rgba(44, 49, 55, 0.1);
    box-shadow: 0 18px 40px rgba(44, 49, 55, 0.1);
}

.brand-mark {
    background: linear-gradient(145deg, #2c3137 0%, #616872 56%, #ffd100 100%);
}

.lang-flag {
    box-shadow: inset 0 0 0 1px rgba(44, 49, 55, 0.14);
}

.mobile-menu-panel {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 248, 243, 0.98));
    border-color: rgba(44, 49, 55, 0.1);
    box-shadow: 0 24px 48px rgba(44, 49, 55, 0.16);
}

.mobile-menu-panel__nav a,
.mobile-menu-panel__languages a {
    border-color: rgba(44, 49, 55, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f6f5f0 100%);
}

.mobile-menu-panel__cta {
    box-shadow: 0 14px 26px rgba(44, 49, 55, 0.14);
}

.mobile-menu-panel__meta {
    border-top-color: rgba(44, 49, 55, 0.08);
}

.hero-copy {
    border-color: rgba(44, 49, 55, 0.14);
    background: linear-gradient(135deg, #2b2f34 0%, #5e6670 56%, #ffd100 100%);
    box-shadow: 0 28px 58px rgba(44, 49, 55, 0.22);
}

.button-primary {
    box-shadow: 0 16px 30px rgba(44, 49, 55, 0.14);
}

.button-secondary {
    border-color: rgba(44, 49, 55, 0.1);
    background: rgba(44, 49, 55, 0.04);
}

.lead-proof-inline,
.meta-card,
.form-block,
.proof-panel-standalone .proof-stat,
.proof-panel-standalone .proof-feed,
.lead-panel .proof-stat,
.lead-panel .proof-feed,
.lead-panel,
.platform-note-card,
.surface-card,
.faq-item,
.social-rail,
.mobile-footer-nav {
    border-color: rgba(44, 49, 55, 0.08);
}

.surface-card.highlighted,
.urgent-card,
.project-meta-item {
    border-color: rgba(44, 49, 55, 0.1);
    box-shadow: 0 18px 36px rgba(44, 49, 55, 0.12);
}

.site-footer {
    background: linear-gradient(135deg, #2b2f34 0%, #5b626b 48%, #ffd100 100%);
    border-color: rgba(44, 49, 55, 0.14);
    box-shadow: 0 28px 56px rgba(44, 49, 55, 0.24);
}

.social-rail {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 248, 243, 0.95));
    border-color: rgba(44, 49, 55, 0.1);
    box-shadow: 0 18px 40px rgba(44, 49, 55, 0.12);
}

.social-rail-link {
    box-shadow: 0 12px 24px rgba(44, 49, 55, 0.14);
}

.social-rail-link:hover {
    box-shadow: 0 16px 28px rgba(44, 49, 55, 0.18);
}

.social-rail-link-instagram,
.social-rail-link-facebook,
.social-rail-link-linkedin,
.social-rail-link-messenger,
.social-rail-link-mail {
    background: linear-gradient(160deg, #2b2f34 0%, #5b626b 55%, #ffd100 100%);
}

.support-fab {
    box-shadow: 0 18px 36px rgba(44, 49, 55, 0.22);
}

.support-fab:hover {
    box-shadow: 0 22px 40px rgba(44, 49, 55, 0.28);
}

.support-fab-whatsapp {
    background: linear-gradient(160deg, #16a34a 0%, #25d366 58%, #7ef5ac 100%);
    box-shadow: 0 18px 36px rgba(37, 211, 102, 0.34);
}

.support-fab-telegram {
    background: linear-gradient(160deg, #1b7fc6 0%, #229ed9 58%, #7fdcff 100%);
    box-shadow: 0 18px 36px rgba(34, 158, 217, 0.34);
}

.mobile-footer-nav {
    box-shadow: 0 -12px 30px rgba(44, 49, 55, 0.16);
}

.mobile-footer-nav a {
    border-color: rgba(44, 49, 55, 0.08);
}

/* Alternate professional palette closer to sahibinden: warm yellow + steel graphite */
:root {
    --bg: #f7f5ef;
    --bg-soft: #fcfbf7;
    --surface-alt: #fffdf8;
    --text: #2a2f36;
    --muted: #717982;
    --line: #d8dde3;
    --primary: #ffcf00;
    --primary-strong: #e0b100;
    --secondary: #3a4048;
    --secondary-soft: #707985;
    --shadow: 0 18px 42px rgba(58, 64, 72, 0.15);
}

body {
    background:
        radial-gradient(circle at top right, rgba(255, 207, 0, 0.18), transparent 28%),
        radial-gradient(circle at top left, rgba(58, 64, 72, 0.08), transparent 34%),
        linear-gradient(180deg, #fcfbf7 0%, #f3f1ea 34%, #fffdfa 100%);
}

body::before {
    background: radial-gradient(circle at center, rgba(255, 207, 0, 0.18), rgba(255, 207, 0, 0) 68%);
}

body::after {
    background: radial-gradient(circle at center, rgba(58, 64, 72, 0.12), rgba(58, 64, 72, 0) 72%);
}

.site-header {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 248, 243, 0.98));
    border-color: rgba(58, 64, 72, 0.1);
    box-shadow: 0 18px 40px rgba(58, 64, 72, 0.1);
}

.brand-mark {
    background: linear-gradient(145deg, #3a4048 0%, #727b87 56%, #ffcf00 100%);
}

.lang-flag {
    box-shadow: inset 0 0 0 1px rgba(58, 64, 72, 0.14);
}

.lang-switch a.is-active {
    border-color: rgba(255, 207, 0, 0.42);
    background: linear-gradient(180deg, #fff6c7 0%, #ffe07c 100%);
}

.mobile-menu-panel {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 248, 243, 0.98));
    border-color: rgba(58, 64, 72, 0.1);
    box-shadow: 0 24px 48px rgba(58, 64, 72, 0.16);
}

.mobile-menu-panel__nav a,
.mobile-menu-panel__languages a {
    border-color: rgba(58, 64, 72, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f7f5f0 100%);
}

.mobile-menu-panel__cta {
    box-shadow: 0 14px 26px rgba(58, 64, 72, 0.14);
}

.mobile-menu-panel__meta {
    border-top-color: rgba(58, 64, 72, 0.08);
}

.hero-copy {
    border-color: rgba(58, 64, 72, 0.14);
    background: linear-gradient(135deg, #343a42 0%, #6e7782 56%, #ffcf00 100%);
    box-shadow: 0 28px 58px rgba(58, 64, 72, 0.22);
}

.button-primary {
    background: linear-gradient(145deg, #ffe161 0%, var(--primary) 58%, #ecba00 100%);
    box-shadow: 0 16px 30px rgba(58, 64, 72, 0.14);
}

.button-secondary {
    border-color: rgba(58, 64, 72, 0.1);
    background: rgba(58, 64, 72, 0.04);
}

.lead-proof-inline,
.meta-card,
.form-block,
.proof-panel-standalone .proof-stat,
.proof-panel-standalone .proof-feed,
.lead-panel .proof-stat,
.lead-panel .proof-feed,
.lead-panel,
.platform-note-card,
.surface-card,
.faq-item,
.social-rail,
.mobile-footer-nav {
    border-color: rgba(58, 64, 72, 0.08);
}

.surface-card.highlighted,
.urgent-card,
.project-meta-item {
    border-color: rgba(58, 64, 72, 0.1);
    box-shadow: 0 18px 36px rgba(58, 64, 72, 0.12);
}

.site-footer {
    background: linear-gradient(135deg, #343a42 0%, #6b7480 48%, #ffcf00 100%);
    border-color: rgba(58, 64, 72, 0.14);
    box-shadow: 0 28px 56px rgba(58, 64, 72, 0.24);
}

.social-rail {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(249, 248, 243, 0.95));
    border-color: rgba(58, 64, 72, 0.1);
    box-shadow: 0 18px 40px rgba(58, 64, 72, 0.12);
}

.social-rail-link {
    box-shadow: 0 12px 24px rgba(58, 64, 72, 0.14);
}

.social-rail-link:hover {
    box-shadow: 0 16px 28px rgba(58, 64, 72, 0.18);
}

.social-rail-link-instagram,
.social-rail-link-facebook,
.social-rail-link-linkedin,
.social-rail-link-messenger,
.social-rail-link-mail {
    background: linear-gradient(160deg, #343a42 0%, #6b7480 55%, #ffcf00 100%);
}

.support-fab {
    box-shadow: 0 18px 36px rgba(58, 64, 72, 0.22);
}

.mobile-footer-nav {
    box-shadow: 0 -12px 30px rgba(58, 64, 72, 0.16);
}

.mobile-footer-nav a {
    border-color: rgba(58, 64, 72, 0.08);
}

/* Minimal corporate variant inspired by the approved reference */
:root {
    --bg: #f4efe4;
    --bg-soft: #fbf8f1;
    --surface: #ffffff;
    --surface-alt: #f8f4eb;
    --text: #26292d;
    --muted: #72767d;
    --line: #ded8cb;
    --primary: #f7c800;
    --primary-strong: #d8a900;
    --secondary: #44484f;
    --secondary-soft: #676d76;
    --shadow: 0 18px 40px rgba(36, 39, 43, 0.12);
}

body {
    background:
        radial-gradient(circle at top right, rgba(247, 200, 0, 0.12), transparent 24%),
        radial-gradient(circle at bottom left, rgba(68, 72, 79, 0.06), transparent 28%),
        linear-gradient(180deg, #f6f1e7 0%, #f1ebde 36%, #faf7f0 100%);
}

body::before {
    top: -220px;
    right: -160px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle at center, rgba(247, 200, 0, 0.12), rgba(247, 200, 0, 0) 70%);
}

body::after {
    left: -180px;
    top: 160px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle at center, rgba(68, 72, 79, 0.08), rgba(68, 72, 79, 0) 74%);
}

.page-shell {
    padding-top: 10px;
}

.site-header {
    padding: 16px 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 248, 241, 0.98));
    border: 1px solid rgba(104, 98, 86, 0.12);
    border-radius: 24px;
    box-shadow: 0 18px 36px rgba(43, 45, 49, 0.1);
}

.brand {
    gap: 12px;
}

.brand-mark {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: linear-gradient(145deg, #44484f 0%, #6d737d 52%, #f7c800 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.brand-mark.brand-mark-logo {
    width: auto;
    min-width: 0;
    padding: 0;
}

.brand-mark__image {
    width: 336px;
}

.brand-copy strong {
    font-size: 0.98rem;
    letter-spacing: 0.04em;
}

.lang-switch a,
.menu-toggle {
    border-radius: 16px;
}

.page-hero-home {
    gap: 18px;
}

.hero-copy {
    padding: clamp(22px, 3vw, 30px);
    border: 1px solid rgba(77, 81, 88, 0.14);
    border-radius: 28px;
    background:
        radial-gradient(circle at 100% 100%, rgba(247, 200, 0, 0.16), rgba(247, 200, 0, 0) 26%),
        linear-gradient(180deg, #4a4f56 0%, #3f434a 100%);
    box-shadow: 0 26px 50px rgba(43, 45, 49, 0.18);
}

.hero-copy::before {
    width: 340px;
    height: 340px;
    right: -140px;
    top: -140px;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 72%);
}

.hero-copy::after {
    width: 260px;
    height: 260px;
    left: auto;
    right: -60px;
    bottom: -80px;
    background: radial-gradient(circle at center, rgba(247, 200, 0, 0.14), rgba(247, 200, 0, 0) 72%);
}

.hero-copy .eyebrow {
    margin-bottom: 14px;
    padding: 9px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.14);
    color: rgba(255, 249, 230, 0.92);
}

.hero-copy h1 {
    font-size: clamp(2rem, 3.2vw, 3rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
}

.hero-text {
    max-width: 34ch;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.6;
}

.hero-actions {
    margin-top: 18px;
    gap: 14px;
}

.button {
    min-height: 58px;
    border-radius: 16px;
    font-size: 1rem;
}

.button-primary {
    color: #2c2e33;
    background: linear-gradient(180deg, #ffd94d 0%, #f7c800 100%);
    box-shadow: 0 16px 28px rgba(95, 79, 18, 0.18);
}

.button-secondary {
    color: #2f3237;
    border-color: rgba(255, 255, 255, 0.32);
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(43, 45, 49, 0.12);
}

.trust-strip {
    margin-top: 20px;
    gap: 12px;
}

.trust-strip > span:first-child {
    color: rgba(255, 255, 255, 0.84);
    font-weight: 700;
}

.trust-pill {
    min-height: 42px;
    padding: 0 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.home-stats-grid {
    gap: 12px;
    margin-top: 22px;
}

.home-stat-card {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.home-stat-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.home-stat-card strong,
.home-stat-copy > span,
.home-stat-card small {
    color: #ffffff;
}

.home-stat-card small {
    opacity: 0.7;
}

.lead-proof-inline,
.meta-card,
.form-block,
.proof-panel-standalone .proof-stat,
.proof-panel-standalone .proof-feed,
.lead-panel .proof-stat,
.lead-panel .proof-feed,
.lead-panel,
.platform-note-card,
.surface-card,
.faq-item,
.social-rail,
.mobile-footer-nav {
    background: linear-gradient(180deg, #ffffff 0%, #fbf8f1 100%);
    border: 1px solid rgba(112, 106, 94, 0.1);
    box-shadow: 0 18px 36px rgba(43, 45, 49, 0.08);
}

.surface-card.highlighted,
.urgent-card,
.project-meta-item {
    box-shadow: 0 18px 36px rgba(43, 45, 49, 0.1);
}

.lead-panel::before {
    height: 4px;
    background: linear-gradient(90deg, #ffe27a 0%, #f7c800 58%, #dfb100 100%);
}

.site-footer {
    background:
        radial-gradient(circle at 100% 0%, rgba(247, 200, 0, 0.16), rgba(247, 200, 0, 0) 24%),
        linear-gradient(180deg, #43484f 0%, #393d43 100%);
    border-color: rgba(72, 76, 84, 0.16);
    box-shadow: 0 28px 56px rgba(43, 45, 49, 0.2);
}

.social-rail {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(251, 248, 241, 0.94));
}

.social-rail-link-instagram,
.social-rail-link-facebook,
.social-rail-link-linkedin,
.social-rail-link-messenger,
.social-rail-link-mail {
    background: linear-gradient(160deg, #4a4f56 0%, #666e79 55%, #f7c800 100%);
}

.mobile-footer-nav {
    padding-top: 12px;
    padding-bottom: calc(12px + env(safe-area-inset-bottom));
    border-radius: 24px 24px 0 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 247, 239, 0.98));
}

.mobile-footer-nav a {
    min-height: 56px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.74);
    color: #4d4f55;
    font-size: 0.72rem;
    line-height: 1.12;
    padding: 6px 6px 8px;
}

.mobile-footer-nav a.is-active {
    color: #2f3237;
    background: linear-gradient(180deg, #fff3ae 0%, #ffe07e 100%);
}

.mobile-footer-nav a svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mobile-footer-nav a span {
    max-width: 74px;
    line-height: 1.14;
}

.mobile-footer-nav .mobile-footer-cta {
    color: #2f3237;
    min-height: 72px;
    background: linear-gradient(180deg, #ffd94d 0%, #f7c800 100%);
    box-shadow: 0 14px 24px rgba(95, 79, 18, 0.18);
}

@media (max-width: 860px) {
    .page-shell {
        width: min(calc(100% - 16px), var(--container));
        padding-top: 8px;
    }

    .site-header {
        margin-bottom: 16px;
        padding: 14px 14px;
        border-radius: 22px;
        box-shadow: 0 14px 28px rgba(43, 45, 49, 0.08);
    }

    .brand-mark {
        width: 46px;
        height: 46px;
        border-radius: 15px;
    }

    .brand-mark.brand-mark-logo {
        width: auto;
        min-width: 0;
        padding: 0;
    }

    .brand-mark__image {
        width: 248px;
    }

    .hero-copy {
        padding: 20px 18px 18px;
        border-radius: 26px;
    }

    .hero-copy h1 {
        font-size: clamp(2.15rem, 10vw, 3rem);
    }

    .hero-text {
        max-width: none;
        font-size: 0.98rem;
    }

    .section-heading.section-heading-collapsible {
        grid-template-columns: 1fr;
        align-items: stretch;
        gap: 14px;
    }

    .section-heading-title-row {
        align-items: flex-start;
    }

    .section-counter-pill {
        min-height: 50px;
        padding: 0 16px;
    }

    .section-toggle-button {
        width: 100%;
        justify-content: space-between;
    }

    .project-media-slider__topbar {
        top: 14px;
        left: 14px;
        right: 14px;
    }

    .project-media-slider__caption {
        left: 16px;
        right: 16px;
        bottom: 46px;
        max-width: calc(100% - 32px);
    }

    .project-media-slider__caption p {
        font-size: 0.88rem;
    }

    .project-media-slider__nav {
        width: 42px;
        height: 42px;
    }

    .project-media-slider__nav-prev {
        left: 12px;
    }

    .project-media-slider__nav-next {
        right: 12px;
    }

    .project-media-slider__dots {
        bottom: 12px;
        padding: 7px 9px;
    }

    .button {
        min-height: 56px;
        font-size: 0.98rem;
    }

    .trust-strip {
        display: grid;
        gap: 10px;
    }

    .trust-pill {
        justify-content: flex-start;
        width: 100%;
    }

    .home-stats-grid {
        gap: 10px;
    }

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

    .home-stat-card {
        padding: 12px;
        border-radius: 16px;
    }

    .home-quick-form-card {
        padding: 18px;
    }

    .home-quick-form-card__foot {
        flex-direction: column;
        align-items: flex-start;
    }

    .mobile-footer-nav {
        box-shadow: 0 -10px 24px rgba(43, 45, 49, 0.14);
    }
}

/* Final social rail: brand colors and left-fixed placement */
.social-rail {
    position: fixed;
    left: 0 !important;
    top: 42% !important;
    bottom: auto !important;
    z-index: 29;
    display: grid !important;
    gap: 10px;
    padding: 12px 8px 12px 6px;
    border-left: 0;
    border-radius: 0 22px 22px 0;
    background: linear-gradient(180deg, rgba(18, 23, 32, 0.9), rgba(30, 36, 47, 0.82));
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 18px 38px rgba(15, 21, 31, 0.22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transform: translateY(-50%) !important;
    overflow: visible;
}

.social-rail::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 3px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, rgba(255, 209, 0, 0.92), rgba(255, 209, 0, 0.08));
}

.social-rail-link,
.share-menu-rail .share-menu__trigger {
    position: relative;
    isolation: isolate;
    justify-self: start;
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 0;
    border-radius: 16px;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    overflow: visible;
    box-shadow: 0 12px 24px rgba(8, 12, 20, 0.24);
    transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.social-rail-link-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.social-rail-link-label {
    position: absolute;
    left: 22px;
    top: 0;
    z-index: -1;
    display: inline-flex;
    align-items: center;
    height: 48px;
    padding: 0 16px 0 32px;
    border-radius: 0 16px 16px 0;
    background: inherit;
    box-shadow: 0 12px 24px rgba(8, 12, 20, 0.24);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    white-space: nowrap;
    font-size: 0.81rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    transform: translateX(-10px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.social-rail-link:hover,
.social-rail-link:focus-visible,
.share-menu-rail .share-menu__trigger:hover,
.share-menu-rail .share-menu__trigger:focus-visible,
.share-menu-rail.is-open .share-menu__trigger {
    transform: translateX(8px);
    box-shadow: 0 16px 30px rgba(8, 12, 20, 0.28);
}

.social-rail-link:hover .social-rail-link-label,
.social-rail-link:focus-visible .social-rail-link-label {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.social-rail-link-instagram {
    background: linear-gradient(135deg, #5b1f75 0%, #c13584 58%, #f6b44b 100%);
}

.social-rail-link-facebook {
    background: linear-gradient(135deg, #1447af 0%, #1877f2 100%);
}

.social-rail-link-linkedin {
    background: linear-gradient(135deg, #0a4f98 0%, #0a66c2 100%);
}

.social-rail-link-messenger {
    background: linear-gradient(135deg, #0866ff 0%, #635bff 100%);
}

.social-rail-link-mail {
    background: linear-gradient(135deg, #ba3326 0%, #ea4335 100%);
}

.social-rail-link:hover,
.social-rail-link:focus-visible {
    color: #ffffff;
}

.social-rail-link-icon svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.social-rail .share-menu-rail {
    position: relative;
}

.footer-social-links {
    display: none !important;
}

@media (max-width: 980px) {
    .social-rail {
        display: none !important;
    }
}

.share-menu-rail .share-menu__trigger {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(135deg, #2b2f34 0%, #4f5661 58%, #ffd100 100%);
}

.support-fab-valuation {
    width: auto;
    min-width: 0;
    border-color: rgba(255, 209, 0, 0.42);
    background:
        radial-gradient(circle at 18% 20%, rgba(255, 209, 0, 0.22), transparent 32%),
        linear-gradient(135deg, #2b2f34 0%, #3f454d 58%, #5b626b 100%);
    box-shadow: 0 14px 28px rgba(47, 49, 54, 0.22), 0 0 0 1px rgba(255, 209, 0, 0.08) inset;
}

.support-fab-valuation:hover,
.support-fab-valuation:focus-visible {
    color: #ffffff;
    border-color: rgba(255, 209, 0, 0.55);
    background: linear-gradient(135deg, #2b2f34 0%, #3f454d 58%, #5b626b 100%);
    box-shadow: 0 18px 34px rgba(47, 49, 54, 0.28);
}

@media (max-width: 640px) {
    .support-fab-valuation {
        width: auto;
        min-width: 0;
        height: 40px;
        padding: 0 12px;
        font-size: 0.68rem;
    }

    .support-fab-valuation svg {
        width: 18px;
        height: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .support-fab-valuation,
    .support-fab-valuation::before,
    .support-fab-valuation::after,
    .support-fab-valuation svg {
        animation: none !important;
    }
}

.share-menu-rail .share-menu__trigger::after {
    content: attr(aria-label);
    position: absolute;
    left: 22px;
    top: 0;
    z-index: -1;
    display: inline-flex;
    align-items: center;
    height: 48px;
    padding: 0 16px 0 32px;
    border-radius: 0 16px 16px 0;
    background: inherit;
    box-shadow: 0 12px 24px rgba(8, 12, 20, 0.24);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    white-space: nowrap;
    font-size: 0.81rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    transform: translateX(-10px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.share-menu-rail .share-menu__trigger:hover::after,
.share-menu-rail .share-menu__trigger:focus-visible::after,
.share-menu-rail.is-open .share-menu__trigger::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.share-menu-rail .share-menu__trigger:hover,
.share-menu-rail .share-menu__trigger:focus-visible,
.share-menu-rail.is-open .share-menu__trigger {
    background: linear-gradient(135deg, #1d2025 0%, #434a53 58%, #ffcf00 100%);
    border-color: rgba(255, 255, 255, 0.18);
}

.share-menu-rail .share-menu__panel {
    left: calc(100% + 10px);
    right: auto;
    bottom: 0;
    min-width: 198px;
    border-radius: 18px;
}

.application-detail-shell {
    display: grid;
    gap: 20px;
}

.application-summary-card {
    display: grid;
    gap: 18px;
}

.application-summary-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.application-summary-card__top p {
    margin: 10px 0 0;
}

.application-summary-number {
    margin: 10px 0 0;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    line-height: 1.05;
    letter-spacing: 0.02em;
}

.application-summary-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.application-meta-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.application-meta-card {
    display: grid;
    gap: 6px;
    padding: 16px 18px;
    border-radius: 16px;
    background: linear-gradient(180deg, #fffdf7 0%, #f8f6ef 100%);
    border: 1px solid rgba(47, 49, 54, 0.08);
}

.application-meta-card span {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.application-meta-card strong {
    color: var(--secondary);
    font-size: 1rem;
    line-height: 1.5;
}

.application-status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 0.85rem;
}

.application-status-pill-pending {
    background: rgba(255, 209, 0, 0.16);
    color: #7c6200;
}

.application-status-pill-approved {
    background: rgba(22, 163, 74, 0.14);
    color: #0f7a36;
}

.application-status-pill-rejected {
    background: rgba(220, 38, 38, 0.12);
    color: #b42318;
}

.application-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.application-info-card,
.application-project-card,
.application-empty-card {
    display: grid;
    gap: 16px;
}

.application-info-card h3,
.application-project-card h3,
.application-empty-card h2 {
    margin: 0;
}

.application-info-rows {
    display: grid;
    gap: 10px;
}

.application-info-row {
    display: grid;
    grid-template-columns: minmax(150px, 0.8fr) minmax(0, 1.2fr);
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(47, 49, 54, 0.08);
}

.application-info-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.application-info-row span {
    color: var(--muted);
    font-weight: 700;
}

.application-info-row strong {
    color: var(--secondary);
    font-weight: 800;
    line-height: 1.6;
}

.application-project-card {
    grid-column: 1 / -1;
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
    padding: 0;
    overflow: hidden;
}

.application-project-card__media {
    min-height: 100%;
}

.application-project-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.application-project-card__body {
    display: grid;
    align-content: start;
    gap: 14px;
    padding: 22px;
}

.application-empty-card {
    justify-items: start;
}

@media (max-width: 1180px) {
    .application-detail-grid,
    .application-project-card {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 860px) {
    .application-summary-card__top,
    .application-meta-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    .application-summary-actions {
        width: 100%;
    }

    .application-summary-actions .button {
        width: 100%;
    }

    .application-info-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}

@media print {
    .site-header,
    .site-footer,
    .social-rail,
    .floating-support,
    .mobile-footer-nav,
    .application-summary-actions,
    .menu-toggle {
        display: none !important;
    }

    body {
        background: #fff !important;
    }

    .page-shell {
        width: 100% !important;
        max-width: none !important;
        padding: 0 !important;
    }

    .page-hero {
        margin-bottom: 10px;
    }

    .page-hero .hero-copy {
        background: #fff !important;
        color: #000 !important;
        box-shadow: none !important;
        border: 1px solid #ddd !important;
    }

    .page-hero .hero-copy h1,
    .page-hero .hero-copy .hero-text,
    .page-hero .hero-copy .eyebrow {
        color: #000 !important;
    }

    .surface-card,
    .application-meta-card {
        box-shadow: none !important;
        break-inside: avoid;
        page-break-inside: avoid;
    }
}

.locale-switcher {
    position: relative;
    flex: none;
}

.locale-switcher__toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f8f5ea 100%);
    box-shadow: 0 10px 24px rgba(17, 17, 17, 0.08);
    color: var(--secondary);
    cursor: pointer;
}

.locale-switcher__toggle svg {
    width: 16px;
    height: 16px;
    color: var(--muted);
    transition: transform 0.2s ease;
}

.locale-switcher.is-open .locale-switcher__toggle svg {
    transform: rotate(180deg);
}

.locale-switcher__value {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.locale-switcher__symbol {
    color: #8a6300;
    font-size: 0.96rem;
    line-height: 1;
}

.locale-switcher__panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: min(340px, calc(100vw - 32px));
    padding: 14px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 246, 237, 0.98));
    box-shadow: 0 24px 48px rgba(17, 17, 17, 0.14);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    z-index: 30;
}

.locale-switcher__panel[hidden] {
    display: block;
}

.locale-switcher.is-open .locale-switcher__panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.locale-switcher__group {
    display: grid;
    gap: 10px;
}

.locale-switcher__group + .locale-switcher__group {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.locale-switcher__title,
.mobile-menu-panel__locale-title {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
}

.locale-switcher__list,
.mobile-menu-panel__currencies {
    display: grid;
    gap: 8px;
}

.locale-switcher__list-currency {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.locale-option {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f8f6ef 100%);
    color: var(--secondary);
    font-weight: 700;
    box-shadow: none;
}

.locale-option__label {
    flex: 1;
    min-width: 0;
    text-align: left;
    font-size: 0.92rem;
}

.locale-option__symbol {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex: none;
    border-radius: 10px;
    background: rgba(255, 207, 0, 0.14);
    color: #6f5000;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
}

.locale-option__code {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    color: var(--muted);
}

.locale-option.is-active {
    border-color: rgba(255, 209, 0, 0.42);
    background: linear-gradient(180deg, #fff7cf 0%, #ffe68b 100%);
    box-shadow: 0 12px 24px rgba(140, 94, 0, 0.14);
}

button.locale-option {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.locale-option-currency {
    justify-content: space-between;
}

.mobile-menu-panel__locale {
    display: grid;
    gap: 14px;
    margin-top: 16px;
}

.mobile-menu-panel__locale-group {
    display: grid;
    gap: 10px;
}

.mobile-menu-panel__languages,
.mobile-menu-panel__currencies {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mobile-menu-panel__languages a {
    justify-content: space-between;
}

.mobile-menu-panel__languages a strong {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    color: var(--muted);
}

.mobile-locale-option .locale-option__label {
    font-size: 0.85rem;
}

@media (max-width: 860px) {
    .locale-switcher {
        display: none;
    }

    .locale-switcher__toggle {
        min-height: 42px;
        padding: 0 12px;
        border-radius: 12px;
    }

    .locale-switcher__value {
        font-size: 0.78rem;
    }

    .locale-switcher__panel {
        width: min(320px, calc(100vw - 24px));
    }
}

@media (max-width: 560px) {
    .locale-switcher__toggle {
        gap: 8px;
        padding: 0 10px;
    }

    .locale-switcher__value {
        font-size: 0.74rem;
    }

    .mobile-menu-panel__languages {
        grid-template-columns: 1fr;
    }
}

.mobile-footer-nav {
    position: relative;
    isolation: isolate;
    grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(86px, 1.28fr) repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 5px 8px calc(4px + env(safe-area-inset-bottom));
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.mobile-footer-nav::before,
.mobile-footer-nav::after {
    content: none;
    position: absolute;
    pointer-events: none;
}

.mobile-footer-nav::before {
    inset: 1px 1px auto;
    height: 50%;
    border-radius: 29px 29px 20px 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.18));
    opacity: 0.94;
    z-index: 0;
}

.mobile-footer-nav::after {
    left: 24px;
    right: 24px;
    bottom: 0;
    height: 22px;
    border-radius: 999px;
    background: radial-gradient(circle at center, rgba(17, 17, 17, 0.26), rgba(17, 17, 17, 0) 72%);
    filter: blur(12px);
    opacity: 0.48;
    transform: translateY(62%);
    z-index: 0;
}

.mobile-footer-call {
    display: none;
}

.mobile-footer-nav a {
    position: relative;
    z-index: 1;
    gap: 4px;
    min-height: 50px;
    min-width: 0;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(58, 61, 68, 0.98) 0%, rgba(88, 95, 104, 0.96) 100%);
    border: 1px solid rgba(25, 29, 35, 0.28);
    color: #f6f4ee;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1.1;
    padding: 6px 4px 7px;
    box-shadow:
        0 10px 16px rgba(17, 24, 39, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        inset 0 -6px 12px rgba(18, 24, 32, 0.2);
    transform: translateY(0);
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.mobile-footer-nav a::before {
    content: "";
    position: absolute;
    inset: 1px 1px auto;
    height: 44%;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02));
    pointer-events: none;
    opacity: 1;
}

.mobile-footer-nav a::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 4px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 209, 0, 0), rgba(255, 209, 0, 0.9), rgba(255, 209, 0, 0));
    opacity: 0;
    transform: scaleX(0.45);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.mobile-footer-nav a:active {
    transform: translateY(1px) scale(0.985);
}

.mobile-footer-nav a.is-active {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 244, 202, 0.96) 100%);
    color: #182230;
    border-color: rgba(224, 180, 0, 0.34);
    box-shadow:
        0 14px 22px rgba(17, 24, 39, 0.14),
        0 6px 14px rgba(224, 180, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.98);
    transform: translateY(-4px);
}

.mobile-footer-nav a.is-active::after {
    opacity: 1;
    transform: scaleX(1);
}

.mobile-footer-nav a svg {
    width: 18px;
    height: 18px;
    stroke-width: 1.8;
}

.mobile-footer-nav a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(229, 235, 242, 0.92) 100%);
    color: #425065;
    font-size: 13px;
    line-height: 1;
    box-shadow:
        0 7px 12px rgba(17, 24, 39, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.mobile-footer-nav a span {
    display: -webkit-box;
    max-width: none;
    overflow: hidden;
    text-align: center;
    white-space: normal;
    line-height: 1.04;
    letter-spacing: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mobile-footer-nav .mobile-footer-soft {
    background: linear-gradient(180deg, rgba(58, 61, 68, 0.98) 0%, rgba(88, 95, 104, 0.95) 100%);
}

.mobile-footer-nav a[data-mobile-nav="sales"] i {
    background: linear-gradient(180deg, rgba(239, 248, 255, 0.98) 0%, rgba(214, 234, 255, 0.92) 100%);
    color: #165d9c;
}

.mobile-footer-nav a[data-mobile-nav="urgent"] i {
    background: linear-gradient(180deg, rgba(255, 242, 237, 0.98) 0%, rgba(255, 216, 198, 0.94) 100%);
    color: #b54708;
}

.mobile-footer-nav a[data-mobile-nav="apply"] i {
    background: linear-gradient(180deg, rgba(245, 244, 255, 0.98) 0%, rgba(225, 220, 255, 0.94) 100%);
    color: #5b46c5;
}

.mobile-footer-nav a[data-mobile-nav="projects"] i {
    background: linear-gradient(180deg, rgba(241, 245, 249, 0.98) 0%, rgba(220, 228, 236, 0.94) 100%);
    color: #334155;
}

.mobile-footer-nav .mobile-footer-featured {
    min-height: 58px;
    transform: translateY(-10px) scale(1.01);
    background:
        radial-gradient(circle at top center, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0) 52%),
        linear-gradient(180deg, #fff2a8 0%, var(--primary) 56%, #e6b200 100%);
    color: #251900;
    border-color: rgba(182, 140, 23, 0.42);
    box-shadow:
        0 18px 24px rgba(170, 130, 18, 0.24),
        0 8px 16px rgba(255, 209, 0, 0.16),
        inset 0 1px 0 rgba(255, 251, 220, 0.76),
        inset 0 -8px 12px rgba(120, 82, 0, 0.12);
}

.mobile-footer-nav .mobile-footer-featured i {
    width: 26px;
    height: 26px;
    background: linear-gradient(180deg, rgba(255, 251, 232, 0.92) 0%, rgba(255, 236, 163, 0.78) 100%);
    color: #6b4800;
    font-size: 14px;
    box-shadow:
        0 8px 14px rgba(120, 82, 0, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.mobile-footer-nav .mobile-footer-featured span {
    font-size: 0.63rem;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0.01em;
}

.mobile-footer-nav .mobile-footer-featured.is-active {
    background: linear-gradient(180deg, #fff0a1 0%, #ffd958 58%, #e8b200 100%);
    color: #1f1400;
    border-color: rgba(182, 140, 23, 0.48);
    box-shadow:
        0 20px 28px rgba(170, 130, 18, 0.28),
        0 10px 18px rgba(255, 209, 0, 0.18),
        inset 0 1px 0 rgba(255, 252, 229, 0.82),
        inset 0 -8px 12px rgba(120, 82, 0, 0.14);
    transform: translateY(-11px) scale(1.015);
}

.mobile-footer-nav a.is-active i {
    background: linear-gradient(180deg, rgba(255, 249, 224, 0.98) 0%, rgba(255, 228, 141, 0.92) 100%);
    color: #8a6200;
    box-shadow:
        0 10px 18px rgba(146, 105, 0, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

@media (max-width: 560px) {
    .mobile-footer-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(78px, 1.18fr) repeat(2, minmax(0, 1fr));
        gap: 5px;
        padding: 4px 6px calc(3px + env(safe-area-inset-bottom));
        border-radius: 0;
    }

    .mobile-footer-nav a {
        min-height: 46px;
        font-size: 0.54rem;
        padding-left: 3px;
        padding-right: 3px;
    }

    .mobile-footer-nav a i {
        width: 22px;
        height: 22px;
        border-radius: 9px;
        font-size: 12px;
    }

    .mobile-footer-nav a span {
        font-size: 0.52rem;
    }

    .mobile-footer-nav .mobile-footer-featured {
        min-height: 52px;
        transform: translateY(-7px) scale(1.005);
    }

    .mobile-footer-nav .mobile-footer-featured i {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }

    .mobile-footer-nav .mobile-footer-featured span {
        font-size: 0.52rem;
    }
}

@media (max-width: 860px) {
    .floating-support {
        right: 12px;
        bottom: calc(80px + env(safe-area-inset-bottom));
        gap: 10px;
    }

    .mobile-footer-call {
        position: fixed;
        left: 12px;
        bottom: calc(80px + env(safe-area-inset-bottom));
        z-index: 31;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        min-height: 46px;
        padding: 0 14px 0 12px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.96);
        border: 1px solid rgba(17, 17, 17, 0.1);
        color: var(--secondary);
        box-shadow: 0 12px 22px rgba(17, 17, 17, 0.1);
        text-decoration: none;
    }

    .mobile-footer-call i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        border-radius: 0;
        background: transparent;
        color: currentColor;
        font-size: 13px;
        line-height: 1;
    }

    .mobile-footer-call span {
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.01em;
        white-space: nowrap;
    }

    .page-apply .mobile-footer-call {
        bottom: 92px;
    }

    .page-apply .floating-support {
        bottom: 92px;
    }

    .mobile-menu-backdrop {
        z-index: 84;
    }

    .mobile-menu-panel {
        z-index: 85;
    }

    .mobile-footer-nav {
        position: fixed;
        left: 8px;
        right: 8px;
        bottom: 1px;
        z-index: 30;
        display: grid;
        overflow: visible;
    }
}

@media (max-width: 560px) {
    .mobile-footer-call {
        left: 10px;
        min-height: 42px;
        padding: 0 12px 0 10px;
    }

    .mobile-footer-call i {
        width: 16px;
        height: 16px;
        font-size: 12px;
    }

    .mobile-footer-call span {
        font-size: 0.68rem;
    }
}

@media (max-width: 420px) {
    .floating-support {
        right: 8px;
        bottom: calc(74px + env(safe-area-inset-bottom));
    }

    .mobile-footer-call {
        bottom: calc(74px + env(safe-area-inset-bottom));
    }

    .page-apply .mobile-footer-call {
        bottom: 86px;
    }

    .page-apply .floating-support {
        bottom: 86px;
    }
}
