:root {
  --primary--color: #3f9053;
  --bg--color: #000000;
  --wh--color: #ffffff;
}

/*header*/
.header-two,
.affix.sticky-menu {
  background-color: #2d4f35;
}

@media (min-width: 992px) {
  .main-navigation .menu .page_item a,
  .main-navigation .menu .menu-item a,
  .main-navigation .menu .dropdown-item a,
  .main-navigation .menu .nav-link {
    color: var(--wh--color);
  }
}

#primary-menu .nav-link:focus {
  background-color: transparent;
  border: none;
}

.header-two .site-title a {
  color: #fff;
}

@media (min-width: 992px) {
  .main-navigation .menu .children .page_item > a::before,
  .main-navigation .menu .dropdown-menu .menu-item > a::before {
    content: none;
  }
}

#primary-menu li.active > a {
  color: var(--primary--color);
}

.main-navigation a {
  color: #fff;
}

#primary-menu .nav-item:hover .nav-link {
  color: var(--primary--color);
}

@media (min-width: 992px) {
  .main-navigation .menu .children .page_item:hover > a,
  .main-navigation .menu .dropdown-menu .menu-item:hover > a {
    color: var(--primary--color);
  }
}

/*footer*/
.footer:before {
  background-color: var(--bg--color);
  background-image: unset;
}

footer.footer-one .widget_block a:hover {
  color: var(--primary--color);
}

footer.footer-one .widget_block ul.wp-block-list {
  padding-left: 16px;
}

footer.footer-one .widget_block ul.wp-block-list li {
  margin-bottom: 5px;
}

footer.footer-one .widget_block li {
  list-style: square;
}

footer.footer-one .widget_block h5.wp-block-heading,
footer.footer-one .widget_block h6.wp-block-heading {
  margin-bottom: 5px;
}

/*scroll*/
.fa-arrow-up:before {
  content: "\f077";
}

#c-scroll:hover {
  background-color: var(--primary--color);
}

#c-scroll {
  font-size: 15px;
  border-radius: 5px;
}

/*sidebar*/
.widget_block a {
  display: inline;
  padding-bottom: 0;
  background-image: linear-gradient(
    to bottom,
    var(--primary--color) 0%,
    var(--primary--color) 98%
  );
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.7s;
}

.widget_block a:hover {
  background-size: 100% 1px;
}

.wp-block-group li a:hover {
  color: var(--primary--color);
}

.widget-area .widget_block {
  border: 1px solid #d7d7d7;
}

.widget-area .widget_block .wp-block-heading {
  border-left: 5px solid var(--primary--color);
  padding: 0.5rem 0.9rem 0.5rem;
  background-color: #efeded;
  margin-bottom: 0;
}

.widget-area
  .widget_block
  .wp-block-group__inner-container
  h2:after.widget-area
  .widget-area
  .widget-title::after {
  content: none;
}

.widget-area .widget_block .wp-block-group ul,
.widget-area .widget_block .wp-block-group ol,
.widget-area .widget_block .wp-block-search__inside-wrapper {
  padding: 1.563rem 1rem 1.563rem;
}

.widget-area .widget_block .wp-block-group ul,
.widget-area .widget_block .wp-block-group ol {
  margin: 0;
}

.widget-area .widget_block .wp-block-latest-posts li,
.widget-area .widget_block .wp-block-page-list li,
.widget-area .widget_pages ul li,
.widget-area .widget_nav_menu ul li,
.widget-area .widget_recent_entries ul li,
.widget-area .widget_recent_comments ul li,
.widget-area .widget_meta ul li,
.widget-area .widget_block .wp-block-archives li,
.widget-area .widget_block .wp-block-categories li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.widget-area .widget_block .wp-block-group__inner-container h2:after,
.widget-title::after {
  content: unset;
}

/*blog page*/
.read-more a {
  /*background-color: var(--bg--color);*/
  border: 0;
  border-radius: 56px;
  color: var(--bg--color);
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  /*outline: 0;*/
  outline: 2px solid var(--bg--color);
  padding: 10px 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.read-more a:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

.read-more a:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
  color: var(--wh--color);
}

@media (min-width: 768px) {
  .read-more a {
    padding: 10px 32px;
  }
}

/*single page*/
.site-main .blog-detail h4 {
  text-align: center;
  line-height: inherit;
}

.sp-100 .blog-detail .text-left {
  text-align: center !important;
}

/* ============================================
   HEALTHY LIVING - UNIQUE ANGULAR DESIGN
   Sharp edges, geometric patterns, bold accents
   ============================================ */

:root {
  /* Primary Colors - Natural & Fresh */
  --primary-green: #2d7a3e;
  --primary-light: #4a9d5f;
  --primary-dark: #1e5a2d;

  /* Accent Colors */
  --accent-mint: #6bc9a8;
  --accent-sage: #8fbc8f;
  --accent-lime: #9bc53d;
  --accent-coral: #ff6b6b;
  --accent-amber: #ffa726;

  /* Neutral Colors */
  --neutral-100: #f8faf9;
  --neutral-200: #e8f4ed;
  --neutral-300: #d1e7dd;
  --neutral-700: #2c3e35;
  --neutral-800: #1a2922;

  /* Text */
  --text-primary: #2c3e35;
  --text-secondary: #5a6c62;
  --bg-light: #ffffff;

  /* Effects */
  --shadow-sharp: 8px 8px 0 rgba(45, 122, 62, 0.1);
  --shadow-sharp-hover: 12px 12px 0 rgba(45, 122, 62, 0.15);
  --shadow-inset: inset 4px 4px 8px rgba(45, 122, 62, 0.08);
}

/* ============================================
   BASE STYLES
   ============================================ */

.entry-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  color: var(--text-primary);
  line-height: 1.7;
  background: linear-gradient(
      135deg,
      transparent 0%,
      transparent 48%,
      var(--neutral-200) 48%,
      var(--neutral-200) 52%,
      transparent 52%
    ),
    linear-gradient(
      45deg,
      transparent 0%,
      transparent 48%,
      var(--neutral-100) 48%,
      var(--neutral-100) 52%,
      transparent 52%
    ),
    var(--bg-light);
  background-size: 60px 60px;
}

/* ============================================
   HEADER - DIAGONAL CUT DESIGN
   ============================================ */

.entry-header {
  position: relative;
  margin-bottom: 4rem;
  padding: 4rem 2rem;
  background: linear-gradient(
    135deg,
    var(--primary-green) 0%,
    var(--primary-light) 100%
  );
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
  overflow: hidden;
}

.entry-header::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 300px;
  height: 300px;
  background: var(--primary-light);
  opacity: 0.3;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.entry-header::after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: -5%;
  width: 200px;
  height: 200px;
  background: var(--primary-dark);
  opacity: 0.2;
  clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
}

.entry-title {
  color: var(--bg-light);
  font-size: 2.8rem;
  font-weight: 800;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
  text-align: center;
}

/* ============================================
   TYPOGRAPHY WITH GEOMETRIC ACCENTS
   ============================================ */

.entry-content h2 {
  color: var(--primary-green);
  font-size: 2.2rem;
  font-weight: 800;
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: var(--neutral-100);
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
}

.entry-content h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(
    180deg,
    var(--primary-green) 0%,
    var(--accent-mint) 100%
  );
}

.entry-content h2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: var(--accent-mint);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.entry-content h3 {
  color: var(--primary-dark);
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 0;
}

/* ============================================
   TABLE - SHARP GEOMETRIC DESIGN
   ============================================ */

.wp-block-table {
  margin: 3rem 0;
  overflow-x: auto;
  position: relative;
}

.wp-block-table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      45deg,
      transparent 48%,
      var(--primary-green) 48%,
      var(--primary-green) 52%,
      transparent 52%
    ),
    linear-gradient(
      -45deg,
      transparent 48%,
      var(--primary-green) 48%,
      var(--primary-green) 52%,
      transparent 52%
    );
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  opacity: 0.03;
  pointer-events: none;
}

.wp-block-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--bg-light);
  border: 3px solid var(--primary-green);
  position: relative;
}

.wp-block-table thead {
  background: linear-gradient(
    135deg,
    var(--primary-green) 0%,
    var(--primary-light) 100%
  );
  position: relative;
}

.wp-block-table thead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: repeating-linear-gradient(
    90deg,
    var(--accent-mint) 0px,
    var(--accent-mint) 10px,
    transparent 10px,
    transparent 20px
  );
}

.wp-block-table thead th {
  color: var(--bg-light);
  padding: 1.5rem 1rem;
  font-weight: 700;
  text-align: center;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}

.wp-block-table thead th:last-child {
  border-right: none;
}

.wp-block-table tbody tr {
  border-bottom: 2px solid var(--neutral-200);
  transition: all 0.3s ease;
  position: relative;
}

.wp-block-table tbody tr:hover {
  background: var(--neutral-100);
}

.wp-block-table tbody td {
  padding: 1.2rem 1rem;
  color: var(--text-primary);
  font-size: 0.95rem;
  border-right: 1px solid var(--neutral-200);
}

.wp-block-table tbody td:last-child {
  border-right: none;
}

/* ============================================
   PROGRAM BLOCKS - UNIQUE DESIGNS
   ============================================ */

.program {
  margin: 3rem 0;
  padding: 0;
  background: var(--bg-light);
  position: relative;
  border: 3px solid var(--primary-green);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.program:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-sharp-hover);
}

/* Program 1 - Corner Triangle Design */
.program.program-1 {
  border-color: #2d7a3e;
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
}

.program.program-1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 80px 80px 0;
  border-color: transparent #2d7a3e transparent transparent;
  z-index: 0;
}

.program.program-1::after {
  content: "01";
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 2rem;
  font-weight: 900;
  color: white;
  z-index: 1;
}

/* Program 2 - Diagonal Stripe Design */
.program.program-2 {
  border-color: #6bc9a8;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    0 100%
  );
}

.program.program-2::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -10%;
  width: 120%;
  height: 200%;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 20px,
    rgba(107, 201, 168, 0.05) 20px,
    rgba(107, 201, 168, 0.05) 40px
  );
  z-index: 0;
  pointer-events: none;
}

.program.program-2::after {
  content: "02";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: #6bc9a8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 900;
  color: white;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

/* Program 3 - Stepped Border Design */
.program.program-3 {
  border-color: #9bc53d;
  clip-path: polygon(
    0 0,
    30px 0,
    30px 10px,
    calc(100% - 30px) 10px,
    calc(100% - 30px) 0,
    100% 0,
    100% 30px,
    calc(100% - 10px) 30px,
    calc(100% - 10px) calc(100% - 30px),
    100% calc(100% - 30px),
    100% 100%,
    0 100%
  );
}

.program.program-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(
    90deg,
    #9bc53d 0%,
    #9bc53d 10%,
    transparent 10%,
    transparent 20%,
    #9bc53d 20%,
    #9bc53d 30%,
    transparent 30%,
    transparent 40%
  );
  background-size: 40px 10px;
}

.program.program-3::after {
  content: "03";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3rem;
  font-weight: 900;
  color: rgba(155, 197, 61, 0.1);
  z-index: 0;
}

/* Program 4 - Diamond Pattern Design */
.program.program-4 {
  border-color: #4a9d5f;
  position: relative;
}

.program.program-4::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 80px;
  height: 80px;
  background: #4a9d5f;
  transform: translateY(-50%) rotate(45deg);
  z-index: 0;
  opacity: 0.2;
}

.program.program-4::after {
  content: "04";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 2.5rem;
  font-weight: 900;
  color: rgba(74, 157, 95, 0.15);
  z-index: 0;
}

/* Program 5 - Hexagon Side Design */
.program.program-5 {
  border-color: #8fbc8f;
  clip-path: polygon(0 25%, 0 75%, 20px 100%, 100% 100%, 100% 0, 20px 0);
}

.program.program-5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 30px;
  border-color: transparent transparent transparent #8fbc8f;
}

.program.program-5::after {
  content: "05";
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 4rem;
  font-weight: 900;
  color: rgba(143, 188, 143, 0.1);
  z-index: 0;
}

/* Program Inner Content */
.program > .wp-block-group__inner-container {
  position: relative;
  z-index: 1;
  padding: 3rem;
}

/* ============================================
   PROGRAM HEADINGS - GEOMETRIC ICONS
   ============================================ */

.program h3 {
  position: relative;
  padding-left: 70px;
  min-height: 50px;
}

.program h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: var(--primary-green);
}

.program.program-1 h3::before {
  background: #2d7a3e;
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}

.program.program-2 h3::before {
  background: #6bc9a8;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.program.program-3 h3::before {
  background: #9bc53d;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.program.program-4 h3::before {
  background: #4a9d5f;
  clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
}

.program.program-5 h3::before {
  background: #8fbc8f;
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}

/* ============================================
   PROGRAM KEY - ZIGZAG DESIGN
   ============================================ */

.program-key {
  font-weight: 700;
  color: var(--primary-dark);
  font-size: 1.1rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem;
  background: var(--neutral-100);
  position: relative;
  clip-path: polygon(
    0 0,
    calc(100% - 20px) 0,
    100% 20px,
    100% 100%,
    20px 100%,
    0 calc(100% - 20px)
  );
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.program-key::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--accent-mint);
}

.program.program-1 .program-key {
  background: rgba(45, 122, 62, 0.08);
}

.program.program-1 .program-key::before {
  background: #2d7a3e;
}

.program.program-2 .program-key {
  background: rgba(107, 201, 168, 0.08);
}

.program.program-2 .program-key::before {
  background: #6bc9a8;
}

.program.program-3 .program-key {
  background: rgba(155, 197, 61, 0.08);
}

.program.program-3 .program-key::before {
  background: #9bc53d;
}

.program.program-4 .program-key {
  background: rgba(74, 157, 95, 0.08);
}

.program.program-4 .program-key::before {
  background: #4a9d5f;
}

.program.program-5 .program-key {
  background: rgba(143, 188, 143, 0.08);
}

.program.program-5 .program-key::before {
  background: #8fbc8f;
}

/* ============================================
   PROGRAM LISTS - ARROW DESIGN
   ============================================ */

.program-list {
  list-style: none;
  padding-left: 0;
  margin: 1.5rem 0;
}

.program-list li {
  padding: 1rem 1rem 1rem 4rem;
  margin-bottom: 1rem;
  background: var(--bg-light);
  position: relative;
  transition: all 0.3s ease;
  color: var(--text-primary);
  font-size: 1rem;
  border: 2px solid var(--neutral-200);
  clip-path: polygon(
    0 0,
    calc(100% - 15px) 0,
    100% 50%,
    calc(100% - 15px) 100%,
    0 100%
  );
}

.program-list li:hover {
  background: var(--neutral-100);
  transform: translateX(8px);
  border-color: var(--accent-mint);
}

.program-list li::before {
  content: "▶";
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: var(--primary-green);
  font-weight: bold;
}

.program.program-1 .program-list li::before {
  color: #2d7a3e;
}

.program.program-1 .program-list li:hover {
  border-color: #2d7a3e;
}

.program.program-2 .program-list li::before {
  color: #6bc9a8;
}

.program.program-2 .program-list li:hover {
  border-color: #6bc9a8;
}

.program.program-3 .program-list li::before {
  color: #9bc53d;
}

.program.program-3 .program-list li:hover {
  border-color: #9bc53d;
}

.program.program-4 .program-list li::before {
  color: #4a9d5f;
}

.program.program-4 .program-list li:hover {
  border-color: #4a9d5f;
}

.program.program-5 .program-list li::before {
  color: #8fbc8f;
}

.program.program-5 .program-list li:hover {
  border-color: #8fbc8f;
}

/* ============================================
   CHECKED LIST - SHIELD DESIGN
   ============================================ */

.checked-list {
  list-style: none;
  padding-left: 0;
  margin: 2rem 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.checked-list li {
  padding: 1.5rem 1.5rem 1.5rem 4.5rem;
  background: var(--bg-light);
  border: 3px solid var(--primary-green);
  position: relative;
  transition: all 0.3s ease;
  color: var(--text-primary);
  font-size: 1.05rem;
  font-weight: 600;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 20px),
    50% 100%,
    0 calc(100% - 20px)
  );
  min-height: 100px;
}

.checked-list li:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-sharp);
  border-color: var(--accent-mint);
}

.checked-list li::before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 30px;
  border-color: transparent transparent var(--primary-green) transparent;
}

.checked-list li::after {
  content: "✓";
  position: absolute;
  left: 2.2rem;
  top: 50%;
  transform: translateY(-30%);
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  z-index: 1;
}

/* ============================================
   COLUMNS LAYOUT
   ============================================ */

.wp-block-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  margin: 2rem 0;
}

/* ============================================
   IMAGES - GEOMETRIC FRAMES
   ============================================ */

.program img,
.program p img {
  max-width: 100%;
  height: auto;
  border: 4px solid var(--primary-green);
  box-shadow: var(--shadow-sharp);
  transition: all 0.3s ease;
}

.program.program-1 img {
  border-color: #2d7a3e;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
}

.program.program-2 img {
  border-color: #6bc9a8;
  clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
}

.program.program-3 img {
  border-color: #9bc53d;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    0 100%
  );
}

.program.program-4 img {
  border-color: #4a9d5f;
  clip-path: polygon(
    25px 0,
    100% 0,
    100% calc(100% - 25px),
    calc(100% - 25px) 100%,
    0 100%,
    0 25px
  );
}

.program.program-5 img {
  border-color: #8fbc8f;
  clip-path: polygon(
    0 25px,
    25px 0,
    calc(100% - 25px) 0,
    100% 25px,
    100% calc(100% - 25px),
    calc(100% - 25px) 100%,
    25px 100%,
    0 calc(100% - 25px)
  );
}

.program img:hover {
  transform: translate(-4px, -4px);
  box-shadow: 8px 8px 0 var(--primary-green);
}

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

.entry-footer {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 4px solid var(--primary-green);
  text-align: center;
  position: relative;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 20px),
    50% 100%,
    0 calc(100% - 20px)
  );
  padding-bottom: 3rem;
}

.entry-footer::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: repeating-linear-gradient(
    90deg,
    var(--primary-green) 0px,
    var(--primary-green) 20px,
    var(--accent-mint) 20px,
    var(--accent-mint) 40px
  );
}

.entry-footer .edit-link a {
  color: var(--primary-green);
  text-decoration: none;
  font-weight: 700;
  padding: 1rem 2rem;
  border: 3px solid var(--primary-green);
  transition: all 0.3s ease;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  position: relative;
}

.entry-footer .edit-link a:hover {
  background: var(--primary-green);
  color: var(--bg-light);
  transform: translate(-4px, -4px);
  box-shadow: 4px 4px 0 var(--accent-mint);
}

.footer .footer-credits {
  padding: 0;
}

.sp-100 {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 991px) {
  .menu-collapsed {
    border: 2px solid var(--primary--color);
    background-color: var(--primary--color);
  }
}

@media (max-width: 768px) {
  .entry-title {
    font-size: 2rem;
    letter-spacing: 1px;
  }

  .entry-content h2 {
    font-size: 1.6rem;
    padding: 1rem;
  }

  .entry-content h3 {
    font-size: 1.3rem;
  }

  .program > .wp-block-group__inner-container {
    padding: 2rem 1.5rem;
  }

  .wp-block-columns {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

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

@media (max-width: 480px) {
  .entry-content {
    padding: 2rem 1rem;
  }

  .entry-header {
    padding: 2rem 1rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), 0 100%);
  }

  .entry-title {
    font-size: 1.5rem;
  }

  .program h3 {
    padding-left: 60px;
    font-size: 1.1rem;
  }

  .program h3::before {
    width: 40px;
    height: 40px;
  }

  .program.program-1::after,
  .program.program-2::after {
    font-size: 1.5rem;
  }
}

@media (max-width: 425px) {
  .logo-wrap .logo img {
    max-width: 65px;
    width: 100%;
  }
}

/* ============================================
   ACCESSIBILITY
   ============================================ */

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

a:focus,
button:focus {
  outline: 3px solid var(--accent-coral);
  outline-offset: 3px;
}

/* ============================================
   PRINT STYLES
   ============================================ */

@media print {
  .entry-header,
  .program {
    clip-path: none;
    border: 2px solid var(--text-primary);
  }

  .entry-header::before,
  .entry-header::after,
  .program::before,
  .program::after {
    display: none;
  }

  .entry-footer {
    display: none;
  }
}
