/* ============================================================
   Generic Element Fallbacks (matches generated page HTML)
   ============================================================ */

header {
  background: #ffffff;
  border-bottom: 2px solid #1a3c6e;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1.25rem;
  max-width: 1200px;
  margin: 0 auto;
}

header .logo a {
  font-size: 1.3rem;
  font-weight: 800;
  color: #1a3c6e;
  text-decoration: none;
  line-height: 1.2;
}

header .logo a:hover { color: #1a3c6e; text-decoration: none; }

header nav {
  display: flex;
  align-items: center;
  gap: 0;
}

header nav a {
  display: inline-block;
  padding: 0.5rem 0.9rem;
  color: #334155;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
  transition: color 0.2s, background 0.2s;
}

header nav a:hover {
  color: #1a3c6e;
  background: #eff6ff;
  text-decoration: none;
}

main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1.25rem 4rem;
}

.breadcrumb {
  font-size: 0.85rem;
  color: #64748b;
  margin-bottom: 1.5rem;
}

.breadcrumb a { color: #1a3c6e; }
.breadcrumb a:hover { color: #f97316; }

.content-page h1 {
  font-size: 2.25rem;
  color: #0f172a;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #1a3c6e;
}

.content-page h2 {
  font-size: 1.5rem;
  color: #1a3c6e;
  margin-top: 2.5rem;
  margin-bottom: 0.9rem;
}

.content-page h3 {
  font-size: 1.2rem;
  color: #0f172a;
  margin-top: 1.75rem;
  margin-bottom: 0.7rem;
}

.content-page p { line-height: 1.75; margin-bottom: 1rem; color: #334155; }
.content-page ul, .content-page ol { margin-bottom: 1.25rem; padding-left: 1.75rem; }
.content-page li { margin-bottom: 0.5rem; line-height: 1.65; color: #334155; }

.content-page .page-hero-image {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 2rem;
  display: block;
}

footer {
  background: #0f172a;
  color: #94a3b8;
  padding: 2.5rem 0 1.5rem;
  margin-top: 4rem;
}

footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
  text-align: center;
}

footer p { margin-bottom: 0.75rem; font-size: 0.875rem; }
footer a { color: #93c5fd; text-decoration: none; }
footer a:hover { color: #f97316; }
footer strong { color: #ffffff; }

/* ============================================================
   Coventry Enterprises LLC Loans — Main Stylesheet
   ============================================================ */

/* Reset & Base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1e293b;
  background: #f8fafc;
  line-height: 1.6;
}

a { color: #1a3c6e; text-decoration: none; }
a:hover { color: #f97316; text-decoration: underline; }

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.25;
  color: #0f172a;
}

h1 { font-size: 2.25rem; }
h2 { font-size: 1.875rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1.125rem; }
h6 { font-size: 1rem; }

p { margin-bottom: 1rem; }

ul, ol { padding-left: 1.5rem; margin-bottom: 1rem; }
li { margin-bottom: 0.35rem; }

/* ============================================================
   Layout
   ============================================================ */

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.container-wide {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.section { padding: 4rem 0; }
.section-sm { padding: 2.5rem 0; }
.section-lg { padding: 6rem 0; }

/* ============================================================
   Header & Navigation
   ============================================================ */

.site-header {
  background: #ffffff;
  border-bottom: 2px solid #1a3c6e;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1.25rem;
  max-width: 1200px;
  margin: 0 auto;
}

.site-logo {
  font-size: 1.3rem;
  font-weight: 800;
  color: #1a3c6e;
  text-decoration: none;
  line-height: 1.2;
  max-width: 280px;
}

.site-logo span { color: #f97316; }
.site-logo:hover { color: #1a3c6e; text-decoration: none; }

.main-nav { display: flex; align-items: center; gap: 0; }

.main-nav a {
  display: inline-block;
  padding: 0.5rem 0.9rem;
  color: #334155;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
  transition: color 0.2s, background 0.2s;
}

.main-nav a:hover,
.main-nav a.active {
  color: #1a3c6e;
  background: #eff6ff;
  text-decoration: none;
}

.nav-cta {
  background: #f97316 !important;
  color: #ffffff !important;
  border-radius: 6px !important;
  margin-left: 0.5rem;
  padding: 0.5rem 1rem !important;
}

.nav-cta:hover { background: #ea6c0a !important; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #1a3c6e;
  border-radius: 2px;
  transition: all 0.3s;
}

/* ============================================================
   Hero Section
   ============================================================ */

.hero {
  background: linear-gradient(135deg, #1a3c6e 0%, #2d5f9e 60%, #1e4d8c 100%);
  color: #ffffff;
  padding: 5rem 0 4rem;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
  position: relative;
}

.hero h1 {
  font-size: 2.75rem;
  color: #ffffff;
  max-width: 700px;
  margin-bottom: 1.25rem;
  line-height: 1.15;
}

.hero-sub {
  font-size: 1.15rem;
  color: #bfdbfe;
  max-width: 600px;
  margin-bottom: 2rem;
  line-height: 1.65;
}

.hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }

.trust-bar {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.2);
}

.trust-bar-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #bfdbfe;
}

.trust-bar-item::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  font-size: 0.75rem;
  color: #ffffff;
  flex-shrink: 0;
}

/* ============================================================
   Buttons
   ============================================================ */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
  border: 2px solid transparent;
  white-space: nowrap;
}

.btn-primary {
  background: #f97316;
  color: #ffffff;
  border-color: #f97316;
}

.btn-primary:hover {
  background: #ea6c0a;
  border-color: #ea6c0a;
  color: #ffffff;
  text-decoration: none;
}

.btn-outline {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255,255,255,0.6);
}

.btn-outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: #ffffff;
  color: #ffffff;
  text-decoration: none;
}

.btn-outline-dark {
  background: transparent;
  color: #1a3c6e;
  border-color: #1a3c6e;
}

.btn-outline-dark:hover {
  background: #1a3c6e;
  color: #ffffff;
  text-decoration: none;
}

.btn-lg { padding: 0.9rem 2rem; font-size: 1rem; }
.btn-sm { padding: 0.5rem 1rem; font-size: 0.85rem; }

/* ============================================================
   Cards
   ============================================================ */

.card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 1.75rem;
  transition: box-shadow 0.2s, transform 0.2s;
}

.card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.card-icon {
  font-size: 2rem;
  margin-bottom: 0.75rem;
  display: block;
}

.card h3 { font-size: 1.15rem; margin-bottom: 0.6rem; color: #1a3c6e; }
.card p { font-size: 0.9rem; color: #475569; margin-bottom: 1rem; }

.card-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #f97316;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.card-link:hover { color: #ea6c0a; text-decoration: none; }
.card-link::after { content: " →"; }

/* Grid layouts */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }

/* ============================================================
   Section Headings
   ============================================================ */

.section-heading {
  text-align: center;
  margin-bottom: 3rem;
}

.section-heading h2 { margin-bottom: 0.75rem; color: #0f172a; }
.section-heading p { color: #64748b; font-size: 1.05rem; max-width: 600px; margin: 0 auto; }

.section-label {
  display: inline-block;
  background: #eff6ff;
  color: #1a3c6e;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 0.75rem;
  border-radius: 4px;
  margin-bottom: 0.75rem;
}

/* ============================================================
   Feature Section (Why Coventry)
   ============================================================ */

.features-section { background: #ffffff; }

.feature-card {
  padding: 2rem;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  transition: box-shadow 0.2s;
}

.feature-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.08); }

.feature-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #1a3c6e, #2d5f9e);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

/* ============================================================
   CTA Banner
   ============================================================ */

.cta-banner {
  background: linear-gradient(135deg, #1a3c6e, #2d5f9e);
  color: #ffffff;
  padding: 4rem 0;
  text-align: center;
}

.cta-banner h2 { color: #ffffff; margin-bottom: 0.75rem; }
.cta-banner p { color: #bfdbfe; font-size: 1.1rem; max-width: 600px; margin: 0 auto 2rem; }

/* ============================================================
   Blog Cards
   ============================================================ */

.blog-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}

.blog-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.blog-card-body { padding: 1.5rem; }

.blog-tag {
  display: inline-block;
  background: #eff6ff;
  color: #1a3c6e;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  margin-bottom: 0.75rem;
}

.blog-card h3 { font-size: 1.05rem; margin-bottom: 0.6rem; line-height: 1.4; }
.blog-card h3 a { color: #0f172a; }
.blog-card h3 a:hover { color: #1a3c6e; text-decoration: none; }
.blog-card p { font-size: 0.875rem; color: #64748b; margin-bottom: 1rem; }

.blog-meta {
  font-size: 0.8rem;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* ============================================================
   FAQ Accordion
   ============================================================ */

.faq-section { background: #f8fafc; }

.faq-list { max-width: 800px; margin: 0 auto; }

.faq-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 1.25rem 1.5rem;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  color: #0f172a;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  transition: background 0.15s;
}

.faq-question:hover { background: #f8fafc; }
.faq-question.active { color: #1a3c6e; }

.faq-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: #e2e8f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: transform 0.25s, background 0.2s;
  line-height: 1;
}

.faq-question.active .faq-icon {
  transform: rotate(45deg);
  background: #f97316;
  color: #ffffff;
}

.faq-answer {
  display: none;
  padding: 0 1.5rem 1.25rem;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.7;
}

.faq-answer.open { display: block; }

/* ============================================================
   Footer
   ============================================================ */

.site-footer {
  background: #0f172a;
  color: #94a3b8;
  padding: 4rem 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem 3rem;
}

.footer-logo {
  font-size: 1.1rem;
  font-weight: 800;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 0.75rem;
  text-decoration: none;
}

.footer-logo span { color: #f97316; }
.footer-tagline { font-size: 0.875rem; color: #64748b; margin-bottom: 0; }

.footer-col h4 {
  color: #e2e8f0;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1.1rem;
}

.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 0.5rem; }
.footer-col ul li a { color: #94a3b8; font-size: 0.875rem; text-decoration: none; transition: color 0.2s; }
.footer-col ul li a:hover { color: #f97316; text-decoration: none; }

.footer-bottom {
  border-top: 1px solid #1e293b;
  padding: 1.25rem;
  text-align: center;
  font-size: 0.8rem;
  color: #475569;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-bottom-bar {
  background: #0a0f1a;
  padding: 1rem 0;
}

/* ============================================================
   Breadcrumbs
   ============================================================ */

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
  list-style: none;
  padding: 0.75rem 0;
  margin: 0 0 1.5rem;
  font-size: 0.85rem;
}

.breadcrumb li { display: flex; align-items: center; gap: 0.35rem; }
.breadcrumb li a { color: #1a3c6e; }
.breadcrumb li a:hover { color: #f97316; }
.breadcrumb li + li::before { content: "/"; color: #94a3b8; }
.breadcrumb li:last-child { color: #64748b; }

/* ============================================================
   Page Header
   ============================================================ */

.page-header {
  background: linear-gradient(135deg, #1a3c6e 0%, #2d5f9e 100%);
  color: #ffffff;
  padding: 3.5rem 0 3rem;
}

.page-header h1 { color: #ffffff; margin-bottom: 0.75rem; }
.page-header .breadcrumb li a { color: #93c5fd; }
.page-header .breadcrumb li { color: #bfdbfe; }
.page-header .breadcrumb li + li::before { color: #7dd3fc; }

/* ============================================================
   Tables
   ============================================================ */

.table-wrap { overflow-x: auto; }

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

th, td {
  padding: 0.8rem 1rem;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
}

th {
  background: #f1f5f9;
  font-weight: 700;
  color: #0f172a;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

tbody tr:hover { background: #f8fafc; }
tbody tr:last-child td { border-bottom: none; }

/* ============================================================
   Forms
   ============================================================ */

.form-group { margin-bottom: 1.25rem; }

label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 0.4rem;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
  width: 100%;
  padding: 0.7rem 1rem;
  font-size: 0.95rem;
  font-family: inherit;
  border: 1.5px solid #cbd5e1;
  border-radius: 6px;
  color: #1e293b;
  background: #ffffff;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}

input:focus, select:focus, textarea:focus {
  border-color: #1a3c6e;
  box-shadow: 0 0 0 3px rgba(26,60,110,0.12);
}

textarea { min-height: 140px; resize: vertical; }

.form-note { font-size: 0.8rem; color: #64748b; margin-top: 0.35rem; }

/* ============================================================
   Alert / Callout Boxes
   ============================================================ */

.callout {
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0;
  border-left: 4px solid;
  display: flex;
  gap: 0.75rem;
}

.callout-icon { font-size: 1.25rem; flex-shrink: 0; }
.callout-body { flex: 1; }
.callout-body p:last-child { margin-bottom: 0; }

.callout-info { background: #eff6ff; border-color: #1a3c6e; }
.callout-info .callout-icon::before { content: "ℹ"; color: #1a3c6e; }

.callout-warning { background: #fff7ed; border-color: #f97316; }
.callout-warning .callout-icon::before { content: "⚠"; color: #f97316; }

.callout-tip { background: #f0fdf4; border-color: #16a34a; }
.callout-tip .callout-icon::before { content: "💡"; }

/* ============================================================
   Article Layout
   ============================================================ */

.article-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 3rem;
  align-items: start;
}

.article-body { max-width: 720px; }
.article-sidebar { position: sticky; top: 90px; }

.article-body h2 { font-size: 1.6rem; margin-top: 2.5rem; margin-bottom: 0.9rem; }
.article-body h3 { font-size: 1.3rem; margin-top: 2rem; margin-bottom: 0.75rem; }

.sidebar-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.sidebar-box h4 { font-size: 1rem; margin-bottom: 1rem; color: #1a3c6e; padding-bottom: 0.6rem; border-bottom: 2px solid #eff6ff; }

/* ============================================================
   Trust Badges
   ============================================================ */

.trust-section { background: #ffffff; padding: 2.5rem 0; border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; }

.trust-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #475569;
  font-size: 0.875rem;
  font-weight: 500;
}

.trust-badge-icon {
  font-size: 1.5rem;
  opacity: 0.7;
}

/* ============================================================
   Utility Classes
   ============================================================ */

.text-center { text-align: center; }
.text-muted { color: #64748b; }
.text-sm { font-size: 0.875rem; }
.text-lg { font-size: 1.125rem; }

.bg-white { background: #ffffff; }
.bg-light { background: #f8fafc; }
.bg-navy { background: #1a3c6e; color: #ffffff; }

.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }

.hidden { display: none !important; }

/* ============================================================
   Hub Page Grid
   ============================================================ */

.hub-intro {
  max-width: 760px;
  font-size: 1.05rem;
  color: #475569;
  line-height: 1.75;
  margin-bottom: 3rem;
}

/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 1024px) {
  h1 { font-size: 1.9rem; }
  h2 { font-size: 1.6rem; }
  .hero h1 { font-size: 2.25rem; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .article-layout { grid-template-columns: 1fr; }
  .article-sidebar { position: static; }
}

@media (max-width: 768px) {
  h1 { font-size: 1.65rem; }
  h2 { font-size: 1.4rem; }
  .hero { padding: 3rem 0 2.5rem; }
  .hero h1 { font-size: 1.8rem; }
  .hero-sub { font-size: 1rem; }
  .hero-buttons { flex-direction: column; }
  .hero-buttons .btn { width: 100%; justify-content: center; }
  .trust-bar { gap: 1rem; }
  .main-nav { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: #ffffff; border-top: 1px solid #e2e8f0; padding: 1rem; box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 0.65rem 1rem; border-radius: 6px; }
  .hamburger { display: flex; }
  .header-inner { position: relative; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .section { padding: 2.5rem 0; }
  .section-lg { padding: 3.5rem 0; }
  .article-layout { grid-template-columns: 1fr; }
  .trust-badges { gap: 1.5rem; }
}

@media (max-width: 480px) {
  .grid-4 { grid-template-columns: 1fr; }
}
