/* ============================================
   FONT FACE
   ============================================ */

@font-face {
  font-family: 'Mersad';
  src: url('../fonts/Mersad Thin-26958361069.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mersad';
  src: url('../fonts/Mersad Light-26958361069.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mersad';
  src: url('../fonts/Mersad Regular-26958361069.otf') format('opentype'),
       url('../fonts/Mersad-26958361069.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mersad';
  src: url('../fonts/Mersad Medium-26958361069.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mersad';
  src: url('../fonts/Mersad SemiBold-26958361069.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mersad';
  src: url('../fonts/Mersad Bold-26958361069.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mersad';
  src: url('../fonts/Mersad ExtraBold-26958361069.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

html {
  max-width: 100%;
  overflow-x: hidden;
}

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

body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Mersad', sans-serif;
  font-weight: 400; /* Regular */
}

/* საჯარო გვერდის შიგთავსი არ გასცდეს ვიუპორტის სიგანეს */
.page-content,
.content-wrapper,
.content-inner {
  max-width: 100%;
  min-width: 0;
}

img,
video,
svg {
  max-width: 100%;
  height: auto;
}

/* ============================================
   HERO (MAIN PAGE)
   ============================================ */

.hero {
  position: relative;
  padding: 70px 0 70px;
  min-height: 420px;
  display: flex;
  align-items: center;
  background: linear-gradient(160deg, #f8fbf9 0%, #ffffff 45%, #f2f8f5 100%);
  overflow: hidden;
}

.hero-divider {
  position: relative;
  padding: 20px 0 20px;
  background: #006842;
  overflow: hidden;
}

.hero-divider::before {
  content: none;
}

.momentum-section .momentum-inner {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  padding: 15px 28px 15px;
}

.momentum-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d8ffed;
  margin: 0 0 10px 0;
  text-align: center;
}

.momentum-title {
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 30px 0;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  text-align: center;
}

.momentum-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-bottom: 32px;
  align-items: start;
}

.momentum-grid::before {
  content: none;
}

.momentum-item {
  position: relative;
  min-height: 96px;
  padding: 8px 16px;
  background: transparent;
  border: 0;
  box-shadow: none;
  clip-path: none;
  overflow: visible;
  transition: none;
}

.momentum-item:hover {
  transform: none;
  box-shadow: none;
  border-color: transparent;
}

.momentum-item::before {
  content: none;
}

.momentum-item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateY(-50%);
  width: 2px;
  height: 40px;
  background: rgba(232, 255, 243, 0.72);
  border-radius: 999px;
}

.momentum-item:last-child::after {
  content: none;
}

.momentum-item-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: #ffffff;
  margin: 0 0 10px 0;
  text-align: center;
}

.momentum-item-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  color: #d9f5e8;
  margin: 0;
  text-align: center;
}

.momentum-manifesto {
  max-width: 760px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #2c3a33;
  position: relative;
  padding-left: 28px;
}

.momentum-manifesto::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #006842 0%, rgba(0, 104, 66, 0.2) 60%, rgba(0, 104, 66, 0) 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4), 0 8px 18px rgba(0, 104, 66, 0.25);
}

.momentum-manifesto-title {
  font-size: 20px;
  font-weight: 700;
  color: #006842;
  margin: 0 0 14px 0;
}

.momentum-manifesto p {
  margin: 0 0 10px 0;
}

.momentum-quote {
  margin-top: 16px;
  font-weight: 600;
  color: #006842;
}

.momentum-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.momentum-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid #006842;
  background: #006842;
  color: #ffffff;
  font-family: 'Mersad', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.2s ease,
    transform 0.15s ease;
}

.momentum-button:hover,
.momentum-button:focus-visible {
  background: #008954;
  border-color: #008954;
  box-shadow: 0 8px 20px rgba(0, 104, 66, 0.28);
  transform: translateY(-1px);
  color: #ffffff;
}

.momentum-button-secondary {
  background: transparent;
  color: #006842;
}

.momentum-button-secondary:hover,
.momentum-button-secondary:focus-visible {
  background: rgba(0, 104, 66, 0.06);
  color: #006842;
  border-color: #006842;
  box-shadow: 0 6px 16px rgba(0, 104, 66, 0.18);
}

@media (max-width: 992px) {
  .momentum-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .hero-divider {
    padding: 40px 0 46px;
  }

  .momentum-section .momentum-inner {
    padding: 20px 18px 22px;
    margin: 0 16px;
  }

  .momentum-title {
    font-size: 24px;
  }

  .momentum-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .momentum-grid::before,
  .momentum-item::after {
    display: none;
  }

  .momentum-item {
    min-height: auto;
    padding: 6px 8px;
  }

  .momentum-manifesto {
    font-size: 14px;
  }
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.hero-bg-blur {
  position: absolute;
  border-radius: 50%;
  filter: blur(20px);
  opacity: 0.55;
}

.hero-bg-blur-1 {
  width: 380px;
  height: 380px;
  background: rgba(0, 104, 66, 0.18);
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
}

.hero-bg-blur-2 {
  width: 320px;
  height: 320px;
  background: rgba(0, 104, 66, 0.14);
  right: -80px;
  top: 15%;
}

.hero-bg-line {
  position: absolute;
  background: linear-gradient(90deg, transparent, rgba(0, 104, 66, 0.18), transparent);
}

.hero-bg-line-1 {
  width: 45%;
  height: 2px;
  left: 0;
  top: 35%;
  transform: rotate(-12deg);
  transform-origin: left center;
}

.hero-bg-line-2 {
  width: 40%;
  height: 2px;
  right: 0;
  bottom: 28%;
  transform: rotate(8deg);
  transform-origin: right center;
  background: linear-gradient(270deg, transparent, rgba(0, 104, 66, 0.15), transparent);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 56px;
}

.hero-photo-wrap {
  flex-shrink: 0;
  position: relative;
  width: 200px;
  height: 200px;
}

.hero-photo-ring {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 5px solid #006842;
  box-shadow: 0 0 0 1px rgba(0, 104, 66, 0.15), 0 20px 50px rgba(0, 104, 66, 0.2);
  transform: rotate(-4deg);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.hero-photo-wrap:hover .hero-photo-ring {
  transform: rotate(0deg) scale(1.02);
  box-shadow: 0 0 0 1px rgba(0, 104, 66, 0.2), 0 24px 56px rgba(0, 104, 66, 0.28);
}

.hero-photo {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
  transform: rotate(2deg);
  transition: transform 0.4s ease;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.hero-photo-wrap:hover .hero-photo {
  transform: rotate(0deg);
}

.hero-content {
  flex: 1;
  text-align: left;
  min-width: 0;
  position: relative;
  padding-left: 32px;
  max-width: none;
}

.hero-content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.25em;
  bottom: 0.25em;
  width: 3px;
  background: linear-gradient(180deg, transparent 0%, #006842 15%, #006842 85%, transparent 100%);
  border-radius: 3px;
}

.hero-content::after {
  content: '';
  position: absolute;
  left: -4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #006842;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 1), 0 2px 8px rgba(0, 104, 66, 0.4);
}

.hero-kicker {
  font-size: 20px;
  font-weight: 900; /* SemiBold */
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #006842;
  margin-bottom: 12px;
}

.hero-title {
  font-size: 24px;
  font-weight: 700; /* Bold */
  line-height: 1.3;
  color: #102016;
  margin: 0 0 16px 0;
}

.hero-subtitle {
  font-size: 14px;
  font-weight: 400; /* Regular */
  line-height: 1.7;
  color: #4a5a51;
  margin: 0 0 28px 0;
  max-width: 520px;
}

.hero-actions {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 999px;
  background: #006842;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600; /* SemiBold */
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 10px 25px rgba(0, 104, 66, 0.25);
  transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.hero-cta:hover {
  background: #005a35;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 104, 66, 0.3);
}

.hero-cta:active {
  transform: translateY(0);
  box-shadow: 0 8px 20px rgba(0, 104, 66, 0.25);
}

.hero-cta-secondary {
  background: #ffffff;
  color: #006842;
  box-shadow: none;
  border: 1px solid rgba(0, 104, 66, 0.35);
}

.hero-cta-secondary:hover {
  background: #f2f7f4;
  color: #006842;
  box-shadow: 0 6px 16px rgba(0, 104, 66, 0.18);
}

.hero-cta-secondary:active {
  box-shadow: 0 4px 10px rgba(0, 104, 66, 0.16);
}

@media (max-width: 768px) {
  .hero {
    padding: 115px 0 95px;
    min-height: 380px;
  }

  .hero-inner {
    flex-direction: column;
    padding: 0 16px;
    gap: 32px;
    text-align: center;
  }

  .hero-content {
    text-align: center;
    padding-left: 0;
  }

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

  .hero-photo-wrap {
    width: 220px;
    height: 220px;
  }

  .hero-photo-ring {
    inset: -8px;
    border-width: 4px;
    transform: rotate(-2deg);
  }

  .hero-photo {
    transform: rotate(2deg);
  }

  .hero-title {
    font-size: 22px;
  }

  .hero-subtitle {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }
}

/* ============================================
   CONTENT SECTION
   ============================================ */

.content-section {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(175deg, #f5f5f5 0%, #ffffff 35%, #fafafa 100%);
  overflow: hidden;
}

.content-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.content-ornament {
  position: absolute;
  width: 80px;
  height: 80px;
  border-color: rgba(0, 104, 66, 0.2);
  border-style: solid;
  border-width: 0;
}

.content-ornament-top-left {
  top: 24px;
  left: 24px;
  border-top-width: 2px;
  border-left-width: 2px;
  border-radius: 4px 0 0 0;
}

.content-ornament-bottom-right {
  bottom: 24px;
  right: 24px;
  border-bottom-width: 2px;
  border-right-width: 2px;
  border-radius: 0 0 4px 0;
}

.content-container {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.content-title {
  font-family: 'Mersad', sans-serif;
  font-size: 25px;
  font-weight: 700; /* Bold */
  line-height: 1.3;
  color: #102016;
  margin: 0 0 12px 0;
  text-align: center;
}

.content-subtitle {
  font-family: 'Mersad', sans-serif;
  font-size: 20px;
  font-weight: 500; /* Medium */
  line-height: 1.4;
  color: #006842;
  margin: 0 0 48px 0;
  text-align: center;
}

.content-text {
  font-family: 'Mersad', sans-serif;
  font-size: 17px;
  font-weight: 400; /* Regular */
  line-height: 1.8;
  color: #333333;
  position: relative;
  z-index: 1;
  max-width: 700px;
}

.content-card-title {
  font-family: 'Mersad', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #006842;
  margin: 0 0 16px 0;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.content-text p {
  margin: 0 0 24px 0;
}

.content-text p:last-child {
  margin-bottom: 0;
}

.content-row {
  position: relative;
  margin-top: 12px;
  padding: 12px 0;
  display: flex;
  align-items: center;
}

.content-bg-decoration {
  position: absolute;
  left: 95%;
  top: 30%;
  transform: translateY(-50%);
  width: 400px;
  height: 600px;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

.decoration-svg {
  width: 100%;
  height: 100%;
  display: block;
}


.content-accordion {
  width: 100%;
  margin-top: 32px;
  padding-top: 0;
  border-top: 1px solid #e6ece8;
}

.content-faq-description {
  margin: 20px auto 0;
  font-family: 'Mersad', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #355645;
  max-width: 760px;
  text-align: center;
}

.accordion-item {
  border-bottom: 1px solid #e6ece8;
}

.accordion-header {
  width: 100%;
  padding: 18px 0;
  background: transparent;
  border: none;
  outline: none;
  text-align: left;
  font-family: 'Mersad', sans-serif;
  font-size: 20px;
  font-weight: 600; /* SemiBold */
  color: #006842;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.accordion-header::after {
  content: '+';
  font-size: 20px;
  font-weight: 400;
  color: #006842;
  transition: transform 0.2s ease;
}

.accordion-item.open .accordion-header::after {
  content: '−';
  transform: translateY(-1px);
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.accordion-body p {
  margin: 0 0 16px 0;
}

.accordion-body p:last-child {
  margin-bottom: 20px;
}

.accordion-item.open .accordion-body {
  padding-bottom: 8px;
}


@media (max-width: 768px) {
  .content-section {
    padding: 56px 0;
  }

  .content-container {
    padding: 0 16px;
  }

  .content-subtitle {
    font-size: 18px;
    margin-bottom: 36px;
  }

  .content-text {
    font-size: 16px;
    line-height: 1.7;
  }

  .content-row {
    padding: 10px 0;
    margin-top: 10px;
    display: block;
  }

  .content-bg-decoration {
    right: -60px;
    width: 250px;
    height: 380px;
    opacity: 1;
  }

  .content-text {
    max-width: 100%;
  }

  .accordion-header {
    font-size: 18px;
    padding: 16px 0;
  }

  .content-faq-description {
    font-size: 15px;
    margin-top: 16px;
  }
}

/* ============================================
   HEADER STYLES
   ============================================ */

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #006842;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  width: 100%;
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 80px;
  position: relative;
}

/* Logo Styles */
.logo {
  display: flex;
  align-items: center;
}

.logo a {
  display: block;
  text-decoration: none;
}

.logo img {
  height: 40px;
  width: auto;
  display: block;
}

.logo-dark {
  display: block;
}

.logo-light {
  display: none;
}

/* Navigation Styles */
.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: inline-block;
  padding: 12px 0;
  font-family: 'Mersad', sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  transition: color 0.3s ease;
  position: relative;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: width 0.3s ease;
}

.nav-item:hover .nav-link,
.nav-item:focus-within .nav-link {
  color: #ffffff;
}

.nav-item:hover .nav-link::after,
.nav-item:focus-within .nav-link::after {
  width: 100%;
}

/* Mobile Toggle Button */
.mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 5px;
}

.mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.mobile-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
}

.mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* Mobile Navigation */
@media (max-width: 768px) {
  .header-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
    padding: 0 16px;
    gap: 12px;
  }

  .logo {
    flex: 0 0 auto;
  }

  .mobile-toggle {
    display: flex;
    flex: 0 0 auto;
  }

  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    gap: 0;
    padding: 16px;
    display: none;
  }

  .nav.active {
    display: flex;
  }

  .nav-item {
    width: 100%;
  }

  .nav-link {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #e8eeeb;
    color: #006842;
  }

  .nav-link::after {
    background: #006842;
  }

  .nav-item:hover .nav-link,
  .nav-item:focus-within .nav-link {
    color: #004a2e;
  }

  .nav-item:last-child .nav-link {
    border-bottom: none;
  }

  .logo img {
    height: 40px;
  }
}

/* Tablet Styles */
@media (min-width: 769px) and (max-width: 1024px) {
  .header-container {
    padding: 0 20px;
  }

  .nav {
    gap: 24px;
  }

  .nav-link {
    font-size: 14px;
  }
}

/* ============================================
   FOOTER STYLES
   ============================================ */

.footer {
  background: #006842;
  color: #ffffff;
  padding: 72px 0 0;
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  padding-bottom: 40px;
  align-items: flex-start;
}

.footer-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-logo img {
  height: 50px;
  width: auto;
}

.footer-title {
  font-family: 'Mersad', sans-serif;
  font-size: 18px;
  font-weight: 700; /* Bold */
  margin: 0 0 20px 0;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.footer-icon {
  flex-shrink: 0;
  margin-top: 4px;
}

/* Contact icons – soft circular background, same family as social */
.footer-contact .footer-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease, transform 0.2s ease;
}

.footer-icon-svg {
  width: 35px;
  height: 35px;
  display: block;
  fill: none;
  stroke: #006842;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-icon i,
.footer-social-icon i {
  font-size: 22px;
  color: #ffffff;
}

.footer-contact-item a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 15px;
  font-weight: 400; /* Regular */
}

.footer-contact-item a:hover {
  color: #ffffff;
}

.footer-contact-item:hover .footer-icon {
  background: #006842;
  transform: translateY(-1px);
}

.footer-contact-item:hover .footer-icon i {
  color: #ffffff;
}

.footer-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-social-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500; /* Medium */
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-social-link:hover {
  color: #ffffff;
}

.footer-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  transition: background 0.25s ease, transform 0.2s ease;
}

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

.footer-social-link:hover .footer-social-icon i {
  color: #ffffff;
}

.footer-social-text {
  line-height: 1.2;
}

.footer-description {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 400; /* Regular */
  line-height: 1.6;
  margin: 0 0 20px 0;
}

.footer-description.footer-description-light {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.86);
}

.footer-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-form-group {
  width: 100%;
}

.footer-input {
  width: 100%;
  padding: 12px 16px;
  font-size: 15px;
  font-family: 'Mersad', sans-serif;
  font-weight: 400; /* Regular */
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #333333;
  transition: border-color 0.3s ease;
}

.footer-input::placeholder {
  color: #999999;
}

.footer-input:focus {
  outline: none;
  border-color: #006842;
}

.footer-button {
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600; /* SemiBold */
  font-family: 'Mersad', sans-serif;
  background: #006842;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-button:hover {
  background: #005a35;
  transform: translateY(-1px);
}

.footer-button:active {
  transform: translateY(0);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 22px 0 26px;
  text-align: center;
}

@media (min-width: 992px) {
  .footer-content {
    grid-template-columns: 1.2fr 0.9fr 0.9fr;
  }

  .footer-section:not(:last-child) {
    border-right: 1px solid #e3ebe7;
    padding-right: 24px;
  }
}

.footer-copyright {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300; /* Light */
}

.footer-copyright a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.footer-copyright a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-consent-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1050;
}

.cookie-consent-inner {
  max-width: 960px;
  margin: 0 auto;
  background: #111827;
  color: #f9fafb;
  border-radius: 12px;
  padding: 14px 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.cookie-consent-content {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cookie-consent-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  flex: 1 1 560px;
}

.cookie-consent-text a {
  color: #86efac;
  text-decoration: underline;
}

.cookie-consent-text a:hover,
.cookie-consent-text a:focus-visible {
  color: #bbf7d0;
}

.cookie-consent-accept {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  background: #16a34a;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

.cookie-consent-accept:hover,
.cookie-consent-accept:focus-visible {
  background: #15803d;
}

/* Footer Responsive */
@media (max-width: 768px) {
  .footer {
    padding: 40px 0 0;
    margin-top: 0;
  }

  .footer-container {
    padding: 0 16px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 32px;
  }

  .footer-section-form {
    grid-column: 1;
  }

  .footer-form {
    flex-direction: column;
  }

  .footer-button {
    width: 100%;
  }

  .cookie-consent-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .cookie-consent-inner {
    padding: 12px;
  }

  .cookie-consent-accept {
    width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .footer-content {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-section-form {
    grid-column: 1 / -1;
  }
}

/* ============================================
   PROGRAMS SECTION
   ============================================ */

.programs-section {
  padding: 80px 80px;
  background: #006842;
}

.programs-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.programs-title {
  font-family: 'Mersad', sans-serif;
  font-size: 36px;
  font-weight: 700; /* Bold */
  color: #ffffff;
  margin: 0 0 20px 0;
  letter-spacing: -0.5px;
}

.programs-subtitle {
  font-family: 'Mersad', sans-serif;
  font-size: 17px;
  font-weight: 400; /* Regular */
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  max-width: 800px;
  margin: 0 auto 48px auto;
}

.programs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

.program-card {
  padding: 24px 20px;
  border-radius: 12px;
  background: #f8fbfa;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  border-top: 3px solid rgba(0, 104, 66, 0.15);
}

.program-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 104, 66, 0.12);
  background: #ffffff;
  border-top-color: #006842;
}

.program-name {
  font-family: 'Mersad', sans-serif;
  font-size: 18px;
  font-weight: 600; /* SemiBold */
  color: #102016;
  margin: 0 0 10px 0;
}

.program-description {
  font-family: 'Mersad', sans-serif;
  font-size: 14px;
  font-weight: 400; /* Regular */
  line-height: 1.6;
  color: #4a5a51;
  margin: 0;
}

.programs-cta {
  margin-top: 32px;
}

.programs-button {
  display: inline-block;
  padding: 14px 32px;
  font-family: 'Mersad', sans-serif;
  font-size: 15px;
  font-weight: 600; /* SemiBold */
  color: #006842;
  background: #ffffff;
  text-decoration: none;
  border-radius: 999px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.programs-button:hover {
  background: #f5f5f5;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.programs-button:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 104, 66, 0.25);
}

@media (max-width: 992px) {
  .programs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .programs-section {
    padding: 56px 0 0 0;
  }

  .programs-container {
    padding: 0 16px;
  }

  .programs-title {
    font-size: 28px;
  }

  .programs-subtitle {
    font-size: 16px;
    margin-bottom: 36px;
  }
}

/* ============================================
   PROGRAMS SIMPLE SECTION (CARDS)
   Used on main page and /programs
   ============================================ */

.programs-simple-section {
  padding: 56px 0 64px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f8fa 52%, #f1f3f6 100%);
}

.programs-simple-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.programs-simple-header {
  margin-bottom: 28px;
}

.programs-simple-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 16px 6px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #006842;
  margin: 0 0 8px 0;
  background: rgba(0, 104, 66, 0.06);
}

.programs-simple-viewport {
  margin-top: 24px;
  overflow-x: hidden;
}

/* Default layout – horizontal row (main page) */
.programs-simple-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: center;
}

.program-simple-card {
  flex: 0 0 360px;
  max-width: 100%;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.program-simple-card:hover {
  transform: translateY(-4px);
}

.program-simple-media {
  display: block;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #e3ebe5;
  box-shadow:
    0 4px 20px rgba(0, 104, 66, 0.12),
    0 1px 3px rgba(0, 0, 0, 0.06);
}

.program-simple-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.program-simple-media:hover img {
  transform: scale(1.04);
}

.program-simple-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 18px;
  background: linear-gradient(to top, rgba(0, 104, 66, 0.98), rgba(0, 104, 66, 0.85));
  color: #ffffff;
  font-family: 'Mersad', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.program-simple-media:hover .program-simple-overlay,
.program-simple-media:focus-visible .program-simple-overlay {
  transform: translateY(0);
  opacity: 1;
}

.program-simple-name {
  margin: 16px 10px 0;
  font-family: 'Mersad', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #0d1a14;
  line-height: 1.4;
}

.program-meta-list {
  margin: 10px 0 14px;
  padding-left: 18px;
  text-align: left;
  color: #355645;
  font-size: 14px;
  line-height: 1.55;
}

.program-meta-list li {
  margin-bottom: 4px;
}

@media (max-width: 992px) {
  .programs-simple-grid {
    gap: 20px;
  }

  .program-simple-card {
    flex-basis: 300px;
  }
}

@media (max-width: 768px) {
  .programs-simple-section {
    padding: 44px 0 52px;
  }

  .programs-simple-container {
    padding: 0 12px;
  }

  .programs-simple-grid {
    flex-wrap: wrap;
    justify-content: center;
  }

  .program-simple-card {
    flex: 1 1 260px;
  }
}

/* Home page audience cards (second section) */
.audience-cards-section {
  background: transparent;
}

.audience-cards-section .programs-simple-header {
  display: flex;
  justify-content: center;
}

.audience-cards-section .programs-simple-head {
  width: 100%;
  display: flex;
  justify-content: center;
}

.audience-cards-section .programs-simple-title,
.audience-cards-section .programs-simple-desc {
  color: #102016;
  text-align: center;
}

.audience-cards-section .programs-simple-title {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}

.audience-cards-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.audience-card {
  display: block;
  background: #006842;
  border: 1px solid #0b7c50;
  border-radius: 18px;
  padding: 26px 24px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.audience-card:hover,
.audience-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  border-color: #18a56d;
}

.audience-card-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.audience-card-icon i {
  font-size: 30px;
}

.audience-card-kicker {
  margin: 0 0 12px;
  font-family: 'Mersad', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}

.audience-card-title {
  margin: 0 0 12px;
  font-family: 'Mersad', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  color: #ffffff;
}

.audience-card-desc {
  margin: 0;
  font-family: 'Mersad', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 900px) {
  .audience-cards-grid {
    grid-template-columns: 1fr;
  }

  .audience-card-title {
    font-size: 21px;
  }

  .audience-card-desc {
    font-size: 15px;
  }
}

/* ============================================
   CONTACT PAGE (2 სექცია)
   ============================================ */

/* სექცია 1: სათაური + აღწერა + დიდი მესიჯის აიქონი (მწვანე ფონი აიქონზე) */
.contact-hero {
  padding: 100px 24px 80px;
  background: #006842;
  text-align: center;
}

.contact-hero-inner {
  max-width: 720px;
  margin: 0 auto;
}

.contact-hero-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(6px);
}

.contact-hero-icon i {
  font-size: 48px;
}

.contact-hero-title {
  font-family: 'Mersad', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 16px 0;
}

.contact-hero-desc {
  font-family: 'Mersad', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.86);
  margin: 0;
}

/* სექცია 2: მოგვწერეთ შეტყობინება + ფორმა (თეთრი ფონი) */
.contact-form-section {
  padding: 70px 24px 100px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fa 52%, #f1f3f6 100%);
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.contact-form-section-title {
  font-family: 'Mersad', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #006842;
  margin: 0;
}

.contact-form-section-head {
  max-width: 1100px;
  margin: 0 auto 28px auto;
  padding-bottom: 14px;
  display: flex;
  align-items: baseline;
  gap: 18px;
}

.contact-form-section-desc {
  margin: 0;
  font-family: 'Mersad', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #6b7a73;
  flex: 1 1 auto;
  padding-left: 18px;
  border-left: 1px solid #dfe6e2;
}

@media (max-width: 768px) {
  .contact-form-section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .contact-form-section-desc {
    padding-left: 0;
    border-left: 0;
  }
}

.contact-form-section .contact-form {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 0;
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-section .form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  column-gap: 50px;
}

.contact-form-section .form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-form-section .form-label {
  font-family: 'Mersad', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a8a81;
}

.contact-form-section .form-control {
  width: 100%;
  padding: 12px 18px;
  border-radius: 10px;
  border: 1px solid #dde4e0;
  font-family: 'Mersad', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #102016;
  background: #f8faf9;
  transition: border-color 0.2s ease, background 0.2s ease;
  resize: vertical;
}

.contact-form-section .form-control::placeholder {
  color: #a0aca5;
}

.contact-form-section .form-control:focus {
  outline: none;
  border-color: #006842;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(0, 104, 66, 0.1);
}

.contact-form-section .form-textarea {
  min-height: 140px;
  line-height: 1.6;
  border-radius: 12px;
}

.contact-form-section .form-actions {
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
}

.contact-form-section .contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: 999px;
  border: none;
  background: #006842;
  color: #ffffff;
  font-family: 'Mersad', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 104, 66, 0.28);
  transition: background 0.2s ease, transform 0.18s ease, box-shadow 0.2s ease;
}

.contact-form-section .contact-submit:hover {
  background: #005a35;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 104, 66, 0.32);
}

.contact-form-section .contact-submit:active {
  transform: translateY(0);
}

.contact-alert {
  position: fixed;
  left: 0;
  right: 0;
  top: 20px;
  z-index: 2000;
  display: flex;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.contact-alert-inner {
  max-width: 540px;
  width: calc(100% - 40px);
  padding: 12px 18px;
  border-radius: 999px;
  font-family: 'Mersad', sans-serif;
  font-size: 14px;
  background: rgba(0, 104, 66, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: #ffffff;
  text-align: center;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}

.contact-alert--visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .contact-hero {
    padding: 80px 16px 60px;
  }

  .contact-hero-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }

  .contact-hero-icon i {
    font-size: 38px;
  }

  .contact-hero-title {
    font-size: 28px;
  }

  .contact-hero-desc {
    font-size: 16px;
  }

  .contact-form-section {
    padding: 32px 12px 48px;
  }

  .contact-form-section .form-row {
    grid-template-columns: 1fr;
    gap: 8px;
    column-gap: 8px;
  }

  .contact-form-section .contact-form {
    gap: 11px;
  }

  .contact-form-section .form-group {
    gap: 3px;
  }

  .contact-form-section .form-label {
    font-size: 9px;
    letter-spacing: 0.05em;
  }

  .contact-form-section .form-control {
    padding: 5px 9px;
    font-size: 12px;
    border-radius: 6px;
    line-height: 1.35;
  }

  .contact-form-section .form-control:focus {
    box-shadow: 0 0 0 1px rgba(0, 104, 66, 0.2);
  }

  .contact-form-section .form-textarea {
    min-height: 72px;
    line-height: 1.45;
    border-radius: 7px;
  }

  .contact-form-section .contact-submit {
    padding: 7px 14px;
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
    min-height: 38px;
  }

  .contact-form-section .form-actions {
    justify-content: stretch;
  }
}

/* Programs card row on /programs page */
.programs-card-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
}

.programs-card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.programs-card {
  width: 320px;
  max-width: 100%;
  padding: 22px 22px 20px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.programs-card-title {
  margin: 0;
  font-family: 'Mersad', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #102016;
}

.programs-card-text {
  margin: 0;
  font-family: 'Mersad', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #4a5a51;
}

.programs-card-button {
  margin-top: 10px;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 999px;
  border: none;
  background: #006842;
  color: #ffffff;
  font-family: 'Mersad', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.18s ease, box-shadow 0.2s ease;
}

.programs-card-button:hover,
.programs-card-button:focus-visible {
  background: #005a35;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 104, 66, 0.32);
}

/* Minimal error page */
.error-section {
  min-height: 55vh;
  padding: 60px 16px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at top left, rgba(0, 104, 66, 0.08), transparent 55%),
    radial-gradient(circle at bottom right, rgba(0, 104, 66, 0.06), transparent 50%),
    #f5f7fb;
}

.error-inner {
  max-width: 520px;
  text-align: center;
}

.error-kicker {
  display: inline-flex;
  padding: 4px 14px;
  border-radius: 999px;
  font-family: 'Mersad', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #006842;
  background: rgba(0, 104, 66, 0.08);
  margin-bottom: 18px;
}

.error-code {
  font-family: 'Mersad', sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: #102016;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}

.error-title {
  margin: 0 0 12px;
  font-family: 'Mersad', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #102016;
}

.error-text {
  margin: 0 0 28px;
  font-family: 'Mersad', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #5a6a64;
}

.error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.error-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 26px;
  border-radius: 999px;
  border: none;
  background: #006842;
  color: #ffffff;
  font-family: 'Mersad', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(0, 104, 66, 0.32);
  transition: background 0.2s ease, transform 0.18s ease, box-shadow 0.2s ease;
}

.error-btn-primary:hover,
.error-btn-primary:focus-visible {
  background: #005a35;
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(0, 104, 66, 0.38);
}

.error-btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #c7d4ce;
  font-family: 'Mersad', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #4a5a51;
  text-decoration: none;
  background: #ffffff;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.error-btn-link:hover,
.error-btn-link:focus-visible {
  background: #f3f6f4;
  border-color: #9ab6a8;
  color: #102016;
}

@media (max-width: 768px) {
  .error-section {
    padding: 80px 16px 64px;
  }

  .error-code {
    font-size: 44px;
  }

  .error-title {
    font-size: 22px;
  }
}

/* Sessions hero */
.sessions-hero {
  padding: 90px 24px 80px;
  background: #006842;
  text-align: center;
}

.sessions-hero-inner {
  max-width: 820px;
  margin: 0 auto;
}

.sessions-hero-icon {
  width: 96px;
  height: 96px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(6px);
}

.sessions-hero-icon i {
  font-size: 44px;
}

.sessions-hero-title {
  font-family: 'Mersad', sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 14px 0;
}

.sessions-hero-desc {
  font-family: 'Mersad', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

@media (max-width: 768px) {
  .sessions-hero {
    padding: 70px 16px 56px;
  }

  .sessions-hero-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }

  .sessions-hero-icon i {
    font-size: 36px;
  }

  .sessions-hero-title {
    font-size: 28px;
  }

  .sessions-hero-desc {
    font-size: 15px;
  }
}

/* Sessions types section */
.sessions-types-section {
  padding: 56px 0 64px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f8fa 52%, #f1f3f6 100%);
}

.sessions-types-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.sessions-types-header {
  margin-bottom: 28px;
}

.sessions-types-body {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.sessions-about-card {
  background: transparent;
  border: 0;
  padding: 0;
}

.sessions-types-title {
  font-family: 'Mersad', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #0d1a14;
  margin: 0 0 8px 0;
}

.sessions-types-subtitle {
  margin: 0;
  font-family: 'Mersad', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #6b7a73;
}

.sessions-type-text {
  margin: 0 0 14px;
  font-family: 'Mersad', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #4a5a51;
}

.sessions-type-subtitle {
  margin: 16px 0 8px;
  font-family: 'Mersad', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0d1a14;
}

.sessions-type-list {
  margin: 0 0 16px;
  padding-left: 20px;
  font-family: 'Mersad', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #4a5a51;
}

.sessions-type-list li {
  margin-bottom: 8px;
}

.sessions-info-card {
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e4e4e4;
}

.sessions-info-head {
  background: #1f6b4e;
  color: #ffffff;
  text-align: center;
  padding: 16px 18px 15px;
}

.sessions-info-title {
  font-family: 'Mersad', sans-serif;
  font-size: 18px;
  line-height: 1.22;
  margin: 0;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.sessions-info-list {
  list-style: none;
  margin: 0;
  padding: 6px 18px 10px;
}

.sessions-info-list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px dashed #dcdcdc;
  padding: 10px 0;
}

.sessions-info-list li:last-child {
  border-bottom: 0;
  padding-bottom: 4px;
}

.sessions-info-label {
  flex: 0 0 220px;
  min-width: 0;
  font-weight: 600;
  font-size: 14px;
  color: #1f2937;
  font-family: 'Mersad', sans-serif;
}

.sessions-info-value {
  flex: 1 1 auto;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #4a5a51;
  font-family: 'Mersad', sans-serif;
}

.sessions-types-action {
  margin-top: 32px;
  text-align: center;
}

.sessions-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: 999px;
  border: none;
  background: #006842;
  color: #ffffff;
  font-family: 'Mersad', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 104, 66, 0.28);
  transition: background 0.2s ease, transform 0.18s ease, box-shadow 0.2s ease;
}

.sessions-contact-button:hover,
.sessions-contact-button:focus-visible {
  background: #005a35;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 104, 66, 0.32);
}

@media (max-width: 768px) {
  .sessions-types-body {
    grid-template-columns: minmax(0, 1fr);
  }

  .sessions-about-card {
    padding: 0;
  }

  .sessions-info-head {
    padding: 14px 12px 12px;
  }

  .sessions-info-title {
    font-size: 15px;
  }

  .sessions-info-list {
    padding: 4px 14px 8px;
  }

  .sessions-info-list li {
    flex-direction: column;
    gap: 8px;
    padding: 9px 0;
  }

  .sessions-info-label,
  .sessions-info-value {
    font-size: 13px;
  }

  .sessions-info-label {
    flex: 1 1 auto;
  }
}

/* Programs card row on /programs page */
.programs-card-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
}

.programs-card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.programs-card {
  width: 320px;
  max-width: 100%;
  padding: 22px 22px 20px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.programs-card-title {
  margin: 0;
  font-family: 'Mersad', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #102016;
}

.programs-card-text {
  margin: 0;
  font-family: 'Mersad', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #4a5a51;
}

.programs-card-button {
  margin-top: 10px;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 999px;
  border: none;
  background: #006842;
  color: #ffffff;
  font-family: 'Mersad', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.18s ease, box-shadow 0.2s ease;
}

.programs-card-button:hover,
.programs-card-button:focus-visible {
  background: #005a35;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 104, 66, 0.32);
}
