/* LensaKita — Blog Fotografi & Videografi */
:root {
  --primary: #1a1a2e;
  --accent: #e2b04a;
  --accent-light: #f0c96a;
  --accent-dark: #c49030;
  --surface: #16213e;
  --surface2: #0f3460;
  --text: #e8e8f0;
  --text-muted: #9090b0;
  --border: #2a2a4e;
  --white: #ffffff;
  --font: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); background: var(--primary); color: var(--text); line-height: 1.7; font-size: 16px; }
a { color: var(--accent); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--accent-light); }

/* DEMO BAR */
.demo-bar { background: var(--accent); color: #1a1a2e; text-align: center; padding: 0.45rem 1rem; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.03em; }
.demo-bar a { color: #1a1a2e; text-decoration: underline; font-weight: 700; }

/* NAV */
.site-header { background: rgba(26,26,46,0.97); border-bottom: 1px solid var(--border); backdrop-filter: blur(8px); position: sticky; top: 0; z-index: 900; }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; display: flex; align-items: center; justify-content: space-between; height: 64px; position: relative; }
.logo { display: flex; align-items: center; gap: 0.6rem; font-size: 1.4rem; font-weight: 800; color: var(--white); letter-spacing: -0.02em; }
.logo span { color: var(--accent); }
.logo-icon { width: 36px; height: 36px; background: var(--accent); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.menu-toggle { display: none; }
.menu-label { display: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 4px; z-index: 10; }
.menu-label span { display: block; width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: 0.3s; }
.nav-links { display: flex; align-items: center; gap: 2rem; list-style: none; }
.nav-links a { color: var(--text-muted); font-size: 0.9rem; font-weight: 600; }
.nav-links a:hover, .nav-links a.active { color: var(--accent); }
.nav-cta { background: var(--accent); color: var(--primary) !important; padding: 0.4rem 1rem; border-radius: 6px; }
.nav-cta:hover { background: var(--accent-light); color: var(--primary) !important; }

/* HERO */
.hero { position: relative; min-height: 88vh; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(135deg, #0f3460 0%, #1a1a2e 55%, #16213e 100%); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(226,176,74,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(226,176,74,0.05) 1px, transparent 1px); background-size: 60px 60px; }
.hero-shapes { position: absolute; inset: 0; overflow: hidden; }
.hero-circle { position: absolute; border-radius: 50%; border: 1px solid rgba(226,176,74,0.12); }
.hero-circle:nth-child(1) { width: 400px; height: 400px; top: -100px; right: -100px; }
.hero-circle:nth-child(2) { width: 650px; height: 650px; top: -200px; right: -200px; border-color: rgba(226,176,74,0.06); }
.hero-circle:nth-child(3) { width: 200px; height: 200px; bottom: 80px; left: -50px; }
.hero-content { position: relative; z-index: 3; max-width: 1200px; margin: 0 auto; padding: 6rem 1.5rem 4rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; width: 100%; }
.hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(226,176,74,0.15); border: 1px solid rgba(226,176,74,0.3); color: var(--accent); padding: 0.35rem 0.9rem; border-radius: 50px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 1.5rem; }
.hero-title { font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 900; line-height: 1.15; letter-spacing: -0.03em; color: var(--white); margin-bottom: 1.2rem; }
.hero-title em { font-style: normal; color: var(--accent); display: block; }
.hero-desc { color: var(--text-muted); font-size: 1.05rem; margin-bottom: 2rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary { background: var(--accent); color: var(--primary); padding: 0.8rem 1.8rem; border-radius: 8px; font-weight: 700; font-size: 0.95rem; display: inline-flex; align-items: center; gap: 0.5rem; transition: background 0.2s, transform 0.2s; }
.btn-primary:hover { background: var(--accent-light); color: var(--primary); transform: translateY(-2px); }
.btn-outline { border: 1px solid rgba(226,176,74,0.4); color: var(--accent); padding: 0.8rem 1.8rem; border-radius: 8px; font-weight: 700; font-size: 0.95rem; transition: 0.2s; }
.btn-outline:hover { border-color: var(--accent); background: rgba(226,176,74,0.08); color: var(--accent); }

/* HERO VISUAL */
.hero-visual { display: flex; flex-direction: column; gap: 1rem; }
.hero-photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
.photo-card { border-radius: 12px; overflow: hidden; position: relative; background: var(--surface); border: 1px solid var(--border); aspect-ratio: 4/3; }
.photo-card.wide { grid-column: 1 / -1; aspect-ratio: 16/9; }
.photo-label { position: absolute; bottom: 0; left: 0; right: 0; padding: 0.6rem 0.8rem; background: linear-gradient(transparent, rgba(0,0,0,0.75)); color: var(--white); font-size: 0.72rem; font-weight: 600; }

/* LAYOUT */
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.section { padding: 5rem 0; }
.section-header { text-align: center; margin-bottom: 3rem; }
.section-label { display: inline-block; color: var(--accent); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.8rem; }
.section-title { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; color: var(--white); letter-spacing: -0.02em; }

/* FEATURED POSTS */
.featured-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 1.5rem; }
.post-card { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; transition: transform 0.25s, box-shadow 0.25s; display: flex; flex-direction: column; }
.post-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.4); }
.post-card.featured { grid-row: 1 / 3; }
.post-thumb { background: var(--surface2); position: relative; overflow: hidden; }
.post-card .post-thumb { height: 180px; }
.post-card.featured .post-thumb { height: 300px; }
.post-thumb svg { width: 100%; height: 100%; }
.post-cat { display: inline-block; padding: 0.25rem 0.7rem; border-radius: 4px; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 0.6rem; }
.cat-tutorial { background: rgba(226,176,74,0.2); color: var(--accent); }
.cat-review { background: rgba(100,150,255,0.2); color: #8ab4f8; }
.cat-tips { background: rgba(100,220,150,0.2); color: #6ddc96; }
.cat-inspirasi { background: rgba(220,100,180,0.2); color: #e080cc; }
.cat-video { background: rgba(255,120,80,0.2); color: #ff8c5a; }
.post-body { padding: 1.2rem; flex: 1; display: flex; flex-direction: column; }
.post-card.featured .post-body { padding: 1.5rem; }
.post-title { font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 0.5rem; line-height: 1.4; }
.post-card.featured .post-title { font-size: 1.3rem; }
.post-excerpt { color: var(--text-muted); font-size: 0.87rem; flex: 1; margin-bottom: 1rem; }
.post-meta { display: flex; align-items: center; gap: 0.8rem; font-size: 0.75rem; color: var(--text-muted); border-top: 1px solid var(--border); padding-top: 0.8rem; margin-top: auto; }

/* ARTICLES GRID */
.articles-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; }
.article-card { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; transition: transform 0.25s, box-shadow 0.25s; }
.article-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.4); }
.article-thumb { height: 200px; background: var(--surface2); position: relative; overflow: hidden; }
.article-thumb svg { width: 100%; height: 100%; }
.article-body { padding: 1.2rem; }
.article-title { font-size: 1rem; font-weight: 700; color: var(--white); margin: 0.5rem 0; line-height: 1.4; }
.article-excerpt { color: var(--text-muted); font-size: 0.85rem; margin-bottom: 1rem; }
.article-meta { display: flex; align-items: center; gap: 0.6rem; font-size: 0.75rem; color: var(--text-muted); flex-wrap: wrap; }
.read-more { color: var(--accent); font-size: 0.85rem; font-weight: 600; display: inline-flex; align-items: center; gap: 0.3rem; margin-top: 0.5rem; }
.read-more:hover { color: var(--accent-light); }

/* FILTER */
.filter-bar { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 2rem; }
.filter-btn { padding: 0.4rem 1rem; border-radius: 50px; border: 1px solid var(--border); background: transparent; color: var(--text-muted); font-size: 0.82rem; font-weight: 600; cursor: pointer; transition: 0.2s; font-family: var(--font); }
.filter-btn:hover, .filter-btn.active { background: var(--accent); border-color: var(--accent); color: var(--primary); }

/* DETAIL */
.detail-layout { display: grid; grid-template-columns: 1fr 320px; gap: 3rem; align-items: start; }
.article-header { margin-bottom: 2rem; }
.post-title-lg { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 900; color: var(--white); line-height: 1.2; letter-spacing: -0.02em; margin: 1rem 0; }
.article-meta-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; padding: 1rem 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin: 1.5rem 0; }
.meta-author { display: flex; align-items: center; gap: 0.6rem; }
.author-avatar-sm { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--surface2)); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.85rem; color: var(--primary); }
.meta-item { font-size: 0.82rem; color: var(--text-muted); display: flex; align-items: center; gap: 0.4rem; }
.article-hero-img { width: 100%; height: 380px; border-radius: 14px; background: var(--surface2); overflow: hidden; margin-bottom: 2rem; }
.article-hero-img svg { width: 100%; height: 100%; }
.article-content { color: var(--text); line-height: 1.85; }
.article-content h2 { font-size: 1.3rem; font-weight: 800; color: var(--white); margin: 2.5rem 0 1rem; padding-left: 1rem; border-left: 3px solid var(--accent); }
.article-content h3 { font-size: 1.1rem; font-weight: 700; color: var(--accent-light); margin: 2rem 0 0.8rem; }
.article-content p { margin-bottom: 1.2rem; color: var(--text-muted); }
.article-content blockquote { border-left: 3px solid var(--accent); padding: 1rem 1.5rem; margin: 2rem 0; background: rgba(226,176,74,0.08); border-radius: 0 8px 8px 0; color: var(--text-muted); font-style: italic; }
.article-content ul { margin: 1rem 0 1.2rem 1.5rem; }
.article-content li { margin-bottom: 0.5rem; color: var(--text-muted); }
.tags-list { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 2.5rem; }
.tag { padding: 0.25rem 0.7rem; border-radius: 4px; border: 1px solid var(--border); font-size: 0.75rem; color: var(--text-muted); transition: 0.2s; }
.tag:hover { border-color: var(--accent); color: var(--accent); }

/* SIDEBAR */
.widget { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 1.5rem; margin-bottom: 1.5rem; }
.widget-title { font-size: 0.9rem; font-weight: 700; color: var(--white); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 1.2rem; padding-bottom: 0.8rem; border-bottom: 1px solid var(--border); }
.related-post { display: flex; gap: 0.8rem; padding: 0.8rem 0; border-bottom: 1px solid var(--border); }
.related-post:last-child { border-bottom: none; padding-bottom: 0; }
.related-thumb { width: 64px; height: 64px; border-radius: 8px; background: var(--surface2); flex-shrink: 0; overflow: hidden; }
.related-thumb svg { width: 100%; height: 100%; }
.related-title { font-size: 0.82rem; font-weight: 600; color: var(--text); line-height: 1.4; margin-bottom: 0.3rem; }
.related-date { font-size: 0.72rem; color: var(--text-muted); }
.cat-list { list-style: none; }
.cat-list li { display: flex; justify-content: space-between; align-items: center; padding: 0.55rem 0; border-bottom: 1px solid var(--border); }
.cat-list li:last-child { border-bottom: none; }
.cat-list a { font-size: 0.87rem; color: var(--text-muted); transition: color 0.2s; }
.cat-list a:hover { color: var(--accent); }
.cat-count { font-size: 0.75rem; background: var(--surface2); padding: 0.15rem 0.5rem; border-radius: 4px; color: var(--text-muted); }

/* TENTANG */
.about-hero { background: linear-gradient(135deg, var(--surface) 0%, var(--primary) 100%); border: 1px solid var(--border); border-radius: 20px; padding: 3rem; display: grid; grid-template-columns: auto 1fr; gap: 3rem; align-items: center; margin-bottom: 4rem; }
.author-avatar-lg { width: 160px; height: 160px; border-radius: 50%; background: linear-gradient(135deg, var(--accent) 0%, #c49030 100%); display: flex; align-items: center; justify-content: center; flex-shrink: 0; border: 4px solid rgba(226,176,74,0.3); box-shadow: 0 0 60px rgba(226,176,74,0.2); }
.author-name { font-size: 2rem; font-weight: 900; color: var(--white); margin-bottom: 0.3rem; }
.author-role { color: var(--accent); font-size: 0.9rem; font-weight: 600; margin-bottom: 1rem; }
.author-bio { color: var(--text-muted); line-height: 1.8; max-width: 560px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-bottom: 4rem; }
.stat-card { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 1.5rem; text-align: center; }
.stat-number { font-size: 2.2rem; font-weight: 900; color: var(--accent); line-height: 1; }
.stat-label { font-size: 0.82rem; color: var(--text-muted); margin-top: 0.3rem; }
.mission-section { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 4rem; }
.mission-card { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 2rem; }
.mission-icon { width: 48px; height: 48px; background: rgba(226,176,74,0.15); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.mission-title { font-size: 1.1rem; font-weight: 700; color: var(--white); margin-bottom: 0.8rem; }
.mission-text { color: var(--text-muted); font-size: 0.9rem; line-height: 1.75; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.team-card { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 1.5rem; text-align: center; }
.team-avatar { width: 80px; height: 80px; border-radius: 50%; margin: 0 auto 1rem; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; font-weight: 900; color: var(--primary); }
.team-name { font-size: 1rem; font-weight: 700; color: var(--white); }
.team-role { font-size: 0.82rem; color: var(--accent); }

/* SUBSCRIBE */
.subscribe-section { background: linear-gradient(135deg, var(--surface2) 0%, var(--surface) 100%); border: 1px solid var(--border); border-radius: 20px; padding: 4rem; text-align: center; }
.subscribe-title { font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 800; color: var(--white); margin-bottom: 1rem; }
.subscribe-desc { color: var(--text-muted); margin-bottom: 2rem; }
.subscribe-form { display: flex; max-width: 440px; margin: 0 auto; gap: 0.6rem; }
.subscribe-form input { flex: 1; padding: 0.8rem 1.2rem; background: var(--primary); border: 1px solid var(--border); border-radius: 8px; color: var(--text); font-family: var(--font); font-size: 0.9rem; }
.subscribe-form input:focus { outline: none; border-color: var(--accent); }
.subscribe-form button { padding: 0.8rem 1.4rem; background: var(--accent); color: var(--primary); border: none; border-radius: 8px; font-weight: 700; font-size: 0.9rem; cursor: pointer; font-family: var(--font); transition: background 0.2s; }
.subscribe-form button:hover { background: var(--accent-light); }

/* KONTAK */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.contact-form { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 2rem; }
.form-title { font-size: 1.3rem; font-weight: 800; color: var(--white); margin-bottom: 1.5rem; }
.form-group { margin-bottom: 1.2rem; }
.form-group label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--text-muted); margin-bottom: 0.5rem; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 0.75rem 1rem; background: var(--primary); border: 1px solid var(--border); border-radius: 8px; color: var(--text); font-family: var(--font); font-size: 0.9rem; transition: border-color 0.2s; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: var(--accent); }
.form-group textarea { height: 140px; resize: vertical; }
.btn-submit { width: 100%; padding: 0.85rem; background: var(--accent); color: var(--primary); border: none; border-radius: 8px; font-weight: 700; font-size: 1rem; cursor: pointer; font-family: var(--font); transition: background 0.2s; }
.btn-submit:hover { background: var(--accent-light); }
.contact-info { display: flex; flex-direction: column; gap: 1.5rem; }
.info-card { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 1.5rem; display: flex; gap: 1rem; align-items: flex-start; }
.info-icon { width: 42px; height: 42px; border-radius: 10px; background: rgba(226,176,74,0.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.info-label { font-size: 0.78rem; font-weight: 600; color: var(--accent); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.3rem; }
.info-value { font-size: 0.9rem; color: var(--text); }
.info-sub { font-size: 0.8rem; color: var(--text-muted); }
.collab-card { background: linear-gradient(135deg, rgba(226,176,74,0.1) 0%, var(--surface) 100%); border: 1px solid rgba(226,176,74,0.25); border-radius: 12px; padding: 1.5rem; }
.collab-title { font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 0.8rem; }
.collab-list { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.collab-list li { font-size: 0.87rem; color: var(--text-muted); display: flex; align-items: center; gap: 0.5rem; }
.collab-list li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
.social-links { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.social-btn { display: flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; background: var(--surface); border: 1px solid var(--border); border-radius: 8px; color: var(--text-muted); font-size: 0.85rem; font-weight: 600; transition: 0.2s; }
.social-btn:hover { border-color: var(--accent); color: var(--accent); }

/* PAGE HEADER */
.page-header { padding: 4rem 0 3rem; text-align: center; position: relative; overflow: hidden; }
.page-header::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(15,52,96,0.5) 0%, transparent 100%); }
.page-header-content { position: relative; z-index: 1; }
.page-title { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 900; color: var(--white); margin: 0.5rem 0 1rem; letter-spacing: -0.02em; }
.page-desc { color: var(--text-muted); max-width: 560px; margin: 0 auto; }

/* PAGINATION */
.pagination { display: flex; justify-content: center; gap: 0.5rem; margin-top: 3rem; }
.page-btn { width: 38px; height: 38px; border-radius: 8px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--border); color: var(--text-muted); font-size: 0.85rem; font-weight: 600; transition: 0.2s; }
.page-btn:hover, .page-btn.active { background: var(--accent); border-color: var(--accent); color: var(--primary); }

/* FOOTER */
.site-footer { background: var(--surface); border-top: 1px solid var(--border); padding: 4rem 0 2rem; margin-top: 5rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-desc { color: var(--text-muted); font-size: 0.87rem; line-height: 1.75; margin: 1rem 0 1.5rem; }
.footer-social { display: flex; gap: 0.7rem; }
.social-icon { width: 36px; height: 36px; border-radius: 8px; background: var(--surface2); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--text-muted); transition: 0.2s; }
.social-icon:hover { background: var(--accent); border-color: var(--accent); color: var(--primary); }
.footer-heading { font-size: 0.85rem; font-weight: 700; color: var(--white); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.footer-links a { font-size: 0.85rem; color: var(--text-muted); transition: color 0.2s; }
.footer-links a:hover { color: var(--accent); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-copy { font-size: 0.82rem; color: var(--text-muted); }

/* MOBILE */
@media (max-width: 768px) {
  .menu-label { display: flex; }
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--surface); border-bottom: 1px solid var(--border); flex-direction: column; padding: 1.5rem; gap: 1rem; }
  .menu-toggle:checked ~ .nav-links { display: flex; }
  .site-header { position: relative; }
  .hero-content { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .featured-grid { grid-template-columns: 1fr; }
  .post-card.featured { grid-row: auto; }
  .detail-layout { grid-template-columns: 1fr; }
  .about-hero { grid-template-columns: 1fr; text-align: center; gap: 2rem; }
  .author-avatar-lg { margin: 0 auto; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .mission-section { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-brand { grid-column: 1 / -1; }
  .subscribe-form { flex-direction: column; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .articles-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
}
