/*
Theme Name: PP BoldPop 橙趣粗野
Theme URI: https://example.com/pp-boldpop
Author: PP Theme Studio
Author URI: https://example.com
Description: 面向 PP 酸洗槽厂家的新粗野主义(Neo-Brutalism)风格 WordPress 主题。奶白底上以 3px 黑描边、硬偏移阴影与橙黄蓝撞色构成强烈视觉,配贴纸标签、客户评价气泡与三步报价版块,风格年轻大胆,适合主攻线上获客、想在同行网站中"跳出来"的厂家。
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pp-boldpop
Tags: light, one-column, custom-logo, custom-menu, featured-images, translation-ready
*/

:root {
  --cream: #fdf6ec;
  --ink: #161616;
  --orange: #ff6b2b;
  --yellow: #ffd23f;
  --blue: #3aa0ff;
  --pink: #ff8fa3;
  --mint: #7be0ad;
  --bw: 3px;
  --shadow: 6px 6px 0 var(--ink);
  --shadow-sm: 4px 4px 0 var(--ink);
  --container: 1160px;
  --font: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

/* ===== Base ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink);
  background: var(--cream);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--ink); text-decoration: none; transition: all 0.15s ease; }
a:hover { color: var(--orange); }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { color: var(--ink); line-height: 1.25; font-weight: 900; }
table { border-collapse: collapse; width: 100%; }
button, input, textarea, select { font-family: inherit; font-size: inherit; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.screen-reader-text { position: absolute !important; clip: rect(1px,1px,1px,1px); width: 1px; height: 1px; overflow: hidden; }
::selection { background: var(--yellow); }

.hl { padding: 2px 10px; border: var(--bw) solid var(--ink); display: inline-block; line-height: 1.3; }
.hl-orange { background: var(--orange); color: #fff; }
.hl-yellow { background: var(--yellow); }
.hl-blue { background: var(--blue); color: #fff; }

/* ===== Buttons ===== */
.btn {
  display: inline-block;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 900;
  border: var(--bw) solid var(--ink);
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: all 0.15s ease;
  background: #fff;
  color: var(--ink);
}
.btn:hover { transform: translate(-3px, -3px); box-shadow: 9px 9px 0 var(--ink); color: var(--ink); }
.btn:active { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--ink); }
.btn-orange { background: var(--orange); color: #fff; }
.btn-orange:hover { color: #fff; }
.btn-yellow { background: var(--yellow); }
.btn-blue { background: var(--blue); color: #fff; }
.btn-blue:hover { color: #fff; }

/* ===== Header ===== */
.site-header {
  background: var(--cream);
  border-bottom: var(--bw) solid var(--ink);
  position: sticky; top: 0; z-index: 100;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 22px; }
.site-branding { display: flex; align-items: center; gap: 12px; }
.site-branding .custom-logo { max-height: 50px; width: auto; }
.brand-mark {
  width: 48px; height: 48px; flex: none;
  background: var(--orange);
  border: var(--bw) solid var(--ink);
  box-shadow: var(--shadow-sm);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 18px;
  transform: rotate(-4deg);
}
.site-title { font-size: 23px; font-weight: 900; letter-spacing: 0.5px; }
.site-title a { color: var(--ink); }
.site-desc { font-size: 12px; font-weight: 700; color: #6f6a62; }

.nav-toggle-input { display: none; }
.nav-toggle-label {
  display: none;
  width: 46px; height: 46px;
  cursor: pointer;
  flex-direction: column; justify-content: center; gap: 6px;
  padding: 11px;
  border: var(--bw) solid var(--ink);
  background: var(--yellow);
  box-shadow: var(--shadow-sm);
}
.nav-toggle-label span { display: block; height: 3px; background: var(--ink); }

.site-nav ul { display: flex; gap: 8px; }
.site-nav li { position: relative; }
.site-nav a {
  display: block;
  padding: 8px 16px;
  margin: 18px 0;
  font-size: 15.5px;
  font-weight: 800;
  border: var(--bw) solid transparent;
}
.site-nav a:hover,
.site-nav .current-menu-item > a,
.site-nav .current_page_item > a {
  background: var(--yellow);
  border-color: var(--ink);
  box-shadow: var(--shadow-sm);
  color: var(--ink);
}
.site-nav .sub-menu {
  position: absolute; top: 100%; left: 0;
  min-width: 210px;
  background: #fff;
  border: var(--bw) solid var(--ink);
  box-shadow: var(--shadow);
  display: none;
  z-index: 99;
}
.site-nav li:hover > .sub-menu { display: block; }
.site-nav .sub-menu a { margin: 0; padding: 11px 16px; border: none; border-bottom: 2px solid var(--ink); box-shadow: none; }
.site-nav .sub-menu li:last-child a { border-bottom: none; }
.site-nav .sub-menu a:hover { background: var(--yellow); box-shadow: none; }

/* ===== Hero ===== */
.hero { padding: 84px 0 70px; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 50px; align-items: center; }
.hero-sticker {
  display: inline-block;
  background: var(--pink);
  border: var(--bw) solid var(--ink);
  box-shadow: var(--shadow-sm);
  padding: 7px 18px;
  font-weight: 900;
  font-size: 14px;
  transform: rotate(-3deg);
  margin-bottom: 26px;
}
.hero h1 { font-size: 52px; line-height: 1.2; margin-bottom: 22px; }
.hero h1 .hl { transform: rotate(-1.5deg); }
.hero-sub { font-size: 17px; font-weight: 600; color: #4d4841; max-width: 520px; margin-bottom: 34px; }
.hero-actions { display: flex; gap: 18px; flex-wrap: wrap; }
.hero-badges { display: flex; gap: 12px; margin-top: 36px; flex-wrap: wrap; }
.hero-badges li {
  font-size: 13px; font-weight: 800;
  border: 2px solid var(--ink);
  background: #fff;
  padding: 5px 14px;
  box-shadow: 3px 3px 0 var(--ink);
}
.hero-figure {
  border: var(--bw) solid var(--ink);
  background: var(--blue);
  box-shadow: 10px 10px 0 var(--ink);
  padding: 34px;
  transform: rotate(1.5deg);
}
.hero-figure svg { width: 100%; height: auto; }

/* ===== Big word divider ===== */
.bigword {
  border-top: var(--bw) solid var(--ink);
  border-bottom: var(--bw) solid var(--ink);
  background: var(--ink);
  overflow: hidden;
  padding: 14px 0;
  user-select: none;
}
.bigword-track { display: inline-flex; white-space: nowrap; animation: pp-slide 24s linear infinite; }
.bigword-track span {
  font-size: 22px; font-weight: 900; letter-spacing: 2px;
  color: var(--cream);
  padding: 0 24px;
}
.bigword-track span:nth-child(odd) { color: var(--yellow); }
@keyframes pp-slide { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .bigword-track { animation: none; } }

/* ===== Sections ===== */
.section { padding: 84px 0; }
.section-head { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.sec-tag {
  display: inline-block;
  background: var(--mint);
  border: var(--bw) solid var(--ink);
  box-shadow: var(--shadow-sm);
  font-weight: 900;
  font-size: 13.5px;
  padding: 6px 18px;
  transform: rotate(2deg);
  margin-bottom: 18px;
}
.section-head h2 { font-size: 38px; margin-bottom: 12px; }
.section-head p { font-weight: 600; color: #4d4841; }

/* ===== Products ===== */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.p-card {
  background: #fff;
  border: var(--bw) solid var(--ink);
  box-shadow: var(--shadow);
  display: flex; flex-direction: column;
  transition: all 0.15s ease;
}
.p-card:hover { transform: translate(-4px, -4px); box-shadow: 10px 10px 0 var(--ink); }
.p-media { border-bottom: var(--bw) solid var(--ink); padding: 26px; display: flex; justify-content: center; }
.p-media-a { background: var(--yellow); }
.p-media-b { background: var(--blue); }
.p-media-c { background: var(--pink); }
.p-media-d { background: var(--mint); }
.p-media svg { width: 150px; height: 104px; }
.p-body { padding: 20px 22px 24px; flex: 1; display: flex; flex-direction: column; }
.p-body h3 { font-size: 20px; margin-bottom: 8px; }
.p-body h3 a { color: var(--ink); }
.p-body h3 a:hover { color: var(--orange); }
.p-body p { font-size: 14px; font-weight: 600; color: #4d4841; flex: 1; }
.p-more {
  margin-top: 16px;
  align-self: flex-start;
  font-size: 13.5px; font-weight: 900;
  background: var(--ink);
  color: var(--cream);
  padding: 6px 16px;
}
.p-card:hover .p-more { background: var(--orange); color: #fff; }

/* ===== Why us (hollow numbers) ===== */
.why-rows { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 24px; }
.why-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 28px;
  align-items: center;
  background: #fff;
  border: var(--bw) solid var(--ink);
  box-shadow: var(--shadow);
  padding: 26px 30px;
}
.why-row:nth-child(even) { transform: rotate(0.6deg); }
.why-row:nth-child(odd) { transform: rotate(-0.6deg); }
.why-no {
  font-size: 76px; font-weight: 900; line-height: 1;
  color: transparent;
  -webkit-text-stroke: 3px var(--ink);
  text-align: center;
}
.why-row h3 { font-size: 21px; margin-bottom: 6px; }
.why-row h3 mark { background: var(--yellow); padding: 0 6px; }
.why-row p { font-size: 14.5px; font-weight: 600; color: #4d4841; }

/* ===== Steps ===== */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.step {
  text-align: center;
  background: #fff;
  border: var(--bw) solid var(--ink);
  box-shadow: var(--shadow);
  padding: 36px 28px;
}
.step-no {
  width: 74px; height: 74px;
  margin: 0 auto 18px;
  border-radius: 50%;
  border: var(--bw) solid var(--ink);
  display: flex; align-items: center; justify-content: center;
  font-size: 30px; font-weight: 900;
  box-shadow: var(--shadow-sm);
}
.step:nth-child(1) .step-no { background: var(--yellow); }
.step:nth-child(2) .step-no { background: var(--blue); color: #fff; }
.step:nth-child(3) .step-no { background: var(--orange); color: #fff; }
.step h3 { font-size: 20px; margin-bottom: 8px; }
.step p { font-size: 14px; font-weight: 600; color: #4d4841; }

/* ===== Testimonials ===== */
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.quote {
  position: relative;
  background: #fff;
  border: var(--bw) solid var(--ink);
  box-shadow: var(--shadow);
  padding: 26px 26px 22px;
}
.quote::after {
  content: "";
  position: absolute;
  left: 34px; bottom: -16px;
  width: 26px; height: 26px;
  background: #fff;
  border-right: var(--bw) solid var(--ink);
  border-bottom: var(--bw) solid var(--ink);
  transform: translateY(-50%) rotate(45deg);
}
.quote p { font-size: 14.5px; font-weight: 600; color: #3c3831; }
.quote-who { margin-top: 26px; font-size: 13.5px; font-weight: 900; }
.quote-who span { display: inline-block; background: var(--yellow); border: 2px solid var(--ink); padding: 2px 10px; margin-right: 8px; }

/* ===== News ===== */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.news-card {
  background: #fff;
  border: var(--bw) solid var(--ink);
  box-shadow: var(--shadow);
  padding: 24px 24px 22px;
  display: flex; flex-direction: column;
  transition: all 0.15s ease;
}
.news-card:hover { transform: translate(-4px, -4px); box-shadow: 10px 10px 0 var(--ink); }
.news-tag {
  align-self: flex-start;
  background: var(--pink);
  border: 2px solid var(--ink);
  font-size: 12px; font-weight: 900;
  padding: 3px 12px;
  transform: rotate(-2deg);
}
.news-card h3 { font-size: 18px; margin: 14px 0 8px; line-height: 1.45; }
.news-card h3 a { color: var(--ink); }
.news-card h3 a:hover { color: var(--orange); }
.news-card p { font-size: 13.5px; font-weight: 600; color: #4d4841; flex: 1; }
.news-date { margin-top: 14px; font-size: 12.5px; font-weight: 800; color: #857f75; }

/* ===== CTA ===== */
.cta-pop {
  background: var(--yellow);
  border-top: var(--bw) solid var(--ink);
  border-bottom: var(--bw) solid var(--ink);
  padding: 72px 0;
  text-align: center;
}
.cta-pop h2 { font-size: 40px; margin-bottom: 12px; }
.cta-pop h2 .hl { background: var(--ink); color: var(--yellow); border-color: var(--ink); transform: rotate(-1deg); }
.cta-pop p { font-weight: 700; margin-bottom: 32px; }
.cta-pop .cta-phone {
  display: inline-block;
  background: #fff;
  border: var(--bw) solid var(--ink);
  box-shadow: var(--shadow);
  font-size: 26px; font-weight: 900;
  padding: 12px 30px;
  margin: 0 14px 14px 0;
}

/* ===== Footer ===== */
.site-footer { background: var(--ink); color: #cfc9bf; font-size: 14px; }
.footer-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 42px; padding: 58px 0 46px; }
.footer-col h3 { color: var(--yellow); font-size: 16px; font-weight: 900; margin-bottom: 18px; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col a { color: #cfc9bf; font-weight: 600; }
.footer-col a:hover { color: var(--yellow); }
.footer-col p { margin-bottom: 10px; font-weight: 600; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-brand strong { color: #fff; font-size: 19px; font-weight: 900; }
.footer-contact li b { color: #fff; margin-right: 8px; }
.footer-bottom { border-top: 2px solid #3a3a3a; padding: 16px 0; font-size: 13px; font-weight: 700; }
.footer-bottom .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

/* ===== Inner pages ===== */
.page-hero { padding: 56px 0; border-bottom: var(--bw) solid var(--ink); background: var(--blue); }
.page-hero h1 { font-size: 36px; color: #fff; text-shadow: 3px 3px 0 var(--ink); }
.breadcrumbs { margin-top: 8px; font-size: 13px; font-weight: 800; color: #eaf4ff; }
.breadcrumbs a { color: #fff; text-decoration: underline; }

.layout { display: grid; grid-template-columns: 1fr 310px; gap: 44px; padding: 60px 0; }
.layout-full { padding: 60px 0; }
.main-col { min-width: 0; }

.entry-card {
  background: #fff;
  border: var(--bw) solid var(--ink);
  box-shadow: var(--shadow);
  padding: 28px 30px;
  margin-bottom: 28px;
  transition: all 0.15s ease;
}
.entry-card:hover { transform: translate(-3px, -3px); box-shadow: 9px 9px 0 var(--ink); }
.entry-card h2 { font-size: 22px; margin-bottom: 8px; }
.entry-card h2 a { color: var(--ink); }
.entry-card h2 a:hover { color: var(--orange); }
.entry-meta { font-size: 13px; font-weight: 800; color: #857f75; margin-bottom: 10px; }
.entry-meta span { margin-right: 16px; }
.entry-excerpt { font-size: 14.5px; font-weight: 600; color: #4d4841; }
.entry-thumb { margin-bottom: 16px; border: var(--bw) solid var(--ink); }

.entry-content { font-size: 16px; }
.entry-content h2, .entry-content h3 { margin: 1.5em 0 0.7em; }
.entry-content h2 { font-size: 25px; }
.entry-content h2 mark { background: var(--yellow); padding: 0 8px; }
.entry-content h3 { font-size: 20px; }
.entry-content p { margin-bottom: 1.1em; }
.entry-content ul, .entry-content ol { margin: 0 0 1.2em 1.6em; }
.entry-content ul { list-style: square; }
.entry-content ol { list-style: decimal; }
.entry-content blockquote {
  border: var(--bw) solid var(--ink);
  box-shadow: var(--shadow-sm);
  background: var(--pink);
  padding: 16px 22px;
  margin: 1.5em 0;
  font-weight: 700;
}
.entry-content table th, .entry-content table td { border: 2px solid var(--ink); padding: 10px 14px; }
.entry-content table th { background: var(--yellow); }
.entry-content a { text-decoration: underline; font-weight: 700; }
.entry-content img { border: var(--bw) solid var(--ink); }
.single-header { margin-bottom: 26px; padding-bottom: 18px; border-bottom: var(--bw) solid var(--ink); }
.single-header h1 { font-size: 30px; margin-bottom: 8px; }
.post-nav { display: flex; justify-content: space-between; gap: 18px; margin-top: 40px; padding-top: 22px; border-top: var(--bw) solid var(--ink); font-size: 14px; font-weight: 800; }

/* Sidebar */
.sidebar .widget {
  background: #fff;
  border: var(--bw) solid var(--ink);
  box-shadow: var(--shadow);
  padding: 24px;
  margin-bottom: 28px;
}
.sidebar .widget-title, .sidebar .widget h2 {
  font-size: 16px; font-weight: 900;
  background: var(--yellow);
  border: 2px solid var(--ink);
  display: inline-block;
  padding: 4px 14px;
  margin-bottom: 16px;
  transform: rotate(-1.5deg);
}
.sidebar .widget ul li { padding: 8px 0; border-bottom: 2px dashed #d8d2c8; font-size: 14px; font-weight: 600; }
.sidebar .widget ul li:last-child { border-bottom: none; }
.sidebar-cta {
  background: var(--orange);
  border: var(--bw) solid var(--ink);
  box-shadow: var(--shadow);
  color: #fff;
  padding: 26px 24px;
  margin-bottom: 28px;
  text-align: center;
}
.sidebar-cta h3 { color: #fff; font-size: 20px; margin-bottom: 8px; text-shadow: 2px 2px 0 var(--ink); }
.sidebar-cta p { font-size: 13.5px; font-weight: 700; margin-bottom: 12px; }
.sidebar-cta strong { display: block; background: #fff; color: var(--ink); border: 2px solid var(--ink); font-size: 20px; font-weight: 900; padding: 8px; margin-bottom: 16px; }

/* Search form */
.search-form { display: flex; border: var(--bw) solid var(--ink); box-shadow: var(--shadow-sm); background: #fff; }
.search-form .search-field { flex: 1; min-width: 0; padding: 11px 14px; border: none; outline: none; font-weight: 600; background: transparent; }
.search-form .search-submit {
  padding: 11px 20px;
  background: var(--orange);
  color: #fff;
  border: none;
  border-left: var(--bw) solid var(--ink);
  font-weight: 900;
  cursor: pointer;
}
.search-form .search-submit:hover { background: var(--ink); }

/* Pagination */
.pagination { display: flex; gap: 10px; justify-content: center; margin-top: 40px; flex-wrap: wrap; }
.pagination .page-numbers {
  display: inline-block;
  min-width: 44px;
  padding: 9px 14px;
  text-align: center;
  background: #fff;
  border: var(--bw) solid var(--ink);
  box-shadow: var(--shadow-sm);
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover { background: var(--yellow); transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }

/* Comments */
.comments-area { margin-top: 46px; }
.comments-area > h2 { font-size: 22px; margin-bottom: 22px; }
.comment-list > li { background: #fff; border: var(--bw) solid var(--ink); box-shadow: var(--shadow-sm); padding: 18px; margin-bottom: 18px; }
.comment-list .children { margin: 16px 0 0 24px; }
.comment-list .children > li { border: 2px dashed var(--ink); padding: 14px; margin-bottom: 12px; box-shadow: none; }
.comment-meta { font-size: 13px; font-weight: 800; color: #857f75; margin-bottom: 8px; }
.comment-meta b { color: var(--orange); }
.comment-form p { margin-bottom: 14px; }
.comment-form label { display: block; font-size: 13.5px; font-weight: 900; margin-bottom: 6px; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea {
  width: 100%;
  padding: 11px 14px;
  border: var(--bw) solid var(--ink);
  background: #fff;
  outline: none;
  font-weight: 600;
}
.comment-form input:focus, .comment-form textarea:focus { box-shadow: var(--shadow-sm); }

/* 404 */
.error-page { text-align: center; padding: 90px 20px; }
.error-code {
  display: inline-block;
  font-size: 100px; font-weight: 900; line-height: 1;
  background: var(--yellow);
  border: var(--bw) solid var(--ink);
  box-shadow: 10px 10px 0 var(--ink);
  padding: 16px 40px;
  transform: rotate(-2deg);
}
.error-page h1 { font-size: 28px; margin: 28px 0 10px; }
.error-page p { font-weight: 600; color: #4d4841; margin-bottom: 28px; }
.error-page .search-form { max-width: 430px; margin: 0 auto 28px; }

/* WP core */
.alignleft { float: left; margin: 0 24px 16px 0; }
.alignright { float: right; margin: 0 0 16px 24px; }
.aligncenter { margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 13px; font-weight: 700; color: #857f75; text-align: center; padding: 8px 0; }
.sticky { outline: var(--bw) dashed var(--orange); outline-offset: 4px; }
.bypostauthor { display: block; }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-figure { max-width: 520px; }
  .product-grid, .news-grid, .quote-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .layout { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .nav-toggle-label { display: flex; }
  .header-cta { display: none; }
  .site-nav {
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--cream);
    border-bottom: var(--bw) solid var(--ink);
    display: none;
  }
  .nav-toggle-input:checked ~ .site-nav { display: block; }
  .site-nav ul { flex-direction: column; gap: 0; padding: 10px 16px; }
  .site-nav a { margin: 4px 0; }
  .site-nav .sub-menu { position: static; display: block; box-shadow: none; }
  .hero { padding: 56px 0 50px; }
  .hero h1 { font-size: 38px; }
  .why-row { grid-template-columns: 80px 1fr; }
  .why-no { font-size: 54px; }
}
@media (max-width: 600px) {
  .section { padding: 60px 0; }
  .hero h1 { font-size: 30px; }
  .section-head h2 { font-size: 28px; }
  .cta-pop h2 { font-size: 28px; }
  .product-grid, .news-grid, .quote-grid { grid-template-columns: 1fr; }
  .why-row { grid-template-columns: 1fr; text-align: center; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
}
