/* Home sections - Canada.ca inspired */
.gc-most-requested{background:#f7f7f7;padding:50px 0;border-bottom:1px solid var(--gc-border)}
.gc-most-header h2,.gc-services h2,.gc-features h2,.gc-news h2,.gc-your-government h2{font-size:34px;margin-bottom:28px;color:#222}
.gc-most-grid{display:grid;grid-template-columns:1fr 1fr;gap:46px}.gc-most-column{display:flex;flex-direction:column}.gc-most-column a{border-bottom:1px solid var(--gc-border);padding:12px 0;font-size:16.5px;font-weight:700;color:var(--gc-link)}
.gc-services{padding:58px 0;background:#fff}.gc-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px 40px}.gc-services article{border-top:4px solid var(--gc-blue);padding-top:14px}.gc-services h3{margin-bottom:8px}.gc-services h3 a{font-size:20px;font-weight:700;color:var(--gc-link)}.gc-services p{color:var(--gc-muted);font-size:15px;line-height:1.55}
.gc-features{padding:58px 0;background:#f7f7f7;border-top:1px solid var(--gc-border);border-bottom:1px solid var(--gc-border)}.gc-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.gc-feature-card{background:#fff;border:1px solid var(--gc-border)}.gc-feature-card img{width:100%;height:145px;object-fit:cover}.gc-feature-card-body{padding:18px}.gc-feature-card h3{font-size:19px;line-height:1.25;margin-bottom:8px}.gc-feature-card h3 a{font-weight:700}.gc-feature-card p{font-size:14.5px;color:var(--gc-muted);line-height:1.55;margin:0}
.gc-news{padding:58px 0;background:#fff}.gc-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.gc-news-card{border-top:5px solid var(--gc-blue);padding-top:15px}.gc-news-date{display:block;color:#666;font-size:14px;margin-bottom:10px}.gc-news-card h3{margin-bottom:10px}.gc-news-card h3 a{font-size:20px;font-weight:700}.gc-news-card p{color:var(--gc-muted);font-size:15.5px;line-height:1.6}
.gc-your-government{padding:56px 0;background:#fff;border-top:1px solid var(--gc-border)}.gc-government-columns{display:grid;grid-template-columns:1fr 1fr;gap:50px}.gc-government-columns h3{font-size:22px;margin-bottom:14px;color:#222}.gc-government-columns ul{list-style:none;margin:0;padding:0}.gc-government-columns li{border-bottom:1px solid var(--gc-border)}.gc-government-columns a{display:block;padding:10px 0;font-weight:700;color:var(--gc-link)}
@media(max-width:1100px){.gc-features-grid{grid-template-columns:repeat(2,1fr)}.gc-services-grid,.gc-news-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.gc-most-grid,.gc-services-grid,.gc-features-grid,.gc-news-grid,.gc-government-columns{grid-template-columns:1fr}.gc-most-requested,.gc-services,.gc-features,.gc-news,.gc-your-government{padding:42px 0}}

/* Dynamic Services - CPT / ACF */
.gc-section-heading-row{margin-bottom:28px;max-width:760px}.gc-section-heading-row h2{margin-bottom:8px}.gc-section-heading-row p{color:var(--gc-muted);font-size:16px;margin:0}.gc-services-grid-dynamic{grid-template-columns:repeat(3,1fr);gap:28px}.gc-service-card{background:#fff;border:1px solid var(--gc-border);border-top:4px solid var(--gc-blue);transition:box-shadow .2s ease, transform .2s ease}.gc-service-card:hover{box-shadow:0 8px 22px rgba(0,0,0,.10);transform:translateY(-2px)}.gc-service-image{display:block;border-bottom:1px solid var(--gc-border);overflow:hidden}.gc-service-image img{width:100%;height:170px;object-fit:cover;transition:transform .25s ease}.gc-service-card:hover .gc-service-image img{transform:scale(1.03)}.gc-service-body{padding:20px}.gc-service-icon{width:34px;height:34px;object-fit:contain;margin-bottom:12px}.gc-service-card h3{margin:0 0 10px}.gc-service-card h3 a{font-size:20px;line-height:1.25;font-weight:700;color:var(--gc-link)}.gc-service-card p{font-size:15px;line-height:1.55;color:var(--gc-muted);margin:0}.gc-service-card-text-only{padding-top:0}
@media(max-width:1100px){.gc-services-grid-dynamic{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.gc-services-grid-dynamic{grid-template-columns:1fr}.gc-service-image img{height:190px}}

/* Dynamic news cards */
.gc-news-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}
.gc-news-heading h2{margin-bottom:0}
.gc-news-all{font-weight:700;text-decoration:underline;text-underline-offset:3px}
.gc-news-card{border:1px solid #d6d6d6;border-top:5px solid var(--gc-blue);background:#fff;overflow:hidden}
.gc-news-image{display:block;aspect-ratio:16/9;overflow:hidden;background:#ececec}
.gc-news-image img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}
.gc-news-card:hover .gc-news-image img{transform:scale(1.025)}
.gc-news-body{padding:18px 20px 22px}
.gc-news-card h3 a{line-height:1.3;text-decoration:underline;text-underline-offset:3px}
.gc-empty-state{padding:24px;border-left:4px solid var(--gc-blue);background:#f5f5f5}

@media(max-width:760px){.gc-news-heading{align-items:flex-start;flex-direction:column;gap:8px}}
