* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-color: rgba(0, 0, 0, 0.1);
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: "Inter", sans-serif;
  color: #030213;
  background-color: #ffffff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

ul {
  list-style: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

input, textarea, select {
  font: inherit;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  padding: 0.5rem;
  background-color: transparent;
}

.container {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .container {
    padding: 0 2rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
}

h1 {
  font-size: 3rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 4.5rem;
  }
}

h2 {
  font-size: 2.25rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.875rem;
  }
}

h4 {
  font-size: 1.25rem;
}

.prose {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #666666;
}
.prose p {
  margin-bottom: 1.5rem;
}
.prose h1, .prose h2, .prose h3, .prose h4 {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  color: #1a1a1a;
}
.prose ul, .prose ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.prose ul li, .prose ol li {
  margin-bottom: 0.5rem;
}

.container--narrow {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.generic-page-padding {
  padding: 6rem 0;
}

.page-hero {
  position: relative;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.page-hero .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-hero .hero-bg .hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-hero .hero-bg .hero-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.page-hero .hero-content {
  position: relative;
  z-index: 10;
  color: white;
}
.page-hero .hero-content.text-center {
  text-align: center;
}
body:not(.home) .page-hero .hero-content {
  text-align: left;
  align-items: flex-start;
}
body:not(.home) .page-hero .hero-content .hero-title, body:not(.home) .page-hero .hero-content .hero-subtitle, body:not(.home) .page-hero .hero-content .hero-description {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.page-hero .hero-title {
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: white;
}
.page-hero .hero-subtitle {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: white;
  max-width: 48rem;
}
@media (min-width: 768px) {
  .page-hero .hero-subtitle {
    font-size: 1.875rem;
  }
}
.page-hero .hero-subtitle.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.page-hero .hero-description {
  font-size: 1.125rem;
  line-height: 1.625;
  color: rgba(255, 255, 255, 0.8);
  max-width: 48rem;
}
@media (min-width: 768px) {
  .page-hero .hero-description {
    font-size: 1.25rem;
  }
}
.page-hero .hero-description.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.page-hero .post-meta-top {
  color: #e67e22;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.page-hero .post-date-top {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.125rem;
}

.section-intro, .section-categories, .section-audience, .section-features, .section-contact-info, .section-map, .section-values, .section-featured-posts, .section-archive-grid, .section-post-content, .section-related-posts {
  padding: 6rem 0;
}

.section-intro {
  background-color: white;
  text-align: center;
}
.section-intro .intro-title {
  font-weight: 700;
  margin-bottom: 2rem;
}
.section-intro .intro-text {
  font-size: 1.125rem;
  color: #374151;
  line-height: 1.625;
}
.section-intro .mt-6 {
  margin-top: 1.5rem;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}
.section-header .section-title {
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.section-header .section-description {
  font-size: 1.125rem;
  color: #4b5563;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.625;
}

.section-categories {
  background-color: #f9f7f4;
}
.section-categories .categories-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 768px) {
  .section-categories .categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-categories .category-card {
  background-color: white;
  border-radius: 0.625rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.section-categories .category-card .category-image {
  height: 16rem;
  overflow: hidden;
}
.section-categories .category-card .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.section-categories .category-card:hover .category-image img {
  transform: scale(1.05);
}
.section-categories .category-card .category-content {
  padding: 2rem;
}
.section-categories .category-card .category-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.section-categories .category-card .category-icon {
  font-size: 1.875rem;
  color: #e67e22;
}
.section-categories .category-card .category-title {
  font-size: 1.5rem;
  font-weight: 600;
}
.section-categories .category-card .category-text {
  color: #4b5563;
  line-height: 1.625;
}

.section-audience {
  background-color: #f9fafb;
}
.section-audience .audience-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.section-audience .audience-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1.125rem;
  color: #374151;
}
.section-audience .audience-item .bullet {
  color: #e67e22;
  font-size: 1.5rem;
  line-height: 1;
}

.section-features {
  background-color: white;
}
.section-features.bg-cream {
  background-color: #f9f7f4;
}
.section-features .feature-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 4rem;
}
.section-features .feature-section:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .section-features .feature-section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .section-features .feature-section.feature--reverse .feature-image-container {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .section-features .feature-section.feature--reverse .feature-content {
    order: 2;
  }
}
@media (min-width: 768px) {
  .section-features .feature-section.feature--text-left .feature-image-container {
    order: 2 !important;
  }
}
@media (min-width: 768px) {
  .section-features .feature-section.feature--text-left .feature-content {
    order: 1 !important;
  }
}
.section-features .feature-image-container {
  height: 24rem;
  border-radius: 0.625rem;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1024px) {
  .section-features .feature-image-container {
    order: 2;
  }
}
.section-features .feature-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .section-features .feature-content {
    order: 1;
  }
}
.section-features .feature-content .feature-title {
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.section-features .feature-content .feature-text {
  font-size: 1.125rem;
  color: #374151;
  line-height: 1.625;
  margin-bottom: 1.5rem;
}
.section-features .feature-content .feature-tagline {
  font-size: 1.125rem;
  color: #1a5f3c;
  font-weight: 600;
}
.section-features .feature-content .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.section-features .feature-content .feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #374151;
}
.section-features .feature-content .feature-item .bullet {
  color: #e67e22;
  font-size: 1.5rem;
  line-height: 1;
}

.section-contact-info {
  background-color: white;
}
.section-contact-info .contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .section-contact-info .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .section-contact-info .contact-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.section-contact-info .contact-card {
  text-align: center;
  padding: 2rem;
  background-color: #f9f7f4;
  border-radius: 0.625rem;
}
.section-contact-info .contact-card .contact-icon {
  font-size: 1.875rem;
  margin-bottom: 1rem;
  display: block;
}
.section-contact-info .contact-card .contact-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.section-contact-info .contact-card .contact-text {
  color: #374151;
}

.section-map {
  background-color: #f9f7f4;
}
.section-map .map-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .section-map .map-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-map .map-header .map-title {
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.section-map .map-header .map-text {
  font-size: 1.125rem;
  color: #374151;
  margin-bottom: 2rem;
}
.section-map .map-wrapper {
  height: 24rem;
  background-color: #d1d5db;
  border-radius: 0.625rem;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.section-values {
  background-color: white;
}
.section-values .values-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 768px) {
  .section-values .values-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.section-values .value-card {
  text-align: center;
  padding: 2rem;
  background-color: #f9f7f4;
  border-radius: 0.625rem;
}
.section-values .value-card .value-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.section-values .value-card .value-text {
  color: #374151;
}

.section-featured-posts.bg-cream {
  background-color: #f9f7f4;
}
.section-featured-posts .featured-posts-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 64rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section-featured-posts .featured-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.section-archive-grid {
  background-color: white;
}
.section-archive-grid .category-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.section-archive-grid .category-filters .filter-btn {
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  background-color: #f3f4f6;
  color: #374151;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.section-archive-grid .category-filters .filter-btn:hover, .section-archive-grid .category-filters .filter-btn.is-active {
  background-color: #e67e22;
  color: white;
}
.section-archive-grid .archive-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .section-archive-grid .archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .section-archive-grid .archive-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.section-archive-grid .pagination-wrapper {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
.section-archive-grid .pagination-wrapper .nav-links {
  display: flex;
  gap: 0.5rem;
}
.section-archive-grid .pagination-wrapper .page-numbers {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #f3f4f6;
  color: #374151;
  text-decoration: none;
  transition: all 0.3s ease;
}
.section-archive-grid .pagination-wrapper .page-numbers:hover, .section-archive-grid .pagination-wrapper .page-numbers.current {
  background-color: #1a5f3c;
  color: white;
}
.section-archive-grid .pagination-wrapper .page-numbers.prev, .section-archive-grid .pagination-wrapper .page-numbers.next {
  width: auto;
  padding: 0 1rem;
}

.section-cta {
  background-color: #0f3d26;
  color: white;
  text-align: center;
}
.section-cta .cta-title {
  color: white;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .section-cta .cta-title {
    font-size: 3rem;
  }
}
.section-cta .cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media (min-width: 576px) {
  .section-cta .cta-actions {
    flex-direction: row;
  }
}

.section-post-content {
  background-color: white;
}
.section-post-content .post-body {
  font-size: 1.125rem;
  color: #374151;
  line-height: 1.75;
}
.section-post-content .post-body p {
  margin-bottom: 1.5rem;
}
.section-post-content .post-footer {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #f3f4f6;
}
.section-post-content .back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #1a5f3c;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}
.section-post-content .back-link svg {
  width: 1rem;
  height: 1rem;
}
.section-post-content .back-link:hover {
  color: #e67e22;
}

.section-related-posts {
  background-color: #f9fafb;
}
.section-related-posts .related-posts-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .section-related-posts .related-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .section-related-posts .related-posts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  will-change: opacity, transform;
}
.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hidden {
  display: none !important;
}

.admin-bar .header_main {
  top: 32px;
}

.header_main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: all 0.3s ease;
  padding: 24px 0;
}
.header_main.is-transparent {
  background-color: transparent;
  color: white;
}
.header_main.is-transparent .nav-link {
  color: white;
}
.header_main.is-transparent .mobile-toggle {
  color: white;
}
.header_main.is-solid {
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #1a5f3c;
}
.header_main.is-solid .nav-link {
  color: #1a5f3c;
}
.header_main.is-solid .mobile-toggle {
  color: #1a5f3c;
}
.header_main .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_main .header-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.header_main .logo-container {
  font-size: 1.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
  max-width: 300px;
}
.header_main .header-nav {
  display: none;
}
@media (min-width: 1024px) {
  .header_main .header-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-left: auto;
    margin-right: 2rem;
  }
}
.header_main .header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header_main .header-btn {
  display: none;
}
@media (min-width: 1024px) {
  .header_main .header-btn {
    display: inline-flex;
    padding: 0.5rem 1.25rem;
    font-size: 0.875rem;
    white-space: nowrap;
  }
}
.header_main .nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.3s ease;
  text-decoration: none;
}
.header_main .nav-link:hover, .header_main .nav-link.is-active {
  color: #e67e22 !important;
}
.header_main .mobile-toggle {
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  transition: color 0.3s ease;
}
@media (min-width: 1024px) {
  .header_main .mobile-toggle {
    display: none;
  }
}
.header_main .mobile-toggle .close-icon {
  display: none;
}
.header_main.mobile-menu-open .mobile-toggle {
  color: #1a1a1a;
}
.header_main.mobile-menu-open .menu-icon {
  display: none;
}
.header_main.mobile-menu-open .close-icon {
  display: block;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 40;
  background-color: white;
  padding-top: 80px;
  transition: transform 0.3s ease-in-out;
  transform: translateY(-100%);
}
.mobile-menu.is-active {
  transform: translateY(0);
}
.mobile-menu .mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem;
}
.mobile-menu .mobile-nav-link {
  font-size: 1.125rem;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}
.mobile-menu .mobile-nav-link:hover, .mobile-menu .mobile-nav-link.is-active {
  color: #e67e22;
}
.mobile-menu .mobile-nav-actions {
  margin-top: 2rem;
  padding: 0 2rem;
}
.mobile-menu .mobile-nav-actions .btn-primary {
  width: 100%;
}

body.overflow-hidden {
  overflow: hidden;
}

.footer_main {
  background-color: #1a5f3c;
  color: white;
}
.footer_main .footer-top {
  padding: 4rem 0;
}
.footer_main .footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 768px) {
  .footer_main .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .footer_main .footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.footer_main .footer-title {
  color: white;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.footer_main .footer-description {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.625;
}
.footer_main .footer-tagline {
  color: #e67e22;
  font-weight: 500;
}
.footer_main .footer-menu, .footer_main .footer-list, .footer_main .footer-contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.footer_main .footer-menu a, .footer_main .footer-list a, .footer_main .footer-contact-info a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer_main .footer-menu a:hover, .footer_main .footer-list a:hover, .footer_main .footer-contact-info a:hover {
  color: #e67e22;
}
.footer_main .footer-list {
  color: rgba(255, 255, 255, 0.8);
}
.footer_main .footer-contact-info {
  gap: 1rem;
}
.footer_main .footer-contact-info li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.footer_main .footer-contact-info .contact-icon {
  color: #e67e22;
  flex-shrink: 0;
  margin-top: 0.25rem;
}
.footer_main .footer-contact-info .contact-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
}
.footer_main .footer-cta {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.5rem 1.5rem;
  background-color: #e67e22;
  color: white;
  text-decoration: none;
  border-radius: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.footer_main .footer-cta:hover {
  background-color: #d35400;
}
.footer_main .footer-prr {
  background-color: #0f3d26;
  padding: 2rem 0;
}
.footer_main .footer-prr .prr-inner {
  display: flex;
  justify-content: space-between;
}
.footer_main .footer-prr .prr-content {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  max-width: 600px;
}
.footer_main .footer-prr .prr-logo {
  width: 4rem;
  height: 4rem;
  background-color: white;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.footer_main .footer-prr .prr-logo span {
  color: #1a5f3c;
  font-weight: 700;
  font-size: 0.75rem;
}
.footer_main .footer-prr .prr-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  margin: 0;
}
.footer_main .footer-prr .social-content img {
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
  opacity: 0.8;
}
.footer_main .footer-prr .social-content img:hover {
  filter: none;
  opacity: 1;
}
.footer_main .footer-legal {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_main .footer-legal .legal-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 768px) {
  .footer_main .footer-legal .legal-inner {
    flex-direction: row;
  }
}
.footer_main .footer-legal .copyright {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.footer_main .footer-legal .legal-links {
  display: flex;
  gap: 1.5rem;
}
.footer_main .footer-legal .legal-links a {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer_main .footer-legal .legal-links a:hover {
  color: #e67e22;
}

.btn-ghost, .btn-outline, .btn-secondary, .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  border-radius: 0.625rem;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
}

.btn-primary {
  background-color: #e67e22;
  color: white;
}
.btn-primary:hover {
  background-color: #d35400;
  transform: translateY(-2px);
}

.btn-secondary {
  background-color: #1a5f3c;
  color: white;
}
.btn-secondary:hover {
  background-color: #0f3d26;
  transform: translateY(-2px);
}

.btn-outline {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}
.btn-outline:hover {
  background-color: white;
  color: #0f3d26;
  transform: translateY(-2px);
}

.btn-ghost {
  background-color: transparent;
  color: #1a5f3c;
  padding: 0.5rem 1rem;
}
.btn-ghost:hover {
  background-color: #f9f7f4;
}

.universe-card {
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
  height: 400px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  display: block;
}
.universe-card .universe-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.universe-card .universe-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
}
.universe-card .universe-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  color: white;
}
.universe-card .universe-card__content h3 {
  color: white;
  margin-bottom: 0.5rem;
}
.universe-card .universe-card__content p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.universe-card:hover .universe-card__image {
  transform: scale(1.1);
}

.post-card {
  background-color: white;
  border-radius: 0.625rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.post-card .post-card__image-container {
  display: block;
  height: 240px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.post-card .post-card__image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.post-card .post-card__content {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.post-card .post-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.post-card .post-card__category {
  color: #e67e22;
}
.post-card .post-card__date {
  color: #9ca3af;
}
.post-card .post-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}
.post-card .post-card__title a {
  text-decoration: none;
  color: inherit;
}
.post-card .post-card__title a:hover {
  color: #1a5f3c;
}
.post-card .post-card__excerpt {
  color: #4b5563;
  font-size: 0.875rem;
  line-height: 1.625;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
.post-card .post-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #1a5f3c;
  text-decoration: none;
  transition: color 0.3s ease;
}
.post-card .post-card__link svg {
  width: 1rem;
  height: 1rem;
}
.post-card .post-card__link:hover {
  color: #e67e22;
}
.post-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.post-card:hover .post-card__image-container img {
  transform: scale(1.05);
}

.home header .logo-container img {
  filter: brightness(0) invert(1);
}
.home header.is-solid .logo-container img {
  filter: none;
}

.section-hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.section-hero .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.section-hero .hero-bg .hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-hero .hero-bg .hero-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.section-hero .hero-container {
  position: relative;
  z-index: 10;
  text-align: center;
  color: white;
}
.section-hero .hero-title {
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: white;
}
.section-hero .hero-subtitle {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: white;
}
@media (min-width: 768px) {
  .section-hero .hero-subtitle {
    font-size: 1.875rem;
  }
}
.section-hero .hero-description {
  font-size: 1.125rem;
  margin-bottom: 3rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) {
  .section-hero .hero-description {
    font-size: 1.25rem;
  }
}
.section-hero .hero-ctas {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media (min-width: 576px) {
  .section-hero .hero-ctas {
    flex-direction: row;
  }
}

.section-pillars, .section-universes, .section-highlights, .section-services, .section-reviews, .section-home-location, .section-cta-final {
  padding: 6rem 0;
}

.section-pillars {
  background-color: white;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}
.section-header .section-title {
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.section-header .section-description {
  font-size: 1.125rem;
  color: #4b5563;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.625;
}

.pillars-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .pillars-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.pillars-grid .pillar-card {
  text-align: center;
  padding: 2rem;
  background-color: #f9f7f4;
  border-radius: 0.625rem;
  transition: all 0.3s ease;
}
.pillars-grid .pillar-card .pillar-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  color: #e67e22;
}
.pillars-grid .pillar-card .pillar-icon svg {
  width: 3rem;
  height: 3rem;
}
.pillars-grid .pillar-card .pillar-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.pillars-grid .pillar-card .pillar-text {
  color: #4b5563;
  line-height: 1.625;
}
.pillars-grid .pillar-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.pillars-grid .pillar-card:hover .pillar-icon {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.section-universes {
  background-color: #f9fafb;
}
.section-universes .universes-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .section-universes .universes-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.section-highlights {
  background-color: white;
}
.section-highlights .highlights-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .section-highlights .highlights-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.section-services {
  background-color: #f9f7f4;
}
.section-services .services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .section-services .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .section-services .services-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.section-services .service-card {
  text-align: center;
  padding: 1.5rem;
  background-color: white;
  border-radius: 0.625rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.section-services .service-card .service-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #1a5f3c;
}
.section-services .service-card .service-icon svg {
  width: 2.5rem;
  height: 2.5rem;
}
.section-services .service-card .service-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.section-services .service-card .service-text {
  color: #4b5563;
  font-size: 0.875rem;
}
.section-services .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.section-services .service-card:hover .service-icon {
  transform: rotate(5deg) scale(1.1);
  transition: transform 0.3s ease;
}

.section-reviews {
  background-color: white;
}
.section-reviews .reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .section-reviews .reviews-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.section-reviews .review-card {
  background-color: #f9fafb;
  padding: 2rem;
  border-radius: 0.625rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.section-reviews .review-card .review-rating {
  color: #e67e22;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.section-reviews .review-card .review-text {
  font-style: italic;
  color: #374151;
  margin-bottom: 1.5rem;
  line-height: 1.625;
}
.section-reviews .review-card .review-author {
  font-weight: 700;
  color: #1a5f3c;
}
.section-reviews .review-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
}

.section-home-location {
  background-color: #f9f7f4;
}
.section-home-location .location-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .section-home-location .location-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.section-home-location .location-content .location-info {
  margin: 2.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.section-home-location .location-content .info-item {
  display: flex;
  gap: 1rem;
}
.section-home-location .location-content .info-item .icon {
  font-size: 1.5rem;
}
.section-home-location .location-content .info-item .text {
  color: #374151;
  line-height: 1.5;
}
.section-home-location .location-map {
  border-radius: 0.625rem;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  height: 450px;
  transition: all 0.5s ease;
}
.section-home-location .location-map iframe {
  width: 100%;
  height: 100%;
  pointer-events: auto; /* Ensure map is usable */
}
.section-home-location .location-map:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: scale(1.01);
}

.section-cta-final {
  background-color: #0f3d26;
  color: white;
  text-align: center;
}
.section-cta-final .cta-title {
  color: white;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .section-cta-final .cta-title {
    font-size: 3rem;
  }
}
.section-cta-final .cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media (min-width: 576px) {
  .section-cta-final .cta-actions {
    flex-direction: row;
  }
}

.section-footer {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.mt-12 {
  margin-top: 3rem;
}

.text-center {
  text-align: center;
}

.hero_page {
  height: 70vh;
}

.category-filter-btn {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  background-color: #f3f4f6;
  color: #4b5563;
  font-weight: 500;
  transition: all 0.3s ease;
}
.category-filter-btn:hover, .category-filter-btn.active {
  background-color: var(--brand-orange);
  color: white;
}

.map-block iframe {
  width: 100%;
  height: 100%;
}

.page-content-wrapper {
  padding: 120px 0 80px;
  min-height: calc(100vh - 400px);
}
.page-content-wrapper .container--narrow {
  max-width: 800px;
  margin: 0 auto;
}
.page-content-wrapper .page-header {
  margin-bottom: 3rem;
  text-align: center;
}
.page-content-wrapper .page-header .page-title {
  font-size: 2.5rem;
  color: #1a5f3c;
  font-weight: 700;
}
.page-content-wrapper .page-content {
  color: #333;
  line-height: 1.8;
  font-size: 1.125rem;
}
.page-content-wrapper .page-content p {
  margin-bottom: 1.5rem;
}
.page-content-wrapper .page-content h2, .page-content-wrapper .page-content h3, .page-content-wrapper .page-content h4 {
  color: #1a5f3c;
  margin: 2.5rem 0 1rem;
  font-weight: 600;
}
.page-content-wrapper .page-content ul, .page-content-wrapper .page-content ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.page-content-wrapper .page-content ul li, .page-content-wrapper .page-content ol li {
  margin-bottom: 0.5rem;
}
.page-content-wrapper .page-content blockquote {
  border-left: 4px solid #e67e22;
  padding: 1rem 0 1rem 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  background: #f9f9f9;
}
.page-content-wrapper .page-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.625rem;
  margin: 2rem 0;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}
.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.page-hero {
  position: relative;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.page-hero .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-hero .hero-bg .hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-hero .hero-bg .hero-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-hero .hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  color: white;
}
.page-hero .hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: white;
}
.page-hero .hero-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.9);
}
.page-hero .hero-description {
  max-width: 48rem;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}

.section-intro {
  padding: 6rem 0;
  text-align: center;
  background-color: white;
}

.section-categories {
  padding: 6rem 0;
  background-color: #f9fafb;
}
.section-categories .categories-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .section-categories .categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-categories .category-card {
  background: white;
  border-radius: 0.625rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.section-categories .category-card .category-image {
  height: 250px;
  overflow: hidden;
}
.section-categories .category-card .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.section-categories .category-card .category-content {
  padding: 2rem;
}
.section-categories .category-card .category-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.section-categories .category-card .category-icon {
  font-size: 1.5rem;
}
.section-categories .category-card .category-title {
  font-size: 1.25rem;
  font-weight: 700;
}
.section-categories .category-card .category-text {
  color: #4b5563;
  line-height: 1.6;
}
.section-categories .category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.section-categories .category-card:hover .category-image img {
  transform: scale(1.05);
}

.section-brands {
  padding: 4rem 0;
  background-color: white;
}
.section-brands .brands-description {
  margin-top: 1rem;
  font-size: 1.125rem;
  color: #4b5563;
  text-align: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.section-brands .brands-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  align-items: center;
  opacity: 0.7;
}
.section-brands .brands-grid .brand-item {
  font-size: 1.25rem;
  font-weight: 600;
  color: #9ca3af;
}
.section-brands .brands-grid .brand-item img {
  max-height: 60px;
  width: auto;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.section-brands .brands-grid .brand-item img:hover {
  filter: grayscale(0%);
}

.section-inspiration {
  padding: 6rem 0;
  background-color: #f9fafb;
}
.section-inspiration .inspiration-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .section-inspiration .inspiration-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .section-inspiration .inspiration-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
.section-inspiration .gallery-item {
  border-radius: 0.625rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 300px; /* Fixed height for consistent look */
}
.section-inspiration .gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.15);
}
.section-inspiration .gallery-item:hover .gallery-image {
  transform: scale(1.05);
}
.section-inspiration .gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
  cursor: pointer;
}

.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.lightbox-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.lightbox-overlay .lightbox-image {
  max-width: 90%;
  max-height: 90vh;
  object-fit: contain;
  transform: scale(0.9);
  transition: transform 0.3s ease;
  border-radius: 0.625rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}
.lightbox-overlay.is-visible .lightbox-image {
  transform: scale(1);
}
.lightbox-overlay .lightbox-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.lightbox-overlay .lightbox-close:hover {
  opacity: 1;
}

.section-specialized-support {
  padding: 6rem 0;
  background-color: #f9f7f4;
}
.section-specialized-support .support-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 768px) {
  .section-specialized-support .support-block {
    grid-template-columns: 1fr 1fr;
  }
}
.section-specialized-support .support-content {
  order: 2;
}
@media (min-width: 768px) {
  .section-specialized-support .support-content {
    order: 1;
  }
}
.section-specialized-support .support-image-wrapper {
  order: 1;
  width: 100%;
  height: 24rem;
  overflow: hidden;
  border-radius: 0.625rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .section-specialized-support .support-image-wrapper {
    order: 2;
  }
}
.section-specialized-support .support-image-wrapper .support-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.section-specialized-support .support-image-wrapper:hover .support-image {
  transform: scale(1.05);
}
.section-specialized-support .support-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #1a1a1a;
  line-height: 1.2;
}
.section-specialized-support .support-text {
  font-size: 1.125rem;
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.section-specialized-support .btn-text {
  font-weight: 700;
  color: #e67e22;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: gap 0.3s ease;
}
.section-specialized-support .btn-text:hover {
  gap: 0.75rem;
  text-decoration: underline;
}

.section-audience {
  padding: 6rem 0;
  background-color: white;
}
.section-audience .audience-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .section-audience .audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .section-audience .audience-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.section-audience .audience-card {
  background-color: #f9fafb;
  border-radius: 0.625rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.section-audience .audience-card:hover {
  transform: translateY(-5px);
  background-color: white;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-color: #f3f4f6;
}
.section-audience .audience-card:hover .audience-icon {
  transform: scale(1.1);
  color: #1a5f3c;
}
.section-audience .audience-card .audience-icon {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  transition: transform 0.3s ease, color 0.3s ease;
}
.section-audience .audience-card .audience-text {
  font-size: 1.125rem;
  font-weight: 500;
  color: #374151;
  line-height: 1.5;
}

.section-team-rec {
  padding: 6rem 0;
  background-color: #f9f7f4;
}
.section-team-rec .container--narrow {
  background-color: white;
  padding: 3rem 2rem;
  border-radius: 0.625rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media (min-width: 768px) {
  .section-team-rec .container--narrow {
    padding: 4rem;
  }
}
.section-team-rec .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .section-team-rec .section-title {
    font-size: 3rem;
  }
}
.section-team-rec .audience-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
  max-width: 42rem;
  margin: 0 auto 2rem auto;
}
.section-team-rec .audience-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1.125rem;
  color: #374151;
}
.section-team-rec .audience-item .bullet {
  color: #e67e22;
  font-size: 1.5rem;
  line-height: 1;
  flex-shrink: 0;
}

.section-extra-services {
  padding: 6rem 0;
  background-color: #f9fafb;
}
.section-extra-services .values-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .section-extra-services .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .section-extra-services .values-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.section-extra-services .value-card {
  background: white;
  padding: 2rem;
  border-radius: 0.625rem;
  text-align: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.section-extra-services .value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.section-extra-services .value-card .value-icon {
  font-size: 2.5rem;
  color: #1a5f3c;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
}
.section-extra-services .value-card .value-icon svg {
  width: 2.5rem;
  height: 2.5rem;
}
.section-extra-services .value-card .value-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
}

.section-cta-final {
  padding: 8rem 0;
  background-color: #0f3d26;
  color: white;
  text-align: center;
}
.section-cta-final .cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: white;
}
@media (min-width: 768px) {
  .section-cta-final .cta-title {
    font-size: 3rem;
  }
}
.section-cta-final .cta-actions {
  display: flex;
  justify-content: center;
}

.section-pillars {
  padding: 6rem 0;
  background-color: white;
}
.section-pillars .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .section-pillars .section-title {
    font-size: 3rem;
  }
}
.section-pillars .pillars-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 768px) {
  .section-pillars .pillars-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.section-pillars .pillar-card {
  background-color: #f9f7f4;
  border-radius: 0.625rem;
  padding: 2rem;
  text-align: center;
  transition: transform 0.3s ease;
}
.section-pillars .pillar-card:hover {
  transform: translateY(-5px);
}
.section-pillars .pillar-card .pillar-icon {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-pillars .pillar-card .pillar-icon svg {
  width: 3.5rem;
  height: 3.5rem;
}
.section-pillars .pillar-card .pillar-title {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1a1a1a;
}
.section-pillars .pillar-card .pillar-text {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #374151;
}

.section-team {
  padding: 6rem 0;
  background-color: #f9f7f4;
}
.section-team .feature-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 4rem;
}
.section-team .feature-section:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .section-team .feature-section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .section-team .feature-section.feature--reverse .feature-image-container {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .section-team .feature-section.feature--reverse .feature-content {
    order: 2;
  }
}
@media (min-width: 768px) {
  .section-team .feature-section.feature--text-left .feature-image-container {
    order: 2 !important;
  }
}
@media (min-width: 768px) {
  .section-team .feature-section.feature--text-left .feature-content {
    order: 1 !important;
  }
}
.section-team .team-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.section-team .team-header .team-icon {
  color: #e67e22;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-team .team-header .team-icon svg {
  width: 3rem;
  height: 3rem;
}
.section-team .team-header .feature-title {
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .section-team .team-header .feature-title {
    font-size: 3rem;
  }
}

.section-community {
  padding: 6rem 0;
  background-color: white;
}
.section-community .section-description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #374151;
  max-width: 48rem;
  margin: 0 auto 1.5rem;
}
.section-community .feature-tagline {
  color: #1a5f3c;
  font-weight: 600;
  font-size: 1.125rem;
}

.section-present {
  padding: 6rem 0;
  background-color: #f9f7f4;
}
.section-present .section-description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #374151;
  max-width: 48rem;
  margin: 0 auto;
}

.section-contact-info {
  padding: 6rem 0;
  background-color: white;
}
.section-contact-info .contact-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.section-contact-info .contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.section-contact-info .contact-card .contact-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  color: #e67e22;
}
.section-contact-info .contact-card .contact-title {
  color: #1a1a1a;
}
.section-contact-info .contact-card .contact-text {
  line-height: 1.6;
}
.section-contact-info .contact-card .contact-text a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.section-contact-info .contact-card .contact-text a:hover {
  color: #e67e22;
}

.section-map-form {
  padding: 6rem 0;
  background-color: #f9f7f4;
}
.section-map-form .section-subtitle {
  color: #1a1a1a;
}
.section-map-form .map-block {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  overflow: hidden;
}
.section-map-form .map-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .section-map-form .map-form-grid {
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
  }
}
.section-map-form .map-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.section-map-form .map-column .map-block {
  flex-grow: 1;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.section-map-form .map-column .map-block iframe {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.section-map-form .form-column .section_contact_form {
  background-color: white;
  padding: 2rem;
  border-radius: 0.625rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .section-map-form .form-column .section_contact_form {
    padding: 3rem;
  }
}
.section-map-form .form-column .section_contact_form .form-field {
  margin-bottom: 1.5rem;
}
.section-map-form .form-column .section_contact_form .form-field label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #1a1a1a;
}
.section-map-form .form-column .section_contact_form .form-field input[type=text],
.section-map-form .form-column .section_contact_form .form-field input[type=email],
.section-map-form .form-column .section_contact_form .form-field input[type=tel],
.section-map-form .form-column .section_contact_form .form-field select,
.section-map-form .form-column .section_contact_form .form-field textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.section-map-form .form-column .section_contact_form .form-field input[type=text]:focus,
.section-map-form .form-column .section_contact_form .form-field input[type=email]:focus,
.section-map-form .form-column .section_contact_form .form-field input[type=tel]:focus,
.section-map-form .form-column .section_contact_form .form-field select:focus,
.section-map-form .form-column .section_contact_form .form-field textarea:focus {
  border-color: #e67e22;
  box-shadow: 0 0 0 2px rgba(230, 126, 34, 0.2);
}
.section-map-form .form-column .section_contact_form .form-field input[type=checkbox] {
  margin-top: 0.25rem;
}
.section-map-form .form-column .section_contact_form button[type=submit],
.section-map-form .form-column .section_contact_form input[type=submit] {
  width: 100%;
  background-color: #e67e22;
  color: white;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 0.375rem;
  font-weight: 600;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.section-map-form .form-column .section_contact_form button[type=submit]:hover,
.section-map-form .form-column .section_contact_form input[type=submit]:hover {
  background-color: #d35400;
}

.section-social {
  padding: 4rem 0;
  background-color: white;
}
.section-social .btn-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  background-color: #1a5f3c;
  color: white;
  border-radius: 0.375rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.section-social .btn-green:hover {
  background-color: #0f3d26;
}
.section-social .btn-green svg {
  margin-right: 0.5rem;
}

.section-cta-final {
  padding: 6rem 0;
}
.section-cta-final .cta-title {
  font-weight: 700;
  line-height: 1.2;
}

.encomenda-form-container {
  max-width: 900px;
  margin: 40px auto;
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .encomenda-form-container {
    padding: 30px 20px;
    margin: 20px auto;
  }
}
.encomenda-form-container .form-section {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}
.encomenda-form-container .form-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .encomenda-form-container .form-section .formFirstRow {
    display: flex !important;
    flex-direction: column;
  }
}
.encomenda-form-container .form-section h3 {
  font-size: 1.5rem;
  color: var(--brand-green);
  margin-bottom: 25px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
}
.encomenda-form-container .form-section h3 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: var(--brand-green);
  color: white;
  border-radius: 50%;
  font-size: 0.9rem;
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--brand-text-dark);
  font-size: 0.95rem;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=tel],
.form-group select {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #edf2f7;
  border-radius: 10px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #f8fafc;
}
.form-group input[type=text]:focus,
.form-group input[type=email]:focus,
.form-group input[type=tel]:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--brand-green);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(26, 95, 60, 0.1);
}

.grid-selection {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 10px;
}
.grid-selection.years-grid {
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
}
.grid-selection label {
  position: relative;
  cursor: pointer;
}
.grid-selection label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.grid-selection label .selection-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #f8fafc;
  border: 2px solid #edf2f7;
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-align: center;
  height: 100%;
  color: var(--brand-text-light);
}
.grid-selection label .selection-content:hover {
  border-color: var(--brand-green);
  color: var(--brand-green);
}
.grid-selection label input:checked + .selection-content {
  background: var(--brand-green);
  border-color: var(--brand-green);
  color: white;
  box-shadow: 0 4px 12px rgba(26, 95, 60, 0.2);
}

.radio-group-modern {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}
@media (max-width: 500px) {
  .radio-group-modern {
    flex-direction: column;
    gap: 10px;
  }
}
.radio-group-modern label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 500;
}
.radio-group-modern label input[type=radio] {
  accent-color: var(--brand-green);
  width: 18px;
  height: 18px;
}

.upload-area {
  border: 2px dashed #cbd5e0;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  background: #f8fafc;
  transition: all 0.3s ease;
  cursor: pointer;
}
.upload-area:hover {
  border-color: var(--brand-green);
  background: rgba(26, 95, 60, 0.02);
}
.upload-area input[type=file] {
  display: none;
}
.upload-area .upload-icon {
  font-size: 2rem;
  color: #a0aec0;
  margin-bottom: 10px;
  display: block;
}
.upload-area .upload-text {
  color: var(--brand-text-light);
}
.upload-area .upload-text strong {
  color: var(--brand-green);
}

.autocomplete-wrapper {
  position: relative;
}
.autocomplete-wrapper .results-list {
  position: absolute;
  top: 105%;
  left: 0;
  right: 0;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  z-index: 100;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #edf2f7;
  margin: 0;
  padding: 5px;
  list-style: none;
}
.autocomplete-wrapper .results-list li {
  padding: 12px 15px;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.2s;
}
.autocomplete-wrapper .results-list li:hover {
  background: #f7fafc;
}
.autocomplete-wrapper .results-list li .school-name {
  display: block;
  font-weight: 700;
  color: var(--brand-text-dark);
}
.autocomplete-wrapper .results-list li .school-meta {
  display: block;
  font-size: 0.85rem;
  color: var(--brand-text-light);
}

.btn-submit {
  background: var(--brand-orange);
  color: white;
  border: none;
  padding: 18px 40px;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 20px;
}
.btn-submit:hover {
  background: var(--brand-orange-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(230, 126, 34, 0.3);
}

.hidden {
  display: none !important;
}

.fade-in {
  animation: fadeIn 0.4s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
:root {
  --brand-green: #1a5f3c;
  --brand-green-dark: #0f3d26;
  --brand-orange: #e67e22;
  --brand-orange-hover: #d35400;
  --brand-cream: #f9f7f4;
  --brand-text-dark: #1a1a1a;
  --brand-text-light: #666666;
}

/*# sourceMappingURL=main.css.map */
