
:root {
  --primary: #6AA84F;
  --primary-dark: #528a3a;
  --header: #333333;
  --body: #F6F4F0;
  --accent: #3898CD;
  --text: #333333;
  --muted: #6b6b6b;
  --border: #ddd7cf;
  --white: #ffffff;
  --card: #fffdf9;
  --shadow: 0 10px 32px rgba(0,0,0,0.08);
  --radius: 16px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; background: var(--body); color: var(--text); line-height: 1.7; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }
.topbar { background: var(--primary); color: var(--white); font-size: .95rem; font-weight: 600; }
.topbar-inner { max-width: 1180px; margin: 0 auto; padding: 10px 20px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.topbar a { color: var(--white); }
.topbar-pill { background: rgba(255,255,255,.14); padding: 6px 12px; border-radius: 999px; }
header { background: var(--header); position: sticky; top: 0; z-index: 10; box-shadow: 0 2px 10px rgba(0,0,0,.18); }
.header-inner { max-width: 1180px; margin: 0 auto; padding: 0 20px; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.logo { display: flex; flex-direction: column; text-decoration: none; }
.logo-name { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: #fff; line-height: 1.2; }
.logo-tagline { color: var(--primary); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.header-right { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; justify-content: flex-end; }
.phone-col { display: flex; flex-direction: column; align-items: flex-end; }
.phone-label { color: #bfbfbf; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.phone-link { color: #fff; font-weight: 700; font-size: 1.2rem; text-decoration: none; }
.header-cta { background: var(--primary); color: #fff; padding: 10px 18px; border-radius: 8px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.header-cta:hover { background: var(--primary-dark); text-decoration: none; }
.hero { background: linear-gradient(135deg, #333 0%, #444 55%, #2b2b2b 100%); color: #fff; padding: 70px 20px 56px; }
.hero-inner { max-width: 980px; margin: 0 auto; }
.hero-badge { display: inline-block; background: var(--primary); padding: 7px 14px; border-radius: 999px; font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: 1.15; margin: 18px 0 12px; }
.hero p { color: #e2e2e2; max-width: 760px; font-size: 1.08rem; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin: 36px 0 0; }
.post-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.thumb { aspect-ratio: 16/9; background: linear-gradient(135deg, rgba(106,168,79,.95), rgba(56,152,205,.92)); padding: 22px; color: white; display: flex; flex-direction: column; justify-content: flex-end; gap: 8px; }
.thumb small { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; opacity: .92; }
.thumb strong { font-family: 'Playfair Display', serif; font-size: 1.55rem; line-height: 1.1; }
.card-body { padding: 22px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.card-body h2, .card-body h3 { margin: 0; font-size: 1.25rem; line-height: 1.3; }
.meta { color: var(--muted); font-size: .92rem; }
.read-more { margin-top: auto; font-weight: 700; color: var(--accent); }
.section { padding: 64px 0; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(1.9rem, 3vw, 2.8rem); margin: 0 0 12px; color: var(--header); }
.section-desc { max-width: 760px; color: var(--muted); font-size: 1.02rem; }
.cta-strip { margin: 34px 0 0; background: #fff; border: 1px solid var(--border); border-left: 5px solid var(--primary); border-radius: 14px; padding: 22px; box-shadow: var(--shadow); display: flex; justify-content: space-between; gap: 20px; align-items: center; flex-wrap: wrap; }
.cta-button { background: var(--primary); color: #fff; font-weight: 700; padding: 12px 18px; border-radius: 9px; text-decoration: none; }
.article-wrap { padding: 40px 0 70px; }
.breadcrumbs { font-size: .95rem; color: var(--muted); margin-bottom: 18px; }
.article-card { background: #fffdfb; border: 1px solid var(--border); border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; }
.article-head { padding: 26px 28px 8px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 14px; color: var(--muted); font-size: .92rem; margin: 10px 0 0; }
.article-content { padding: 8px 28px 30px; font-size: 1.04rem; }
.article-content h2 { margin-top: 28px; margin-bottom: 10px; font-size: 1.7rem; line-height: 1.2; color: var(--header); }
.article-content h3 { margin-top: 22px; margin-bottom: 8px; font-size: 1.18rem; color: var(--header); }
.article-content p { margin: 0 0 16px; }
.inline-cta { background: rgba(106,168,79,.1); border: 1px solid rgba(106,168,79,.35); border-radius: 14px; padding: 18px; margin: 24px 0; }
.final-cta { margin-top: 28px; padding: 24px; background: linear-gradient(135deg, #fff, #eef7ea); border: 1px solid var(--border); border-radius: 16px; }
.final-cta a { font-weight: 700; }
footer { background: var(--header); color: #e7e7e7; padding: 50px 20px 28px; }
.footer-inner { max-width: 1180px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 28px; }
.footer-col h4 { color: #fff; margin-top: 0; margin-bottom: 12px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin: 0 0 8px; color: #d8d8d8; }
.footer-col a { color: #fff; }
.footer-divider { border: 0; border-top: 1px solid rgba(255,255,255,.14); margin: 26px 0 18px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: .92rem; color: #c8c8c8; }
.green { color: var(--primary); font-weight: 700; }
@media (max-width: 900px) {
  .blog-grid, .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .header-inner { padding-top: 12px; padding-bottom: 12px; }
  .header-right, .phone-col { align-items: flex-start; }
  .hero { padding-top: 56px; }
  .article-head, .article-content { padding-left: 18px; padding-right: 18px; }
}
