:root {
  --bg: #f6f3ea;
  --bg-2: #efe9da;
  --bg-3: #fffdf7;
  --ink: #14201a;
  --muted: #66736a;
  --muted-2: #8a948d;
  --dark: #07111f;
  --dark-2: #0b1728;
  --dark-3: #11233a;
  --white: #fffdf8;
  --line: rgba(20,32,26,.12);
  --line-dark: rgba(220,255,235,.13);
  --accent: #35d07f;
  --accent-2: #9be7c0;
  --accent-3: #e3ff70;
  --warning: #ffcf5a;
  --danger: #ff7b7b;
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --shadow: 0 26px 70px rgba(19,32,26,.14);
  --shadow-dark: 0 30px 90px rgba(0,0,0,.38);
  --max: 1180px;
  --font: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
::selection { background: rgba(53,208,127,.25); }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--accent); color: #03110b; padding: 10px 14px; border-radius: 999px; font-weight: 800; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.site-header { position: sticky; top: 0; z-index: 100; padding: 14px 0; transition: background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.site-header.is-scrolled { background: rgba(7,17,31,.84); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line-dark); box-shadow: 0 16px 50px rgba(0,0,0,.18); }
.header-shell { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; display: flex; align-items: center; gap: 14px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark { width: 42px; height: 42px; flex: 0 0 42px; filter: drop-shadow(0 10px 20px rgba(0,0,0,.18)); }
.brand-copy { display: grid; line-height: 1.1; }
.brand-name { font-weight: 850; letter-spacing: -.035em; color: var(--white); font-size: 17px; }
.brand-name span { color: var(--accent-2); }
.brand-line { font-size: 11px; color: rgba(255,253,248,.55); margin-top: 2px; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 2px; overflow-x: auto; scrollbar-width: none; }
.site-nav::-webkit-scrollbar { display: none; }
.site-nav a { color: rgba(255,253,248,.72); font-size: 13px; font-weight: 650; padding: 9px 11px; border-radius: 999px; white-space: nowrap; transition: .16s ease; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: #06120c; background: var(--accent-2); }
.header-cta { display: inline-flex; justify-content: center; align-items: center; min-width: max-content; border-radius: 999px; padding: 10px 16px; background: var(--accent); color: #06120c; font-weight: 850; font-size: 13px; box-shadow: 0 12px 34px rgba(53,208,127,.24); }
.nav-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--line-dark); border-radius: 14px; background: rgba(255,255,255,.06); color: var(--white); align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.nav-toggle span:not(.sr-only) { width: 18px; height: 2px; background: currentColor; border-radius: 99px; transition: .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.hero, .page-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 20% 0%, rgba(53,208,127,.24), transparent 36%), radial-gradient(circle at 90% 15%, rgba(227,255,112,.12), transparent 28%), linear-gradient(135deg, var(--dark), #06101c 58%, #101b29); color: var(--white); }
.hero { padding: clamp(84px, 10vw, 142px) 0 clamp(72px, 8vw, 110px); margin-top: -72px; padding-top: clamp(138px, 15vw, 196px); }
.page-hero { padding: clamp(130px, 14vw, 188px) 0 clamp(70px, 9vw, 112px); margin-top: -72px; }
.surface-glow { position: absolute; inset: 0; pointer-events: none; opacity: .7; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 46px 46px; mask-image: radial-gradient(circle at 50% 35%, #000 0%, transparent 72%); }
.hero-grid, .page-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr); gap: clamp(34px, 6vw, 76px); align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--accent-2); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 850; margin-bottom: 18px; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 7px rgba(53,208,127,.13); }
h1 { font-size: clamp(44px, 7vw, 82px); line-height: .94; letter-spacing: -.075em; max-width: 900px; margin-bottom: 24px; }
.page-hero h1 { font-size: clamp(42px, 6.2vw, 72px); }
.hero-lede { font-size: clamp(18px, 2vw, 21px); color: rgba(255,253,248,.74); max-width: 720px; margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-bottom: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 14px 20px; border-radius: 999px; font-weight: 850; border: 1px solid transparent; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--accent); color: #06120c; box-shadow: 0 18px 44px rgba(53,208,127,.28); }
.btn-secondary { color: var(--white); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); }
.btn-full { width: 100%; border: 0; }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px; max-width: 760px; }
.trust-row span { color: rgba(255,253,248,.72); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.10); padding: 7px 10px; border-radius: 999px; font-size: 12px; font-weight: 700; }
.diagnostic-panel, .audit-card { border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-xl); background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.055)); backdrop-filter: blur(20px); box-shadow: var(--shadow-dark); padding: clamp(20px, 3vw, 28px); }
.panel-head, .audit-card-head { display: flex; align-items: center; gap: 10px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.12); margin-bottom: 18px; }
.panel-head strong, .audit-card-head strong { font-weight: 850; }
.panel-head em { margin-left: auto; font-size: 12px; color: var(--accent-2); font-style: normal; border: 1px solid rgba(155,231,192,.35); padding: 4px 8px; border-radius: 999px; }
.pulse, .audit-card-head span { width: 10px; height: 10px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 8px rgba(53,208,127,.13); }
.map-grid-mini { height: 190px; border-radius: 24px; background: linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.02)); border: 1px solid rgba(255,255,255,.10); position: relative; overflow: hidden; margin-bottom: 18px; }
.map-grid-mini:before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 35px 35px; transform: rotate(-3deg) scale(1.1); }
.pin { position: absolute; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 15px 15px 15px 4px; background: rgba(255,255,255,.16); color: var(--white); transform: rotate(45deg); font-weight: 900; border: 1px solid rgba(255,255,255,.15); }
.pin::after { content: attr(class); display: none; }
.pin { --r: -45deg; }
.pin { text-indent: 0; }
.pin.active { background: var(--accent); color: #06120c; box-shadow: 0 18px 40px rgba(53,208,127,.28); }
.pin.dim { opacity: .42; }
.pin:nth-child(1) { top: 32px; left: 54%; }
.pin:nth-child(2) { top: 86px; left: 28%; }
.pin:nth-child(3) { top: 112px; left: 66%; }
.pin:nth-child(4) { top: 38px; left: 18%; }
.pin { font-size: 0; }
.pin:before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: currentColor; transform: rotate(-45deg); }
.signal-stack { display: grid; gap: 10px; }
.signal-row { display: grid; grid-template-columns: 12px 1fr; gap: 12px; align-items: start; border-radius: 18px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); padding: 13px; }
.signal-row > span { width: 10px; height: 10px; border-radius: 50%; background: var(--accent-2); margin-top: 6px; }
.signal-row.warning > span { background: var(--warning); }
.signal-row b { display: block; font-size: 14px; }
.signal-row small { display: block; color: rgba(255,253,248,.62); line-height: 1.45; margin-top: 2px; }
.panel-footer { margin-top: 14px; color: rgba(255,253,248,.56); font-size: 12px; }
.page-badge { display: inline-flex; margin-bottom: 16px; border-radius: 999px; padding: 7px 11px; background: rgba(227,255,112,.10); border: 1px solid rgba(227,255,112,.2); color: rgba(255,253,248,.78); font-size: 12px; font-weight: 800; }
.audit-card dl { display: grid; gap: 12px; margin: 0; }
.audit-card div { padding: 14px; border-radius: 18px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); }
.audit-card dt { color: rgba(255,253,248,.48); text-transform: uppercase; font-size: 11px; letter-spacing: .1em; font-weight: 900; margin-bottom: 4px; }
.audit-card dd { margin: 0; color: rgba(255,253,248,.86); font-weight: 750; }
.section { padding: clamp(66px, 9vw, 112px) 0; }
.section-light { background: var(--bg); }
.section-tinted { background: linear-gradient(180deg, var(--bg-2), #f7f2e6); }
.section-dark { background: var(--dark); color: var(--white); }
.compact-dark { padding: clamp(56px, 7vw, 92px) 0; }
.section-cta { background: linear-gradient(180deg, #faf6ec, #eee6d5); }
.split { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.05fr); gap: clamp(28px, 5vw, 76px); align-items: center; }
.align-start { align-items: start; }
.reverse-on-mobile { }
.section-kicker { color: #22784b; text-transform: uppercase; font-size: 12px; letter-spacing: .12em; font-weight: 950; margin-bottom: 12px; }
.section-kicker.dark { color: var(--accent-2); }
h2 { font-size: clamp(34px, 4.5vw, 56px); line-height: 1; letter-spacing: -.055em; margin-bottom: 18px; }
h3 { font-size: 22px; line-height: 1.14; letter-spacing: -.03em; margin-bottom: 10px; }
.body-copy p, .section p { color: var(--muted); font-size: 17px; }
.section-dark p, .dark-copy { color: rgba(255,253,248,.68)!important; }
.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading.centered { margin-bottom: 42px; }
.process-grid, .offer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.offer-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.process-card, .offer-card, .proof-card, .mini-window { border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255,253,248,.72); box-shadow: var(--shadow); padding: 24px; }
.process-card span { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 15px; background: #e4ffed; color: #146c42; font-weight: 950; margin-bottom: 18px; }
.offer-card { display: flex; flex-direction: column; min-height: 290px; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.offer-card:hover { transform: translateY(-4px); border-color: rgba(53,208,127,.36); box-shadow: 0 28px 84px rgba(19,32,26,.17); }
.offer-featured { background: linear-gradient(180deg, #10233b, #07111f); color: var(--white); border-color: rgba(155,231,192,.28); }
.offer-featured p { color: rgba(255,253,248,.68); }
.offer-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 18px; }
.offer-top span, .mini-label { color: #22784b; font-size: 11px; letter-spacing: .11em; text-transform: uppercase; font-weight: 950; }
.offer-featured .offer-top span, .offer-featured .mini-label { color: var(--accent-2); }
.offer-top b { font-size: 11px; padding: 4px 8px; border-radius: 999px; color: #07111f; background: var(--accent-2); }
.offer-card p { color: var(--muted); flex: 1; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; color: #126d40; font-weight: 900; }
.offer-featured .text-link { color: var(--accent-2); }
.proof-card { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.14); color: var(--white); box-shadow: var(--shadow-dark); }
.check-list, .deliverable-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.check-list li, .deliverable-list li { position: relative; padding-left: 30px; color: rgba(255,253,248,.72); }
.deliverable-list li { color: var(--ink); background: rgba(255,253,248,.72); border: 1px solid var(--line); border-radius: 18px; padding: 16px 18px 16px 46px; box-shadow: 0 14px 46px rgba(19,32,26,.08); font-weight: 700; }
.check-list li:before, .deliverable-list li:before { content: ""; position: absolute; left: 0; top: .35em; width: 18px; height: 18px; border-radius: 50%; background: var(--accent); }
.check-list li:after, .deliverable-list li:after { content: ""; position: absolute; left: 6px; top: calc(.35em + 5px); width: 6px; height: 3px; border-left: 2px solid #06120c; border-bottom: 2px solid #06120c; transform: rotate(-45deg); }
.deliverable-list li:before { left: 16px; top: 18px; }
.deliverable-list li:after { left: 22px; top: 23px; }
.solution-visual { min-height: 260px; display: grid; place-items: center; }
.mini-window { width: min(100%, 470px); background: var(--white); }
.window-bar { display: flex; gap: 7px; margin-bottom: 22px; }
.window-bar span { width: 10px; height: 10px; border-radius: 50%; background: #d7d0bf; }
.window-line { height: 14px; border-radius: 999px; background: #e8e1d2; width: 72%; margin-bottom: 12px; }
.window-line.wide { width: 94%; }
.window-pill { display: inline-flex; margin: 10px 0 16px; padding: 8px 12px; border-radius: 999px; color: #0c482b; background: #dffbea; font-weight: 900; font-size: 13px; }
.window-note { color: var(--muted); }
.cta-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(360px, .72fr); gap: clamp(28px, 6vw, 80px); align-items: start; }
.lead-form { background: rgba(255,253,248,.86); border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow); padding: clamp(20px, 3vw, 28px); display: grid; gap: 14px; }
.form-row.two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
label { display: grid; gap: 7px; color: var(--ink); font-weight: 850; font-size: 13px; }
label span { color: var(--muted-2); font-weight: 650; }
input, select, textarea { width: 100%; border: 1px solid rgba(20,32,26,.14); border-radius: 16px; background: #fffdf8; color: var(--ink); padding: 13px 14px; outline: none; transition: border-color .15s ease, box-shadow .15s ease; }
textarea { resize: vertical; min-height: 110px; }
input:focus, select:focus, textarea:focus { border-color: rgba(53,208,127,.75); box-shadow: 0 0 0 4px rgba(53,208,127,.13); }
.form-disclaimer, .form-note { color: var(--muted); font-size: 12px!important; margin: 0; }
.form-disclaimer code { background: rgba(20,32,26,.06); padding: 2px 5px; border-radius: 6px; }
.adjacent-links { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); }
.adjacent-links strong { width: 100%; color: var(--ink); }
.adjacent-links a { border: 1px solid var(--line); background: rgba(255,253,248,.62); padding: 7px 10px; border-radius: 999px; font-size: 13px; font-weight: 800; }
.site-footer { background: #050d18; color: rgba(255,253,248,.7); padding: 56px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 32px; align-items: start; }
.footer-brand p { max-width: 500px; color: rgba(255,253,248,.56); margin-top: 16px; }
.footer-links { display: grid; gap: 10px; }
.footer-links strong { color: var(--white); margin-bottom: 6px; }
.footer-links a { color: rgba(255,253,248,.58); font-weight: 650; }
.footer-links a:hover { color: var(--accent-2); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 38px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,253,248,.42); font-size: 12px; }
.brand-footer .brand-line { max-width: 320px; }
@media (max-width: 1080px) {
  .header-cta { display: none; }
  .offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .container { width: min(100% - 28px, var(--max)); }
  .nav-toggle { display: flex; }
  .site-nav { position: fixed; left: 16px; right: 16px; top: 70px; margin: 0; padding: 12px; display: grid; gap: 4px; max-height: calc(100vh - 90px); overflow: auto; background: rgba(7,17,31,.96); border: 1px solid var(--line-dark); border-radius: 24px; box-shadow: var(--shadow-dark); transform: translateY(-12px); opacity: 0; pointer-events: none; transition: .2s ease; }
  .site-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 12px 14px; }
  .hero-grid, .page-hero-grid, .split, .cta-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 128px; }
  .page-hero { padding-top: 124px; }
  .diagnostic-panel, .audit-card { max-width: 620px; }
  .reverse-on-mobile .proof-card { order: 2; }
}
@media (max-width: 640px) {
  .header-shell { width: min(100% - 24px, var(--max)); }
  .brand-line { display: none; }
  .brand-mark { width: 38px; height: 38px; flex-basis: 38px; }
  h1 { font-size: clamp(40px, 13vw, 56px); letter-spacing: -.065em; }
  .page-hero h1 { font-size: clamp(38px, 12vw, 52px); }
  h2 { font-size: clamp(32px, 10vw, 44px); }
  .hero-actions, .btn { width: 100%; }
  .btn { padding-inline: 16px; }
  .offer-grid, .form-row.two { grid-template-columns: 1fr; }
  .offer-card { min-height: auto; }
  .section { padding: 58px 0; }
  .footer-bottom { flex-direction: column; }
}

/* Form submission status */
.form-status {
  margin-top: 2px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,.64);
}
.form-status.is-success {
  color: #0f6b3f;
  background: rgba(53,208,127,.12);
  border: 1px solid rgba(53,208,127,.22);
}
.form-status.is-error {
  color: #a33a2a;
  background: rgba(255,120,90,.12);
  border: 1px solid rgba(255,120,90,.24);
}
.lead-form button[disabled] {
  opacity: .72;
  cursor: wait;
}

/* FAQ Section */
.faq-list { display: grid; gap: 12px; max-width: 800px; margin: 0 auto; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--bg-3); overflow: hidden; }
.faq-question { width: 100%; padding: 18px 24px; text-align: left; background: none; border: none; font-weight: 850; font-size: 16px; color: var(--ink); display: flex; align-items: center; justify-content: space-between; cursor: pointer; transition: background .2s ease; }
.faq-question:hover { background: rgba(53,208,127,.05); }
.faq-question:after { content: "+"; font-size: 20px; color: var(--accent); transition: transform .2s ease; }
.faq-item[open] .faq-question:after { transform: rotate(45deg); }
.faq-answer { padding: 0 24px 20px; color: var(--muted); font-size: 15px; }

/* Pricing Section */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 32px; }
.price-card { border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--bg-3); padding: 32px; display: flex; flex-direction: column; box-shadow: var(--shadow); transition: transform .18s ease; }
.price-card:hover { transform: translateY(-4px); }
.price-card h3 { font-size: 20px; margin-bottom: 8px; }
.price-value { font-size: 42px; font-weight: 900; letter-spacing: -.05em; color: var(--ink); margin-bottom: 20px; }
.price-value span { font-size: 16px; font-weight: 600; color: var(--muted); letter-spacing: 0; }
.price-features { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 10px; }
.price-features li { font-size: 14px; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.price-features li:before { content: "✓"; color: var(--accent); font-weight: 900; }

/* Testimonials */
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.testimonial-card { padding: 28px; border-radius: var(--radius-lg); background: var(--bg-3); border: 1px solid var(--line); box-shadow: var(--shadow); }
.testimonial-text { font-style: italic; color: var(--ink); font-size: 16px; line-height: 1.6; margin-bottom: 20px; position: relative; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-author b { font-size: 14px; color: var(--ink); display: block; }
.testimonial-author span { font-size: 12px; color: var(--muted); }

/* About Section */
.about-box { background: var(--dark); color: var(--white); border-radius: var(--radius-xl); padding: clamp(40px, 6vw, 80px); display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; overflow: hidden; position: relative; }
.about-box:before { content: ""; position: absolute; top: -50%; right: -10%; width: 60%; height: 200%; background: radial-gradient(circle, rgba(53,208,127,.1) 0%, transparent 70%); pointer-events: none; }
.about-content h2 { color: var(--white); margin-bottom: 24px; }
.about-content p { color: rgba(255,253,248,.72); font-size: 18px; margin-bottom: 20px; }

@media (max-width: 900px) {
  .about-box { grid-template-columns: 1fr; padding: 40px 24px; }
}
