@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
  color: #1A2238;
  background-color: #FFFFFF;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #2B2D42;
  margin: 0 0 1rem;
}

a {
  color: #1B4965;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #F2A541;
}
a:focus-visible {
  outline: 2px solid #F2A541;
  outline-offset: 2px;
}

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

ul, ol {
  list-style: none;
}

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

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  background: #1A2238;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 4px;
  z-index: 1070;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background: #1A2238;
  color: #FFFFFF;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  z-index: 1070;
  transition: top 0.3s ease;
}
.skip-link:focus {
  top: 0;
}

h1, .h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #2B2D42;
  margin: 0 0 1rem;
  font-size: clamp(2rem, 5vw, 3rem);
}

h2, .h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #2B2D42;
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
}

h3, .h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #2B2D42;
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

h4, .h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #2B2D42;
  margin: 0 0 1rem;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
}

h5, .h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #2B2D42;
  margin: 0 0 1rem;
  font-size: 1.125rem;
}

h6, .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #2B2D42;
  margin: 0 0 1rem;
  font-size: 1rem;
}

p {
  margin: 0 0 1rem;
  line-height: 1.625;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

small {
  font-size: 0.875rem;
}

.content-container a:not([class]),
.article-content a:not([class]),
.page-content a:not([class]) {
  color: #1B4965;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: color 0.3s ease;
}
.content-container a:not([class]):hover,
.article-content a:not([class]):hover,
.page-content a:not([class]):hover {
  color: #F2A541;
}

.content-container ul:not([class]),
.content-container ol:not([class]),
.article-content ul:not([class]),
.article-content ol:not([class]),
.page-content ul:not([class]),
.page-content ol:not([class]) {
  margin: 0 0 1.5rem;
  padding-left: 1.5rem;
}
.content-container ul:not([class]) li,
.content-container ol:not([class]) li,
.article-content ul:not([class]) li,
.article-content ol:not([class]) li,
.page-content ul:not([class]) li,
.page-content ol:not([class]) li {
  margin-bottom: 0.5rem;
  line-height: 1.625;
}
.content-container ul:not([class]) li::marker,
.content-container ol:not([class]) li::marker,
.article-content ul:not([class]) li::marker,
.article-content ol:not([class]) li::marker,
.page-content ul:not([class]) li::marker,
.page-content ol:not([class]) li::marker {
  color: #1B4965;
}
.content-container ul:not([class]) ul, .content-container ul:not([class]) ol,
.content-container ol:not([class]) ul,
.content-container ol:not([class]) ol,
.article-content ul:not([class]) ul,
.article-content ul:not([class]) ol,
.article-content ol:not([class]) ul,
.article-content ol:not([class]) ol,
.page-content ul:not([class]) ul,
.page-content ul:not([class]) ol,
.page-content ol:not([class]) ul,
.page-content ol:not([class]) ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.content-container ul:not([class]),
.article-content ul:not([class]),
.page-content ul:not([class]) {
  list-style-type: disc;
}
.content-container ol:not([class]),
.article-content ol:not([class]),
.page-content ol:not([class]) {
  list-style-type: decimal;
}

blockquote {
  margin: 0 0 1.5rem;
  padding: 1.5rem;
  border-left: 4px solid #F2A541;
  background: #F4F9FF;
  font-style: italic;
  font-size: 1rem;
  color: #2B2D42;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote cite {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-style: normal;
  color: #8D99AE;
}
blockquote cite::before {
  content: "— ";
}
@media (max-width: 480px) {
  blockquote {
    padding: 1rem;
    font-size: clamp(1rem, 2vw, 1.125rem);
  }
}

code {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.875em;
  padding: 0.125rem 0.375rem;
  background: #F4F9FF;
  border-radius: 4px;
  color: #62B6CB;
}

pre {
  margin: 0 0 1.5rem;
  padding: 1.5rem;
  background: #2B2D42;
  border-radius: 8px;
  overflow-x: auto;
}
pre code {
  padding: 0;
  background: none;
  color: #F4F9FF;
  font-size: 0.875rem;
}
@media (max-width: 480px) {
  pre {
    padding: 1rem;
  }
}

.content-container table,
.article-content table,
.page-content table {
  width: 100%;
  margin: 0 0 1.5rem;
  border-collapse: collapse;
  font-size: 0.875rem;
}
@media (max-width: 480px) {
  .content-container table,
  .article-content table,
  .page-content table {
    font-size: 0.75rem;
  }
}
.content-container table thead,
.article-content table thead,
.page-content table thead {
  background: #F4F9FF;
}
.content-container table thead th,
.article-content table thead th,
.page-content table thead th {
  padding: 0.75rem 1rem;
  text-align: left;
  font-weight: 600;
  color: #2B2D42;
  border-bottom: 2px solid #CAD2C5;
}
@media (max-width: 480px) {
  .content-container table thead th,
  .article-content table thead th,
  .page-content table thead th {
    padding: 0.5rem 0.75rem;
  }
}
.content-container table tbody tr,
.article-content table tbody tr,
.page-content table tbody tr {
  border-bottom: 1px solid #E8ECF1;
}
.content-container table tbody tr:hover,
.article-content table tbody tr:hover,
.page-content table tbody tr:hover {
  background: rgba(244, 249, 255, 0.5);
}
.content-container table tbody td,
.article-content table tbody td,
.page-content table tbody td {
  padding: 0.75rem 1rem;
}
@media (max-width: 480px) {
  .content-container table tbody td,
  .article-content table tbody td,
  .page-content table tbody td {
    padding: 0.5rem 0.75rem;
  }
}
@media (max-width: 480px) {
  .content-container table,
  .article-content table,
  .page-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

hr {
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid #E8ECF1;
}

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

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

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

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #8D99AE;
}

.text-primary {
  color: #1B4965;
}

.text-secondary {
  color: #F2A541;
}

.site-content {
  min-height: 60vh;
  padding: 2rem 0;
}
@media (min-width: 601px) and (max-width: 800px) {
  .site-content {
    padding: 1.5rem 0;
  }
}
@media (max-width: 480px) {
  .site-content {
    padding: 1rem 0;
  }
}

.container,
.content-container,
.archive-container,
.article-container,
.footer-container,
.error-404-container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 480px) {
  .container,
  .content-container,
  .archive-container,
  .article-container,
  .footer-container,
  .error-404-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (min-width: 801px) and (max-width: 1023px) {
  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 601px) and (max-width: 800px) {
  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .posts-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .posts-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.posts-grid[data-columns="2"] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (min-width: 801px) and (max-width: 1023px) {
  .posts-grid[data-columns="2"] {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 601px) and (max-width: 800px) {
  .posts-grid[data-columns="2"] {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .posts-grid[data-columns="2"] {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .posts-grid[data-columns="2"] {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.posts-grid[data-columns="3"] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (min-width: 801px) and (max-width: 1023px) {
  .posts-grid[data-columns="3"] {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 601px) and (max-width: 800px) {
  .posts-grid[data-columns="3"] {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .posts-grid[data-columns="3"] {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .posts-grid[data-columns="3"] {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.posts-grid[data-columns="4"] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (min-width: 801px) and (max-width: 1023px) {
  .posts-grid[data-columns="4"] {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 601px) and (max-width: 800px) {
  .posts-grid[data-columns="4"] {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .posts-grid[data-columns="4"] {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .posts-grid[data-columns="4"] {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.post-card {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
}
.post-card:hover .post-thumbnail img {
  transform: scale(1.05);
}
.post-card .post-thumbnail {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.post-card .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.post-card .post-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 480px) {
  .post-card .post-content {
    padding: 1rem;
  }
}
.post-card .post-category {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #F2A541;
  margin-bottom: 0.5rem;
}
.post-card .post-category a {
  color: inherit;
}
.post-card .post-category a:hover {
  text-decoration: underline;
}
.post-card .post-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.375;
  margin: 0 0 0.75rem;
}
.post-card .post-title a {
  color: #1A2238;
}
.post-card .post-title a:hover {
  color: #1B4965;
}
.post-card .post-excerpt {
  font-size: 0.875rem;
  color: #8D99AE;
  line-height: 1.625;
  margin-bottom: auto;
}
.post-card .post-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #8D99AE;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #E8ECF1;
}
.post-card .post-meta .meta-separator {
  opacity: 0.5;
}

.pagination {
  margin-top: 3rem;
  grid-column: 1/-1;
}
.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0.5rem 0.75rem;
  font-weight: 500;
  color: #1A2238;
  background: #F4F9FF;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.pagination .page-numbers:hover {
  background: #1B4965;
  color: #FFFFFF;
}
.pagination .page-numbers.current {
  background: #1B4965;
  color: #FFFFFF;
  cursor: default;
}
.pagination .page-numbers.dots {
  background: transparent;
  cursor: default;
}
.pagination .page-numbers.dots:hover {
  background: transparent;
  color: #1A2238;
}
.pagination .prev,
.pagination .next {
  font-weight: 600;
}

@media (min-width: 1200px) {
  .content-container,
  .archive-container,
  .article-container {
    max-width: 1140px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .content-container,
  .archive-container,
  .article-container {
    max-width: 960px;
  }
  .posts-grid {
    gap: 1.5rem;
  }
}
@media (min-width: 801px) and (max-width: 1023px) {
  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  .post-card .post-content {
    padding: 1.25rem;
  }
}
@media (min-width: 601px) and (max-width: 800px) {
  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .post-card .post-content {
    padding: 1rem;
  }
  .site-content {
    padding: 1.5rem 0;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .posts-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .pagination {
    margin-top: 2rem;
  }
  .pagination .page-numbers {
    min-width: 40px;
    min-height: 40px;
    padding: 0.5rem;
  }
}
@media (max-width: 480px) {
  .posts-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .post-card .post-thumbnail {
    aspect-ratio: 16/9;
  }
  .post-card .post-content {
    padding: 1rem;
  }
  .post-card .post-title {
    font-size: 1rem;
  }
  .site-content {
    padding: 1rem 0;
  }
  .pagination {
    margin-top: 1.5rem;
  }
  .pagination .page-numbers {
    min-width: 36px;
    min-height: 36px;
    font-size: 0.875rem;
  }
}
@media (max-width: 360px) {
  .content-container,
  .archive-container,
  .article-container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .post-card .post-content {
    padding: 0.75rem;
  }
}
.site-header {
  background: #FFFFFF;
  border-bottom: 1px solid #E8ECF1;
  position: relative;
  z-index: 1020;
  transition: all 0.3s ease;
}
.site-header.sticky-header {
  position: sticky;
  top: 0;
}
@media (min-width: 1024px) {
  .site-header.sticky-header.scrolled {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  }
  .site-header.sticky-header.scrolled .header-container {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.site-header .header-container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 480px) {
  .site-header .header-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.site-header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: padding 0.3s ease;
}
.site-header .site-branding {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.site-header .site-branding .custom-logo-link {
  display: block;
  line-height: 0;
}
.site-header .site-branding .custom-logo-link img {
  max-height: 60px;
  width: auto;
}
@media (max-width: 480px) {
  .site-header .site-branding .custom-logo-link img {
    max-height: 45px;
  }
}
.site-header .site-branding .site-title {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #1B4965;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-header .site-branding .site-title:hover {
  color: #F2A541;
}
@media (max-width: 480px) {
  .site-header .site-branding .site-title {
    font-size: 1.125rem;
  }
}
.site-header .site-branding .site-description {
  font-size: 0.75rem;
  color: #8D99AE;
  margin: 0;
}
@media (max-width: 480px) {
  .site-header .site-branding .site-description {
    display: none;
  }
}
.site-header .primary-navigation {
  display: none;
}
@media (min-width: 1024px) {
  .site-header .primary-navigation {
    display: block;
  }
}
.site-header .primary-navigation .primary-menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .primary-navigation .primary-menu > li {
  position: relative;
}
.site-header .primary-navigation .primary-menu > li > a {
  display: block;
  padding: 0.5rem 0;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 500;
  color: #1A2238;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-header .primary-navigation .primary-menu > li > a:hover, .site-header .primary-navigation .primary-menu > li > a:focus {
  color: #1B4965;
}
.site-header .primary-navigation .primary-menu > li.current-menu-item > a, .site-header .primary-navigation .primary-menu > li.current_page_item > a {
  color: #1B4965;
  font-weight: 600;
}
.site-header .primary-navigation .primary-menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
  padding: 0.5rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.site-header .primary-navigation .primary-menu > li .sub-menu li a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #1A2238;
  transition: background 0.3s ease;
}
.site-header .primary-navigation .primary-menu > li .sub-menu li a:hover {
  background: #F4F9FF;
  color: #1B4965;
}
.site-header .primary-navigation .primary-menu > li:hover .sub-menu, .site-header .primary-navigation .primary-menu > li:focus-within .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-header .mobile-menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
@media (min-width: 1024px) {
  .site-header .mobile-menu-toggle {
    display: none;
  }
}
.site-header .mobile-menu-toggle .hamburger-line {
  display: block;
  width: 100%;
  height: 3px;
  background: #1A2238;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.site-header .mobile-menu-toggle[aria-expanded=true] .hamburger-line:nth-child(1) {
  transform: translateY(10.5px) rotate(45deg);
}
.site-header .mobile-menu-toggle[aria-expanded=true] .hamburger-line:nth-child(2) {
  opacity: 0;
}
.site-header .mobile-menu-toggle[aria-expanded=true] .hamburger-line:nth-child(3) {
  transform: translateY(-10.5px) rotate(-45deg);
}
.site-header .mobile-menu-toggle:focus-visible {
  outline: 2px solid #F2A541;
  outline-offset: 2px;
}
.site-header .mobile-navigation {
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  height: 100vh;
  background: #FFFFFF;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  padding: 2rem 1.5rem;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1050;
}
@media (min-width: 1024px) {
  .site-header .mobile-navigation {
    display: none;
  }
}
.site-header .mobile-navigation[aria-hidden=false] {
  transform: translateX(0);
}
.site-header .mobile-navigation .mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .mobile-navigation .mobile-menu li {
  border-bottom: 1px solid #E8ECF1;
}
.site-header .mobile-navigation .mobile-menu li a {
  display: block;
  padding: 1rem 0;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 500;
  color: #1A2238;
  text-decoration: none;
}
.site-header .mobile-navigation .mobile-menu li a:hover {
  color: #1B4965;
}
.site-header .mobile-navigation .mobile-menu li.current-menu-item > a, .site-header .mobile-navigation .mobile-menu li.current_page_item > a {
  color: #1B4965;
  font-weight: 600;
}
.site-header .mobile-navigation .mobile-menu li .sub-menu {
  list-style: none;
  padding-left: 1rem;
  margin-top: 0.5rem;
}
.site-header .mobile-navigation .mobile-menu li .sub-menu li {
  border-bottom: none;
}
.site-header .mobile-navigation .mobile-menu li .sub-menu li a {
  padding: 0.5rem 0;
  font-size: 0.875rem;
}

body.menu-open {
  overflow: hidden;
}
body.menu-open::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: calc(1050 - 1);
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .site-header .primary-navigation .primary-menu {
    gap: 1rem;
  }
}
@media (min-width: 801px) and (max-width: 1023px) {
  .site-header .mobile-navigation {
    width: 260px;
  }
}
@media (min-width: 601px) and (max-width: 800px) {
  .site-header .header-container {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .site-header .mobile-navigation {
    width: 240px;
  }
}
@media (max-width: 480px) {
  .site-header .header-container {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .site-header .mobile-navigation {
    width: 100%;
    max-width: 280px;
  }
}
.site-footer {
  background: #1A2238;
  color: #FFFFFF;
  margin-top: 4rem;
}
.site-footer .footer-widgets {
  padding: 3rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 480px) {
  .site-footer .footer-widgets {
    padding: 2rem 0;
  }
}
.site-footer .footer-widgets .footer-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
@media (max-width: 480px) {
  .site-footer .footer-widgets .footer-columns {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.site-footer .footer-widgets .footer-widget .widget-title {
  font-size: 1rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.site-footer .footer-widgets .footer-widget ul {
  list-style: none;
  padding: 0;
}
.site-footer .footer-widgets .footer-widget ul li {
  margin-bottom: 0.5rem;
}
.site-footer .footer-widgets .footer-widget ul li a {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.3s ease;
}
.site-footer .footer-widgets .footer-widget ul li a:hover {
  color: #F2A541;
}
.site-footer .footer-widgets .footer-widget p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.625;
}
.site-footer .footer-bottom {
  padding: 2rem 0;
}
@media (max-width: 480px) {
  .site-footer .footer-bottom {
    padding: 1.5rem 0;
  }
}
.site-footer .footer-bottom .footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}
.site-footer .footer-bottom .footer-copyright {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}
.site-footer .footer-bottom .footer-copyright p {
  margin: 0;
}
.site-footer .footer-bottom .footer-copyright a {
  color: #FFFFFF;
  font-weight: 500;
}
.site-footer .footer-bottom .footer-copyright a:hover {
  color: #F2A541;
}
.site-footer .footer-bottom .footer-navigation .footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 480px) {
  .site-footer .footer-bottom .footer-navigation .footer-menu {
    gap: 0.75rem;
  }
}
.site-footer .footer-bottom .footer-navigation .footer-menu li a {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.3s ease;
}
.site-footer .footer-bottom .footer-navigation .footer-menu li a:hover {
  color: #F2A541;
}
.site-footer .footer-bottom .footer-custom-text {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}
.site-footer .footer-bottom .footer-custom-text p {
  margin: 0;
}
.site-footer .footer-bottom .footer-disclaimer {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
}
.site-footer .footer-bottom .footer-disclaimer p {
  margin: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}
.btn:active {
  transform: translateY(0);
}
.btn:focus-visible {
  outline: 2px solid #F2A541;
  outline-offset: 2px;
}
.btn--primary {
  background: #F2A541;
  color: #FFFFFF;
  border-color: #F2A541;
}
.btn--primary:hover {
  background: rgb(238.7339901478, 142.3891625616, 17.2660098522);
  color: #FFFFFF;
}
.btn--outline {
  background: transparent;
  border-color: #1B4965;
  color: #1B4965;
}
.btn--outline:hover {
  background: #1B4965;
  color: #FFFFFF;
}

.search-form .search-form-wrapper {
  position: relative;
  display: flex;
}
.search-form .search-field {
  width: 100%;
  padding: 0.75rem 3rem 0.75rem 1rem;
  border: 2px solid #CAD2C5;
  border-radius: 4px;
}
.search-form .search-field:focus {
  border-color: #1B4965;
  outline: none;
}
.search-form .search-submit {
  position: absolute;
  right: 0.5rem;
  width: 40px;
  height: 40px;
  background: #1B4965;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-form .search-submit:hover {
  background: #F2A541;
}

.social-share {
  margin: 3rem 0;
  padding: 2rem;
  background: #F4F9FF;
  border-radius: 8px;
  text-align: center;
}
.social-share-buttons {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.social-share-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  color: #FFFFFF;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.social-share-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}
.social-share-button.social-share-facebook {
  background: #1877F2;
}
.social-share-button.social-share-twitter {
  background: #1DA1F2;
}
.social-share-button.social-share-linkedin {
  background: #0A66C2;
}
.social-share-button.social-share-whatsapp {
  background: #25D366;
}
.social-share-button.social-share-email {
  background: #8D99AE;
}

.breadcrumbs {
  padding: 1rem 0;
  background: #F4F9FF;
}
.breadcrumbs .breadcrumb-list {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 480px) {
  .breadcrumbs .breadcrumb-list {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.breadcrumbs .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  padding-left: 1rem;
  padding-right: 1rem;
}
.breadcrumbs .breadcrumb-item {
  font-size: 0.875rem;
}
.breadcrumbs .breadcrumb-item a {
  color: #8D99AE;
}
.breadcrumbs .breadcrumb-item a:hover {
  color: #1B4965;
}
.breadcrumbs .breadcrumb-item:last-child {
  color: #1A2238;
  font-weight: 500;
}
.breadcrumbs .breadcrumb-separator {
  color: #CAD2C5;
}

/**
 * Gutenberg Blocks Custom Styling
 * Cap Nautique Bretagne
 *
 * Styles pour les blocks modernes utilisés dans import-cap-nautique-v2.xml
 */
/* ============================================
   HERO COVER BLOCKS
   ============================================ */
.wp-block-cover {
  border-radius: 0;
}
.wp-block-cover.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.wp-block-cover .wp-block-cover__inner-container {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .wp-block-cover .wp-block-cover__inner-container {
    padding: 4rem 2rem;
  }
}
.wp-block-cover[style*="min-height:600px"] .wp-block-cover__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 600px;
}

/* ============================================
   CATEGORY CARDS (Homepage)
   ============================================ */
.category-card .wp-block-group {
  transition: all 0.3s ease;
  height: 100%;
}
.category-card .wp-block-group.hover-lift:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.category-card h3 {
  margin: 1rem 0;
  font-size: 1.5rem;
  font-weight: 600;
}
.category-card p {
  color: #1A2238;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.category-card .wp-block-button {
  margin-top: auto;
}

/* ============================================
   BUTTONS STYLING
   ============================================ */
.wp-block-button .wp-block-button__link {
  border-radius: 6px;
  padding: 0.875rem 1.75rem;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.wp-block-button .wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.wp-block-button.is-style-fill .wp-block-button__link.has-secondary-background-color {
  background-color: #F2A541;
  color: #FFFFFF;
}
.wp-block-button.is-style-fill .wp-block-button__link.has-secondary-background-color:hover {
  background-color: rgb(238.7339901478, 142.3891625616, 17.2660098522);
}
.wp-block-button.is-style-fill .wp-block-button__link.has-primary-background-color {
  background-color: #1B4965;
  color: #FFFFFF;
}
.wp-block-button.is-style-fill .wp-block-button__link.has-primary-background-color:hover {
  background-color: rgb(16.2421875, 43.9140625, 60.7578125);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 2px solid currentColor;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-primary-color {
  color: #1B4965;
  border-color: #1B4965;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:hover {
  background-color: #1B4965;
  color: #FFFFFF;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-white-color {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-white-color:hover {
  background-color: #FFFFFF;
  color: #1B4965;
}

.wp-block-buttons {
  gap: 1rem;
}
.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}

/* ============================================
   LATEST POSTS GRID
   ============================================ */
.latest-posts-grid.wp-block-latest-posts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  list-style: none;
  padding: 0;
}
@media (max-width: 480px) {
  .latest-posts-grid.wp-block-latest-posts {
    grid-template-columns: 1fr;
  }
}
.latest-posts-grid.wp-block-latest-posts li {
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.latest-posts-grid.wp-block-latest-posts li:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.latest-posts-grid.wp-block-latest-posts li a {
  text-decoration: none;
  color: #1A2238;
  display: block;
}
.latest-posts-grid.wp-block-latest-posts.has-dates .wp-block-latest-posts__post-date {
  color: #8D99AE;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  display: block;
}
.latest-posts-grid.wp-block-latest-posts__featured-image img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.latest-posts-grid.wp-block-latest-posts__post-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1B4965;
  margin: 1rem;
  line-height: 1.4;
}
.latest-posts-grid.wp-block-latest-posts__post-excerpt {
  padding: 0 1rem 1rem;
  color: #1A2238;
  line-height: 1.6;
}

/* ============================================
   COLUMNS LAYOUT
   ============================================ */
.wp-block-columns {
  gap: 2rem;
}
.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
@media (max-width: 480px) {
  .wp-block-columns {
    flex-direction: column;
  }
  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
  }
}

/* ============================================
   GROUPS & CONTAINERS
   ============================================ */
.wp-block-group.alignwide {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.has-light-gray-background-color {
  background-color: #f8f9fa;
}

/* ============================================
   IMAGES
   ============================================ */
.wp-block-image.is-style-rounded img {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* ============================================
   HEADINGS
   ============================================ */
.wp-block-heading.has-text-align-center {
  text-align: center;
}
.wp-block-heading.has-primary-color {
  color: #1B4965;
}
.wp-block-heading.has-white-color {
  color: #FFFFFF;
}
.wp-block-heading.has-huge-font-size {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.2;
  font-weight: 700;
}

/* ============================================
   PARAGRAPHS
   ============================================ */
.wp-block-paragraph.has-text-align-center {
  text-align: center;
}
.wp-block-paragraph.has-white-color {
  color: #FFFFFF;
}
.wp-block-paragraph.has-primary-color {
  color: #1B4965;
}
.wp-block-paragraph.has-large-font-size {
  font-size: 1.25rem;
  line-height: 1.6;
}

/* ============================================
   LISTS CUSTOM
   ============================================ */
.check-list {
  list-style: none;
  padding: 0;
}
.check-list li {
  padding-left: 2rem;
  position: relative;
  margin-bottom: 0.75rem;
  line-height: 1.6;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #62B6CB;
  font-weight: bold;
  font-size: 1.2rem;
}

/* ============================================
   SPACERS
   ============================================ */
.wp-block-spacer {
  clear: both;
}

/* ============================================
   RESPONSIVE UTILITIES
   ============================================ */
@media (max-width: 480px) {
  .wp-block-cover[style*="min-height:600px"] {
    min-height: 400px !important;
  }
  .wp-block-cover[style*="min-height:600px"] .wp-block-cover__inner-container {
    min-height: 400px;
  }
  .wp-block-cover[style*="min-height:300px"] {
    min-height: 250px !important;
  }
  .category-card {
    margin-bottom: 1.5rem;
  }
}
/* ============================================
   ANIMATION HELPERS
   ============================================ */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-on-scroll {
  animation: fadeInUp 0.6s ease-out;
}

/* ============================================
   ACCESSIBILITY
   ============================================ */
.wp-block-button__link:focus,
.wp-block-cover__inner-container a:focus {
  outline: 3px solid #62B6CB;
  outline-offset: 2px;
}

/* Skip animation on reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .hover-lift:hover {
    transform: none;
  }
}
.front-page .hero-section {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1B4965 0%, rgb(10.86328125, 29.37109375, 40.63671875) 100%);
  background-image: url("../images/hero-golfe-morbihan.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 480px) {
  .front-page .hero-section {
    min-height: 450px;
    background-attachment: scroll;
  }
}
.front-page .hero-section .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 34, 56, 0.4);
  z-index: 1;
}
.front-page .hero-section .hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 3rem;
  animation: fadeInUp 0.8s ease-out;
}
.front-page .hero-section .hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  text-shadow: 2px 2px 8px rgba(26, 34, 56, 0.5);
}
.front-page .hero-section .hero-subtitle {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  margin-bottom: 3rem;
  opacity: 0.95;
  line-height: 1.5;
  font-weight: 400;
}
.front-page .hero-section .hero-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}
.front-page .services-section {
  padding: 5rem 0;
  background: #F4F9FF;
}
.front-page .services-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.front-page .services-section .section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  text-align: center;
  margin-bottom: 0.75rem;
  color: #1A2238;
  font-weight: 800;
}
.front-page .services-section .section-intro {
  text-align: center;
  font-size: 1.125rem;
  color: #8D99AE;
  margin-bottom: 3rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.front-page .services-section .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  margin-top: 5rem;
}
@media (max-width: 480px) {
  .front-page .services-section .services-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.front-page .services-section .service-card {
  background: #FFFFFF;
  padding: 3rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(26, 34, 56, 0.08);
  transition: all 0.3s ease;
  text-align: center;
}
.front-page .services-section .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(26, 34, 56, 0.15);
}
.front-page .services-section .service-card .service-icon {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  line-height: 1;
}
.front-page .services-section .service-card .service-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #1A2238;
}
.front-page .services-section .service-card .service-description {
  color: #8D99AE;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  font-size: 1rem;
}
.front-page .services-section .service-card .service-link {
  color: #1B4965;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: all 0.2s ease;
}
.front-page .services-section .service-card .service-link:hover {
  gap: 0.5rem;
  color: rgb(16.2421875, 43.9140625, 60.7578125);
}
.front-page .recent-posts-section {
  padding: 5rem 0;
  background: #FFFFFF;
}
.front-page .recent-posts-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.front-page .recent-posts-section .section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  text-align: center;
  margin-bottom: 5rem;
  color: #1A2238;
  font-weight: 800;
}
.front-page .recent-posts-section .posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 3rem;
}
@media (max-width: 480px) {
  .front-page .recent-posts-section .posts-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.front-page .recent-posts-section .post-card {
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(26, 34, 56, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.front-page .recent-posts-section .post-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(26, 34, 56, 0.15);
}
.front-page .recent-posts-section .post-card:hover .post-thumbnail img {
  transform: scale(1.05);
}
.front-page .recent-posts-section .post-card .post-thumbnail {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #F4F9FF;
}
.front-page .recent-posts-section .post-card .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.front-page .recent-posts-section .post-card .post-content {
  padding: 3rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.front-page .recent-posts-section .post-card .post-category {
  display: inline-block;
  background: rgba(27, 73, 101, 0.1);
  color: #1B4965;
  padding: 0.375rem 0.875rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.front-page .recent-posts-section .post-card .post-title {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
.front-page .recent-posts-section .post-card .post-title a {
  color: #1A2238;
  text-decoration: none;
  transition: color 0.2s ease;
}
.front-page .recent-posts-section .post-card .post-title a:hover {
  color: #1B4965;
}
.front-page .recent-posts-section .post-card .post-excerpt {
  color: #8D99AE;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  flex-grow: 1;
}
.front-page .recent-posts-section .post-card .post-meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.875rem;
  color: #8D99AE;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(26, 34, 56, 0.1);
}
.front-page .recent-posts-section .post-card .post-meta time {
  display: flex;
  align-items: center;
}
.front-page .recent-posts-section .post-card .post-meta .reading-time::before {
  content: "•";
  margin-right: 0.75rem;
}
.front-page .recent-posts-section .section-cta {
  text-align: center;
  margin-top: 5rem;
}
.front-page .cta-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #1B4965 0%, rgb(16.2421875, 43.9140625, 60.7578125) 100%);
  color: #FFFFFF;
  text-align: center;
}
.front-page .cta-section .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.front-page .cta-section .cta-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.front-page .cta-section .cta-text {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 3rem;
  opacity: 0.95;
}

.btn {
  display: inline-block;
  padding: 0.875rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
}
.btn-primary {
  background: #F2A541;
  color: #FFFFFF;
  border-color: #F2A541;
}
.btn-primary:hover {
  background: rgb(239.3871921182, 146.9113300493, 26.8128078818);
  border-color: rgb(239.3871921182, 146.9113300493, 26.8128078818);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(242, 165, 65, 0.3);
}
.btn-outline {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline:hover {
  background: #FFFFFF;
  color: #1B4965;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 255, 255, 0.3);
}
.btn-white {
  background: #FFFFFF;
  color: #1B4965;
  border-color: #FFFFFF;
}
.btn-white:hover {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 255, 255, 0.3);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.article-content, .page-content {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 480px) {
  .article-content, .page-content {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.article-content, .page-content {
  max-width: 800px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.article-content img, .page-content img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  margin: 1.5rem 0;
  border-radius: 4px;
}

.article-header {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 480px) {
  .article-header {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.article-header {
  text-align: center;
  padding: 3rem 1rem;
}
@media (max-width: 480px) {
  .article-header {
    padding: 2rem 1rem;
  }
}
.article-header .article-category {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #F2A541;
  margin-bottom: 0.75rem;
}
.article-header .article-title {
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: 1rem;
}
.article-header .article-meta {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #8D99AE;
}

.article-thumbnail {
  max-width: 1200px;
  margin: 0 auto 2rem;
}
.article-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.archive-header {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 480px) {
  .archive-header {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.archive-header {
  text-align: center;
  padding: 3rem 1rem;
  background: #F4F9FF;
}
@media (max-width: 480px) {
  .archive-header {
    padding: 2rem 1rem;
  }
}
.archive-header .archive-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin-bottom: 1rem;
}
.archive-header .archive-description {
  max-width: 600px;
  margin: 0 auto;
  color: #8D99AE;
}

.archive-content {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 480px) {
  .archive-content {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.archive-content {
  padding-top: 3rem;
}
@media (max-width: 480px) {
  .archive-content {
    padding-top: 2rem;
  }
}

.page-header {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 480px) {
  .page-header {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.page-header {
  text-align: center;
  padding: 3rem 1rem;
}
@media (max-width: 480px) {
  .page-header {
    padding: 2rem 1rem;
  }
}
.page-header .page-title {
  font-size: clamp(2rem, 5vw, 3rem);
}

.page-thumbnail {
  max-width: 1200px;
  margin: 0 auto 2rem;
}
.page-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.error-404-container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 480px) {
  .error-404-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.error-404-container {
  text-align: center;
  padding: 4rem 1rem;
}
@media (max-width: 480px) {
  .error-404-container {
    padding: 3rem 1rem;
  }
}
.error-404-container .error-404-title {
  font-size: clamp(4rem, 10vw, 8rem);
  font-weight: 900;
  color: #1B4965;
  line-height: 1;
  margin-bottom: 1rem;
}
.error-404-container .error-404-subtitle {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 0.75rem;
}
.error-404-container .error-404-message {
  color: #8D99AE;
  margin-bottom: 2rem;
}
.error-404-container .error-404-search {
  max-width: 500px;
  margin: 2rem auto;
}
.error-404-container .error-404-home {
  margin-top: 2rem;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 480px) {
  .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

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

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

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

.mt-4 {
  margin-top: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}