﻿@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&family=Source+Sans+3:wght@300;400;600;700&display=swap');
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
    font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6; color: #2C2C2C; background: #fff;
}
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.site-header { background: #1a3a5c; color: #fff; padding: 15px 0; }
.site-header .container { display: flex; align-items: center; flex-wrap: wrap; gap: 15px; }
.site-header .logo { color: #fff; text-decoration: none; font-size: 1.3em; font-weight: 700; }
.main-nav { display: flex; gap: 15px; flex-wrap: wrap; }
.main-nav a { color: rgba(255,255,255,0.8); text-decoration: none; font-size: 0.95em; }
.main-nav a:hover { color: #fff; }
.header-phone { color: #C8A45A; text-decoration: none; font-weight: 700; margin-left: auto; font-size: 1.05em; }
.header-phone:hover { color: #fff; }
.breadcrumb { background: #F2F0EB; padding: 10px 0; font-size: 0.9em; border-bottom: 1px solid #D6D2C9; }
.breadcrumb a { color: #1a3a5c; text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { color: #6B6560; }
main { padding: 30px 0; }
main h1 { font-size: 2em; color: #1a3a5c; margin-bottom: 20px; font-family: 'Merriweather', serif; }
.article-intro {
    font-size: 1.15em; color: #2C2C2C; line-height: 1.7;
    margin-bottom: 25px; padding-bottom: 20px;
    border-bottom: 1px solid #D6D2C9;
}
.table-of-contents {
    background: #F2F0EB; padding: 20px 25px; border-radius: 6px;
    margin-bottom: 30px; border-left: 4px solid #1a3a5c;
}
.toc-label { font-weight: 700; color: #1a3a5c; margin-bottom: 10px; font-family: 'Merriweather', serif; }
.table-of-contents ol { margin-left: 20px; }
.table-of-contents li { margin-bottom: 6px; }
.table-of-contents a { color: #1a3a5c; text-decoration: none; }
.table-of-contents a:hover { text-decoration: underline; }
.content-section { margin-bottom: 30px; padding: 25px; border-radius: 6px; }
.content-section:nth-child(even) { background: #F2F0EB; }
.content-section h2 { font-size: 1.4em; color: #1a3a5c; margin-bottom: 12px; font-family: 'Merriweather', serif; }
.content-section p { margin-bottom: 10px; }
.article-cta {
    background: #1a3a5c; color: #fff; padding: 30px;
    border-radius: 8px; margin: 35px 0; text-align: center;
}
.article-cta h2 { color: #fff; font-size: 1.4em; margin-bottom: 12px; font-family: 'Merriweather', serif; }
.article-cta p { color: rgba(255,255,255,0.8); margin-bottom: 12px; }
.cta-button {
    display: inline-block; background: #C8A45A; color: #1a3a5c;
    padding: 12px 30px; border-radius: 5px; text-decoration: none;
    font-weight: 700; font-size: 1.05em;
}
.cta-button:hover { background: #D4B46A; }
.cta-or { color: rgba(255,255,255,0.8); margin: 0 10px; }
.cta-phone { color: #C8A45A; text-decoration: none; font-weight: 700; font-size: 1.1em; }
.cta-phone:hover { color: #fff; }
.article-tags-section { margin: 20px 0; padding: 15px 0; border-top: 1px solid #D6D2C9; }
.tags-label { font-weight: 600; color: #6B6560; margin-bottom: 8px; display: inline; margin-right: 8px; }
.article-tag {
    display: inline-block; background: #F5EDD8; color: #1a3a5c;
    padding: 4px 12px; border-radius: 15px; font-size: 0.85em;
    margin: 3px 3px 3px 0;
}
.article-tags .article-tag { font-size: 0.8em; margin-top: 8px; }
.prev-next { display: flex; justify-content: space-between; gap: 20px; margin: 30px 0; padding: 20px 0; border-top: 2px solid #D6D2C9; border-bottom: 2px solid #D6D2C9; }
.prev-next a { color: #1a3a5c; text-decoration: none; font-weight: 600; }
.prev-next a:hover { text-decoration: underline; }
.related-topics { background: #F2F0EB; padding: 25px; border-radius: 6px; margin-top: 30px; }
.related-topics h2 { font-size: 1.3em; color: #1a3a5c; margin-bottom: 15px; font-family: 'Merriweather', serif; }
.related-topics ul { list-style: none; }
.related-topics li { margin-bottom: 8px; }
.related-topics a { color: #1a3a5c; text-decoration: none; font-weight: 500; }
.related-topics a:hover { text-decoration: underline; }
.category-desc { font-size: 1.1em; color: #2C2C2C; margin-bottom: 10px; line-height: 1.7; }
.category-count { color: #6B6560; font-size: 1.05em; margin-bottom: 20px; }
.category-list { list-style: none; }
.category-item { margin-bottom: 15px; border: 1px solid #D6D2C9; border-radius: 6px; transition: box-shadow 0.2s; }
.category-item:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.category-item a { display: block; padding: 18px 20px; text-decoration: none; color: inherit; }
.category-item h3 { color: #1a3a5c; font-size: 1.15em; margin-bottom: 5px; font-family: 'Merriweather', serif; }
.category-item p { color: #6B6560; font-size: 0.92em; }
.category-cta {
    background: #F2F0EB; padding: 25px; border-radius: 8px;
    margin: 30px 0; text-align: center; border: 1px solid #D6D2C9;
}
.category-cta h2 { color: #1a3a5c; margin-bottom: 10px; font-family: 'Merriweather', serif; }
.category-cta p { margin-bottom: 10px; }
.back-link { margin-top: 25px; padding-top: 20px; border-top: 1px solid #D6D2C9; }
.back-link a { color: #1a3a5c; text-decoration: none; font-weight: 600; }
.back-link a:hover { text-decoration: underline; }
.hub-intro { margin-bottom: 30px; }
.hub-intro > p { font-size: 1.1em; color: #2C2C2C; line-height: 1.7; margin-bottom: 20px; }
.hub-stats { display: flex; gap: 30px; justify-content: center; flex-wrap: wrap; margin: 25px 0; }
.hub-stat {
    text-align: center; padding: 20px 30px; background: #F2F0EB;
    border-radius: 8px; min-width: 140px;
}
.hub-stat-number { display: block; font-size: 2.2em; font-weight: 700; color: #1a3a5c; }
.hub-stat-label { display: block; font-size: 0.9em; color: #6B6560; margin-top: 4px; }
.hub-section-heading { font-size: 1.5em; color: #1a3a5c; margin-bottom: 20px; font-family: 'Merriweather', serif; }
.hub-grid { list-style: none; display: grid; grid-template-columns: repeat(auto-fill, minmax(480px, 1fr)); gap: 25px; }
.hub-category {
    border: 2px solid #D6D2C9; border-radius: 8px;
    transition: border-color 0.2s, box-shadow 0.2s; overflow: hidden;
}
.hub-category:hover { border-color: #1a3a5c; box-shadow: 0 3px 10px rgba(0,0,0,0.1); }
.hub-category-header {
    display: block; padding: 25px; text-decoration: none; color: inherit;
    background: #F2F0EB; border-bottom: 1px solid #D6D2C9;
}
.hub-category h2 { color: #1a3a5c; font-size: 1.2em; margin-bottom: 8px; font-family: 'Merriweather', serif; }
.hub-category-desc { color: #6B6560; font-size: 0.95em; margin-bottom: 8px; }
.hub-category-count { color: #6B6560; font-size: 0.9em; font-weight: 600; }
.hub-featured { padding: 15px 25px 20px; }
.hub-featured-label { font-weight: 600; color: #6B6560; font-size: 0.9em; margin-bottom: 8px; }
.hub-featured ul { list-style: none; margin-bottom: 12px; }
.hub-featured li { margin-bottom: 5px; }
.hub-featured a { color: #1a3a5c; text-decoration: none; font-size: 0.95em; }
.hub-featured a:hover { text-decoration: underline; }
.hub-view-all { color: #1a3a5c; font-weight: 600; text-decoration: none; font-size: 0.95em; }
.hub-view-all:hover { text-decoration: underline; }
.hub-cta {
    background: #1a3a5c; color: #fff; padding: 35px;
    border-radius: 8px; margin-top: 40px; text-align: center;
}
.hub-cta h2 { color: #fff; margin-bottom: 12px; font-family: 'Merriweather', serif; }
.hub-cta p { color: rgba(255,255,255,0.8); margin-bottom: 12px; }
.hero { background: #1a3a5c; color: #fff; padding: 50px 0; text-align: center; }
.hero h1 { color: #fff; font-size: 2.4em; margin-bottom: 15px; font-family: 'Merriweather', serif; }
.hero p { font-size: 1.2em; color: rgba(255,255,255,0.8); margin-bottom: 20px; }
.hero .cta-button { padding: 14px 35px; font-size: 1.1em; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 25px; margin: 30px 0; }
.service-card { border: 1px solid #D6D2C9; border-radius: 8px; padding: 25px; }
.service-card h3 { color: #1a3a5c; margin-bottom: 10px; font-family: 'Merriweather', serif; }
.contact-info { margin: 20px 0; padding: 25px; background: #F2F0EB; border-radius: 6px; }
.contact-info p { margin-bottom: 8px; }
.contact-info a { color: #1a3a5c; }
.faq-item { margin-bottom: 20px; border-bottom: 1px solid #D6D2C9; padding-bottom: 20px; }
.faq-item h3 { color: #1a3a5c; margin-bottom: 8px; font-family: 'Merriweather', serif; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; margin: 25px 0; }
.gallery-item { border: 1px solid #D6D2C9; border-radius: 6px; padding: 20px; text-align: center; background: #F2F0EB; min-height: 200px; display: flex; align-items: center; justify-content: center; color: #6B6560; }
.site-footer { background: #1a3a5c; color: rgba(255,255,255,0.8); padding: 30px 0; margin-top: 40px; }
.site-footer .container { display: flex; flex-direction: column; align-items: center; gap: 15px; text-align: center; }
.footer-info p { margin-bottom: 4px; }
.footer-info a { color: #C8A45A; text-decoration: none; }
.footer-info a:hover { color: #fff; }
.footer-nav { display: flex; gap: 15px; flex-wrap: wrap; justify-content: center; }
.footer-nav a { color: rgba(255,255,255,0.8); text-decoration: none; font-size: 0.9em; }
.footer-nav a:hover { color: #fff; }
.service-area-block { background: #122840; padding: 20px 0; }
.service-area-heading {
    color: #6B6560; font-size: 0.8em; font-weight: 600;
    text-align: center; margin-bottom: 8px;
}
.service-area-list {
    color: #6B6560; font-size: 0.7em; line-height: 1.8;
    text-align: center; max-width: 900px; margin: 0 auto;
}
@media (max-width: 768px) {
    .site-header .container { justify-content: center; text-align: center; }
    .header-phone { margin-left: 0; }
    .hero h1 { font-size: 1.8em; }
    .prev-next { flex-direction: column; text-align: center; }
    .hub-grid { grid-template-columns: 1fr; }
    .hub-stats { flex-direction: column; align-items: center; }
}

/* === Contact Form Styles === */
.contact-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.contact-form-section {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.contact-form-section h2 {
  color: #1a3a5c;
  margin-bottom: 0.5rem;
  font-family: 'Merriweather', serif;
}
.contact-info-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact-card {
  background: #F2F0EB;
  padding: 1.5rem;
  border-radius: 8px;
  border-left: 4px solid #1a3a5c;
}
.contact-card h2 {
  color: #1a3a5c;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-family: 'Merriweather', serif;
}
.contact-detail {
  margin-bottom: 1.25rem;
}
.contact-detail h3 {
  color: #1a3a5c;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.contact-note {
  font-size: 0.85rem;
  color: #6B6560;
  margin-top: 0.25rem;
}
.form-group {
  margin-bottom: 1.25rem;
}
.form-group label {
  display: block;
  font-weight: 600;
  color: #2C2C2C;
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
}
.form-group .required {
  color: #A63D3D;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border: 1px solid #D6D2C9;
  border-radius: 6px;
  font-size: 1rem;
  font-family: inherit;
  background: #fff;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #1a3a5c;
  box-shadow: 0 0 0 3px rgba(26,58,92,0.1);
}
.form-submit {
  width: 100%;
  padding: 0.85rem;
  font-size: 1.1rem;
  cursor: pointer;
  border: none;
}
.expect-list {
  padding-left: 1.25rem;
  margin: 0;
}
.expect-list li {
  margin-bottom: 0.75rem;
  line-height: 1.5;
  color: #2C2C2C;
}
.phone-link {
  color: #1a3a5c;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
}
.phone-link:hover {
  color: #C8A45A;
}
@media (max-width: 768px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }
}