/* =============================================
   LifeCoachesNearMe.com — Main Stylesheet
   Clean & Professional
   ============================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Georgia', serif;
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  background: #fff;
}

a {
  color: #2a6496;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* ---- HEADER ---- */
header {
  background: #1a3a5c;
  padding: 0 40px;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.header-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

.logo {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.logo span {
  color: #7ec8e3;
}

nav a {
  color: #cde;
  margin-left: 28px;
  font-size: 15px;
  font-family: Arial, sans-serif;
  transition: color 0.2s;
}

nav a:hover {
  color: #fff;
  text-decoration: none;
}

/* ---- HERO ---- */
.hero {
  background: linear-gradient(135deg, #1a3a5c 0%, #2a6496 100%);
  color: #fff;
  padding: 80px 40px;
  text-align: center;
}

.hero h1 {
  font-size: 42px;
  margin-bottom: 18px;
  line-height: 1.2;
}

.hero p {
  font-size: 20px;
  max-width: 650px;
  margin: 0 auto 32px;
  opacity: 0.9;
}

.hero-search {
  display: flex;
  justify-content: center;
  gap: 0;
  max-width: 520px;
  margin: 0 auto;
}

.hero-search input {
  flex: 1;
  padding: 14px 20px;
  font-size: 16px;
  border: none;
  border-radius: 4px 0 0 4px;
  outline: none;
}

.hero-search button {
  padding: 14px 28px;
  background: #e8732a;
  color: #fff;
  border: none;
  border-radius: 0 4px 4px 0;
  font-size: 16px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  transition: background 0.2s;
}

.hero-search button:hover {
  background: #c95e1a;
}

/* ---- MAIN CONTENT ---- */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ---- SECTION TITLES ---- */
.section-title {
  text-align: center;
  margin: 60px 0 36px;
}

.section-title h2 {
  font-size: 30px;
  color: #1a3a5c;
  margin-bottom: 10px;
}

.section-title p {
  color: #666;
  font-size: 17px;
}

/* ---- FEATURE BOXES ---- */
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 60px;
}

.feature-box {
  background: #f7fafd;
  border: 1px solid #dde8f0;
  border-radius: 6px;
  padding: 30px 24px;
  text-align: center;
}

.feature-box .icon {
  font-size: 36px;
  margin-bottom: 14px;
}

.feature-box h3 {
  font-size: 19px;
  color: #1a3a5c;
  margin-bottom: 10px;
}

.feature-box p {
  font-size: 15px;
  color: #555;
}

/* ---- ARTICLE / BLOG CONTENT ---- */
.article-content {
  max-width: 780px;
  margin: 50px auto;
  padding: 0 40px;
}

.article-content h1 {
  font-size: 36px;
  color: #1a3a5c;
  margin-bottom: 10px;
  line-height: 1.25;
}

.article-content .meta {
  color: #888;
  font-size: 14px;
  font-family: Arial, sans-serif;
  margin-bottom: 28px;
  border-bottom: 1px solid #eee;
  padding-bottom: 14px;
}

.article-content h2 {
  font-size: 24px;
  color: #1a3a5c;
  margin: 36px 0 12px;
}

.article-content p {
  margin-bottom: 18px;
}

.article-content ul {
  margin: 0 0 18px 24px;
}

.article-content ul li {
  margin-bottom: 8px;
}

/* ---- BLOG GRID ---- */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 60px;
}

.blog-card {
  border: 1px solid #dde8f0;
  border-radius: 6px;
  overflow: hidden;
}

.blog-card-body {
  padding: 22px;
}

.blog-card h3 {
  font-size: 18px;
  color: #1a3a5c;
  margin-bottom: 10px;
  line-height: 1.3;
}

.blog-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 14px;
}

.blog-card a.read-more {
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #e8732a;
  font-weight: bold;
}

/* ---- CTA BANNER ---- */
.cta-banner {
  background: #f0f6fb;
  border: 1px solid #cde0ef;
  border-radius: 6px;
  padding: 40px;
  text-align: center;
  margin: 20px 0 60px;
}

.cta-banner h2 {
  font-size: 26px;
  color: #1a3a5c;
  margin-bottom: 12px;
}

.cta-banner p {
  color: #555;
  margin-bottom: 22px;
}

.btn {
  display: inline-block;
  padding: 13px 32px;
  background: #e8732a;
  color: #fff;
  border-radius: 4px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  transition: background 0.2s;
}

.btn:hover {
  background: #c95e1a;
  text-decoration: none;
}

.btn-blue {
  background: #2a6496;
}

.btn-blue:hover {
  background: #1a3a5c;
}

/* ---- CONTACT FORM ---- */
.contact-form {
  max-width: 600px;
  margin: 50px auto 70px;
  padding: 0 40px;
}

.contact-form h1 {
  font-size: 32px;
  color: #1a3a5c;
  margin-bottom: 8px;
}

.contact-form p.intro {
  color: #555;
  margin-bottom: 28px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #444;
  margin-bottom: 6px;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  font-family: Georgia, serif;
  color: #333;
  outline: none;
  transition: border-color 0.2s;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: #2a6496;
}

.form-group textarea {
  height: 130px;
  resize: vertical;
}

/* ---- FOOTER ---- */
footer {
  background: #1a3a5c;
  color: #aac4d8;
  padding: 40px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-col h4 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 14px;
}

.footer-col a {
  display: block;
  color: #aac4d8;
  margin-bottom: 8px;
  font-size: 14px;
}

.footer-col a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-bottom {
  max-width: 1100px;
  margin: 28px auto 0;
  padding-top: 20px;
  border-top: 1px solid #2a5070;
  text-align: center;
  color: #6a94b0;
  font-size: 13px;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  .hero h1 { font-size: 28px; }
  .features { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .hero-search { flex-direction: column; }
  .hero-search input { border-radius: 4px; }
  .hero-search button { border-radius: 4px; }
  nav { display: none; }
}
