:root {
  --yesilay-green: #00ae42;
  --yesilay-deep: #124734;
  --yesilay-mint: #edf7ef;
  --yesilay-sage: #c4dec9;
  --yesilay-leaf: #70ab70;
  --public-black: #0a0a0a;
  --public-muted: #5c6b62;
}

html {
  font-size: 16px;
}

body.public-site {
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  color: var(--public-black);
  background: #fff;
}

.public-header {
  z-index: 1030;
}

.brand-green {
  color: var(--yesilay-green);
}

.brand-deep {
  color: var(--yesilay-deep);
}

.text-yesilay-green {
  color: var(--yesilay-green) !important;
}

.public-nav-link {
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--public-black) !important;
  padding: 0.5rem 0.65rem !important;
  border-radius: 0;
}

.public-nav-link:hover {
  color: var(--yesilay-green) !important;
}

.public-nav-link.active {
  color: var(--yesilay-green) !important;
}

.hero-section {
  padding: clamp(3rem, 12vh, 7rem) 0 clamp(4rem, 14vh, 8rem);
}

.hero-title {
  color: var(--yesilay-green);
  font-weight: 700;
  font-size: clamp(1.35rem, 3.5vw, 2.25rem);
  line-height: 1.25;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-lead {
  color: var(--public-black);
  font-weight: 400;
  font-size: 1.05rem;
  max-width: 36rem;
}

.btn-outline-public {
  border: 1px solid var(--public-black);
  color: var(--public-black);
  background: transparent;
  font-weight: 600;
  padding: 0.65rem 1.5rem;
  letter-spacing: 0.02em;
}

.btn-outline-public:hover {
  background: var(--public-black);
  color: #fff;
  border-color: var(--public-black);
}

.btn-solid-public {
  background: var(--public-black);
  color: #fff;
  border: 1px solid var(--public-black);
  font-weight: 600;
  padding: 0.65rem 1.5rem;
  letter-spacing: 0.02em;
}

.btn-solid-public:hover {
  background: var(--yesilay-deep);
  border-color: var(--yesilay-deep);
  color: #fff;
}

.page-heading {
  font-weight: 300;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  color: var(--public-black);
}

.page-sub {
  color: var(--public-muted);
  font-size: 1rem;
}

.site-footer {
    background: linear-gradient(110deg, var(--yesilay-deep) 0%, #1a4f3d 42%, #0d281f 100%);
}

.footer-links a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-social-btn {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  background: #2a2a2a;
  color: #fff;
  border-radius: 0.35rem;
  text-decoration: none;
}

.footer-social-btn:hover {
  background: #3d3d3d;
  color: #fff;
}

.footer-brand-logo {
  max-height: 48px;
  width: auto;
  object-fit: contain;
}

.chat-fab {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 3.25rem;
  height: 3.25rem;
  z-index: 1040;
}

.promo-banner {
  border-radius: 0.25rem;
  overflow: hidden;
  min-height: 200px;
  background: linear-gradient(110deg, var(--yesilay-deep) 0%, #1a4f3d 42%, #0d281f 100%);
  color: #fff;
}

.promo-banner-inner {
  padding: 2rem 1.5rem;
}

.benefit-card {
  border: 1px solid #dfe8e2;
  border-radius: 0.35rem;
  padding: 1.5rem 1rem 1.25rem;
  height: 100%;
  background: #fff;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.benefit-card:hover {
  box-shadow: 0 0.5rem 1.5rem rgba(18, 71, 52, 0.08);
  border-color: var(--yesilay-sage);
}

.benefit-illus {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.benefit-illus i {
  font-size: 3.75rem;
  line-height: 1;
}

.benefit-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--yesilay-deep);
  text-align: center;
  margin: 0;
}

.contact-page-title {
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 3rem);
}

.form-control.public-input,
.form-select.public-input {
  border: 1px solid var(--public-black);
  border-radius: 0;
  padding: 0.65rem 0.75rem;
}

.form-control.public-input:focus,
.form-select.public-input:focus {
  border-color: var(--yesilay-green);
  box-shadow: 0 0 0 0.15rem rgba(0, 174, 66, 0.2);
}

.btn-send-public {
  background: var(--public-black);
  color: #fff;
  border-radius: 0;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.65rem 1.75rem;
}

.btn-send-public:hover {
  background: var(--yesilay-deep);
  color: #fff;
}

.contact-aside {
  font-size: 0.95rem;
}

.contact-aside a {
  color: var(--yesilay-deep);
  text-decoration: none;
}

.contact-aside a:hover {
  text-decoration: underline;
}

.job-filter-panel {
  border: 1px solid #dfe8e2;
  border-radius: 0.5rem;
  background: #fff;
  padding: 1rem 1.1rem;
}

.city-filter-wrap {
  max-height: 140px;
  overflow: auto;
  padding: 0.35rem 0.25rem;
  border: 1px solid #e6ece8;
  border-radius: 0.5rem;
}

.city-filter-check {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid #e1e8e3;
  border-radius: 999px;
  padding: 0.35rem 0.6rem;
  font-size: 0.85rem;
  background: #fff;
}

.job-list-grid {
  display: grid;
  gap: 1rem;
}

.job-card {
  border: 1px solid #dde6df;
  border-radius: 0.5rem;
  padding: 1rem 1.1rem;
  background: #fff;
}

.job-apply-btn {
  padding: 0.45rem 1.1rem;
  font-size: 0.85rem;
}

.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.job-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #f2f8f3;
  color: var(--yesilay-deep);
  border: 1px solid #d9e7db;
  padding: 0.2rem 0.6rem;
  font-size: 0.8rem;
  line-height: 1.2;
}

.page-link {
  color: var(--yesilay-deep);
  border-color: #cbdccc;
}

.page-item.active .page-link {
  background-color: var(--yesilay-green);
  border-color: var(--yesilay-green);
}
