:root {
  --red: #ed1c24;
  --blue: #1268e8;
  --cyan: #00bceb;
  --violet: #754ae7;
  --navy: #061a36;
  --ink: #07172f;
  --muted: #5b6578;
  --line: #e2e8f2;
  --panel: #ffffff;
  --page: #f7f9fc;
  --radius: 22px;
  --shadow: 0 16px 50px rgba(12, 31, 67, .08);
  --container: 1280px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.icon { width: 1em; height: 1em; fill: currentColor; display: inline-block; flex: 0 0 auto; }
.icon-sm { width: .8em; height: .8em; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; z-index: 100; background: #fff; padding: 10px 14px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 82px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid #edf0f5;
  backdrop-filter: blur(12px);
}
.header-inner { height: 100%; display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 30px; }
.brand img { width: 170px; }
.site-nav { display: flex; justify-content: center; align-items: center; gap: 42px; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.site-nav a { position: relative; text-decoration: none; padding: 31px 0 27px; }
.site-nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 15px; height: 2px; background: linear-gradient(90deg,var(--blue),var(--red)); }
.chevron { font-size: 13px; margin-left: 4px; }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 23px; padding: 8px; }

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-gradient {
  color: #fff;
  background: linear-gradient(100deg, var(--blue) 0%, var(--violet) 48%, var(--red) 100%);
  box-shadow: 0 10px 24px rgba(76, 82, 200, .22);
}
.button-outline { color: #2346b8; background: #fff; border: 1.5px solid #8ea6ef; }
.button-small { min-height: 38px; padding-inline: 19px; font-size: 11px; }
.header-cta { min-width: 185px; }

.hero { position: relative; min-height: 575px; overflow: hidden; background: #fff; }
.hero-media { position: absolute; inset: 0; background-image: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 27%, rgba(255,255,255,.74) 42%, rgba(255,255,255,.1) 62%, rgba(255,255,255,0) 100%), url('../images/hero-scene.webp'); background-repeat: no-repeat; background-size: cover; background-position: center right; }
.hero-energy { position: absolute; right: -70px; bottom: -20px; width: 74%; max-width: 1000px; opacity: .93; }
.hero-inner { position: relative; min-height: 575px; display: flex; align-items: center; }
.hero-copy { width: 49%; padding: 54px 0 70px; }
.hero-copy h1 { margin: 0; font-size: clamp(44px, 4.25vw, 72px); line-height: .98; letter-spacing: -.035em; text-transform: uppercase; }
.hero-copy h1 span { color: var(--red); }
.title-underline { display: block; width: 44px; height: 3px; margin: 24px 0 22px; background: linear-gradient(90deg,var(--blue),var(--red)); }
.hero-copy > p { font-size: 16px; line-height: 1.55; margin: 0 0 24px; color: #263047; }
.hero-actions { display: flex; gap: 16px; margin-bottom: 28px; }
.hero-facts { display: flex; gap: 42px; }
.hero-fact { display: flex; align-items: center; gap: 12px; min-width: 170px; }
.fact-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #ccd8f7; border-radius: 50%; color: var(--blue); font-size: 19px; background: #fff; }
.hero-fact strong, .hero-fact small { display: block; }
.hero-fact strong { font-size: 14px; }
.hero-fact small { margin-top: 3px; color: #5b6578; font-size: 12px; }

.benefits { position: relative; z-index: 3; margin-top: -35px; padding-bottom: 28px; }
.benefit-card { display: grid; grid-template-columns: repeat(4,1fr); background: #fff; border: 1px solid #e6ebf4; border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; }
.benefit { min-height: 190px; padding: 28px 30px; text-align: center; position: relative; }
.benefit:not(:last-child)::after { content:""; position:absolute; top: 28px; bottom:28px; right:0; width:1px; background:#e8edf5; }
.benefit-icon { width: 54px; height: 54px; border: 2px solid currentColor; border-radius: 50%; display: grid; place-items:center; margin:0 auto 16px; font-size: 23px; }
.benefit-icon.red { color: var(--red); }
.benefit-icon.blue { color: var(--blue); }
.benefit h3 { font-size: 16px; margin: 0 0 10px; }
.benefit p { margin:0 auto; max-width: 210px; color:#495367; font-size:13px; line-height:1.5; }

.section { padding: 28px 0; }
.section-panel { background:#fff; border:1px solid #edf0f6; border-radius: 20px; box-shadow: 0 10px 34px rgba(15,35,75,.05); padding: 34px 36px 38px; }
.row-between { display:flex; align-items:flex-end; justify-content:space-between; gap:20px; }
.eyebrow { margin:0 0 9px; color:var(--red); font-size:12px; font-weight:900; text-transform:uppercase; letter-spacing:.04em; }
.eyebrow::before { content:""; display:inline-block; width:3px; height:14px; margin-right:9px; vertical-align:-2px; background:var(--red); transform:skew(-15deg); }
.section-head h2, .section-title h2 { margin:0; font-size: clamp(30px,3vw,44px); line-height:1.08; letter-spacing:-.025em; }
.section-title h2 span { color:var(--red); }

.product-grid { display:grid; grid-template-columns: repeat(2,1fr); gap:26px; margin-top: 22px; }
.product-card { position:relative; min-height: 430px; display:grid; grid-template-columns: 45% 55%; overflow:hidden; border:1px solid #dfe6f2; border-radius:18px; background:#fff; }
.product-card::after { content:""; position:absolute; left:0; right:0; bottom:-25px; height:125px; opacity:.42; background:url('../images/energy-streams.svg') center bottom / cover no-repeat; pointer-events:none; }
.product-visual { position:relative; z-index:1; display:flex; align-items:flex-end; justify-content:center; padding: 28px 12px 0; }
.product-visual img { width:auto; height:340px; object-fit:contain; }
.power-badge { position:absolute; top:18px; left:18px; padding:7px 14px; border-radius:7px; color:#fff; font-weight:800; font-size:12px; }
.red-badge { background:linear-gradient(90deg,#ff5962,var(--red)); }
.blue-badge { background:linear-gradient(90deg,#357cf5,#064bd7); }
.product-copy { position:relative; z-index:2; padding:38px 30px 30px 10px; }
.product-copy h3 { margin:0 0 6px; font-size:26px; }
.product-type { margin:0 0 20px; font-size:14px; font-weight:800; }
.red-text { color:var(--red); }
.blue-text { color:#0756d8; }
.product-copy > p:not(.product-type) { margin:0 0 20px; color:#303a4d; font-size:14px; line-height:1.55; }
.feature-list { list-style:none; padding:0; margin:0 0 24px; display:grid; gap:9px; font-size:13px; }
.feature-list li { display:flex; align-items:center; gap:9px; }
.feature-list .icon { color:var(--blue); font-size:14px; }
.text-link { display:inline-flex; align-items:center; gap:8px; text-decoration:none; text-transform:uppercase; font-weight:800; font-size:12px; }

.app-panel { min-height:420px; display:grid; grid-template-columns: 42% 31% 27%; align-items:center; overflow:hidden; border:1px solid #e6ebf4; border-radius:20px; box-shadow:0 10px 34px rgba(15,35,75,.05); background: linear-gradient(110deg,#fff 0%,#fff 44%,#f8fbff 64%,#eaf1ff 100%); position:relative; }
.app-panel::after { content:""; position:absolute; right:-110px; bottom:-50px; width:58%; height:70%; background:url('../images/energy-streams.svg') right bottom/cover no-repeat; opacity:.6; }
.app-copy { position:relative; z-index:2; padding:42px 0 42px 36px; }
.app-copy > p { color:#3e485c; line-height:1.6; font-size:14px; max-width:540px; }
.mini-features { display:grid; grid-template-columns:repeat(5,1fr); gap:16px; margin:30px 0 22px; }
.mini-features > div { text-align:center; }
.mini-features span { width:44px; height:44px; display:grid; place-items:center; margin:0 auto 8px; border:1.5px solid #84a4f5; color:var(--blue); border-radius:50%; }
.mini-features small { font-weight:700; font-size:10px; line-height:1.35; }
.store-buttons { display:flex; gap:14px; }
.store-buttons a { min-width:150px; height:46px; padding:0 16px; border-radius:6px; background:#050505; color:#fff; text-decoration:none; display:flex; align-items:center; gap:10px; }
.store-buttons .icon { font-size:22px; }
.store-buttons span { font-size:16px; line-height:1; }
.store-buttons small { display:block; font-size:8px; text-transform:uppercase; margin-bottom:3px; }
.app-phone { position:relative; z-index:2; align-self:end; display:flex; justify-content:center; }
.app-phone img { width:280px; max-height:440px; object-fit:contain; object-position:bottom; transform:rotate(8deg) translateY(22px); filter:drop-shadow(0 22px 18px rgba(15,34,70,.22)); }
.tuya-copy { position:relative; z-index:2; padding:30px 34px 30px 10px; align-self:center; }
.tuya-title { display:flex; align-items:center; gap:12px; margin-bottom:18px; }
.tuya-title span { width:38px; height:38px; display:grid; place-items:center; border-radius:8px; color:#fff; background:#f26822; font-size:27px; font-weight:900; }
.tuya-copy p { max-width:250px; color:#3e485c; font-size:14px; line-height:1.55; }
.tuya-badge { display:inline-block; margin-top:36px; padding:12px 16px; background:#fff; border-radius:8px; box-shadow:0 8px 20px rgba(0,0,0,.08); font-size:12px; }
.tuya-badge b { margin-left:5px; padding:4px 8px; color:#fff; background:#f26822; border-radius:4px; font-size:16px; }

.dlb-panel { min-height:330px; display:grid; grid-template-columns: 51% 49%; align-items:center; overflow:hidden; border:1px solid #e6ebf4; border-radius:20px; box-shadow:0 10px 34px rgba(15,35,75,.05); background:#fff; }
.dlb-graphic { padding:35px 20px 25px 35px; }
.dlb-graphic svg { width:100%; max-height:270px; }
.dlb-copy { padding:50px 48px; }
.dlb-copy p { color:#3e485c; font-size:14px; line-height:1.6; margin:18px 0 24px; }

.technical { padding: 12px 0 26px; }
.technical-grid { display:grid; grid-template-columns:repeat(7,1fr); border:1px solid #e5eaf3; border-radius:16px; overflow:hidden; background:#fff; }
.technical article { min-height:95px; display:flex; align-items:center; gap:12px; padding:15px 14px; }
.technical article:not(:last-child) { border-right:1px solid #e8edf5; }
.technical article > span { width:42px; height:42px; flex:0 0 auto; display:grid; place-items:center; border:1px solid #9fb7f4; color:var(--blue); border-radius:50%; }
.technical strong, .technical small { display:block; }
.technical strong { color:var(--red); font-size:12px; }
.technical small { margin-top:4px; color:#667084; font-size:9px; line-height:1.35; }

.cta { padding: 0 0 28px; }
.cta-panel { min-height:115px; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:22px; padding:22px 30px; border:1px solid #e6ebf4; border-radius:16px; background:linear-gradient(100deg,#fff 0%,#fff 62%,#eef3ff 100%); position:relative; overflow:hidden; }
.cta-panel::after { content:""; position:absolute; right:-40px; bottom:-35px; width:46%; height:120%; background:url('../images/energy-streams.svg') right bottom/cover no-repeat; opacity:.44; }
.cta-icon { position:relative; z-index:2; width:62px; height:62px; display:grid; place-items:center; border:2px solid var(--blue); color:var(--blue); border-radius:50%; font-size:26px; }
.cta-panel > div, .cta-panel > a { position:relative; z-index:2; }
.cta h2 { margin:0 0 5px; font-size:25px; }
.cta h2 span { color:var(--red); }
.cta p { margin:0; color:#5b6578; font-size:13px; }

.site-footer { background:linear-gradient(120deg,#071d3b,#03152d); color:#fff; padding:46px 0 20px; }
.footer-grid { display:grid; grid-template-columns:1.5fr repeat(4,1fr); gap:50px; }
.footer-brand img { width:165px; margin-bottom:18px; }
.footer-brand p { max-width:300px; color:#c2ccdc; font-size:13px; line-height:1.55; }
.footer-grid h3 { margin:0 0 18px; font-size:12px; text-transform:uppercase; letter-spacing:.04em; }
.footer-grid a, .footer-grid > div > p { display:block; margin:0 0 10px; color:#d5deeb; text-decoration:none; font-size:12px; line-height:1.55; }
.socials { display:flex; gap:9px; margin-top:16px; }
.socials a { width:32px; height:32px; display:grid; place-items:center; border:1px solid #71809a; border-radius:50%; }
.footer-bottom { margin-top:35px; padding-top:18px; border-top:1px solid rgba(255,255,255,.13); display:flex; justify-content:space-between; color:#aab6c8; font-size:11px; }

@media (max-width: 1100px) {
  .header-inner { grid-template-columns:180px 1fr auto; }
  .site-nav { gap:22px; font-size:11px; }
  .header-cta { min-width:160px; }
  .hero-copy { width:55%; }
  .product-card { grid-template-columns:42% 58%; }
  .app-panel { grid-template-columns:44% 30% 26%; }
  .mini-features { grid-template-columns:repeat(3,1fr); }
  .technical-grid { grid-template-columns:repeat(4,1fr); }
  .technical article { border-bottom:1px solid #e8edf5; }
}
@media (max-width: 860px) {
  .container { width:min(calc(100% - 28px),var(--container)); }
  .site-header { height:72px; }
  .header-inner { grid-template-columns:1fr auto auto; gap:12px; }
  .brand img { width:145px; }
  .menu-toggle { display:block; }
  .site-nav { display:none; position:absolute; top:72px; left:0; right:0; padding:18px 24px 24px; background:#fff; box-shadow:0 18px 30px rgba(5,25,55,.12); flex-direction:column; align-items:stretch; gap:0; }
  .site-nav.open { display:flex; }
  .site-nav a { padding:12px 4px; }
  .site-nav a.active::after { bottom:6px; right:auto; width:34px; }
  .header-cta { min-width:0; padding-inline:16px; font-size:10px; }
  .hero { min-height:660px; }
  .hero-media { background-image:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 40%,rgba(255,255,255,.15) 72%,rgba(255,255,255,0) 100%),url('../images/hero-scene.webp'); background-position:center bottom; }
  .hero-inner { min-height:660px; align-items:flex-start; }
  .hero-copy { width:100%; padding-top:58px; text-align:left; }
  .hero-copy h1 { font-size:50px; }
  .hero-copy > p { font-size:14px; }
  .hero-energy { width:110%; right:-120px; }
  .benefit-card { grid-template-columns:repeat(2,1fr); }
  .benefit:nth-child(2)::after { display:none; }
  .benefit:nth-child(-n+2) { border-bottom:1px solid #e8edf5; }
  .product-grid { grid-template-columns:1fr; }
  .product-card { min-height:390px; }
  .app-panel { grid-template-columns:1fr 1fr; }
  .app-copy { padding-right:25px; }
  .tuya-copy { grid-column:1/-1; display:flex; align-items:center; gap:18px; padding:18px 30px 30px; }
  .tuya-copy p { max-width:none; margin:0; }
  .tuya-badge { margin:0 0 0 auto; }
  .dlb-panel { grid-template-columns:1fr; }
  .dlb-copy { padding-top:20px; }
  .technical-grid { grid-template-columns:repeat(2,1fr); }
  .cta-panel { grid-template-columns:auto 1fr; }
  .cta-panel .button { grid-column:1/-1; justify-self:end; }
  .footer-grid { grid-template-columns:repeat(2,1fr); }
  .footer-brand { grid-column:1/-1; }
}
@media (max-width: 560px) {
  .header-cta { display:none; }
  .hero { min-height:700px; }
  .hero-copy h1 { font-size:40px; }
  .hero-actions { flex-direction:column; align-items:flex-start; }
  .hero-actions .button { width:220px; }
  .hero-facts { gap:18px; flex-direction:column; }
  .benefits { margin-top:-22px; }
  .benefit-card { grid-template-columns:1fr; }
  .benefit { min-height:160px; }
  .benefit::after { display:none!important; }
  .benefit:not(:last-child) { border-bottom:1px solid #e8edf5; }
  .section-panel { padding:26px 18px; }
  .row-between { align-items:flex-start; }
  .row-between > .button { display:none; }
  .product-card { grid-template-columns:1fr; }
  .product-visual { min-height:310px; }
  .product-visual img { height:290px; }
  .product-copy { padding:22px 24px 28px; }
  .app-panel { grid-template-columns:1fr; }
  .app-copy { padding:30px 22px; }
  .mini-features { grid-template-columns:repeat(3,1fr); }
  .store-buttons { flex-direction:column; align-items:flex-start; }
  .app-phone { min-height:350px; }
  .app-phone img { width:230px; }
  .tuya-copy { display:block; padding:25px 22px 32px; }
  .tuya-badge { margin-top:18px; }
  .dlb-graphic { padding:20px 12px; }
  .dlb-copy { padding:28px 22px 34px; }
  .technical-grid { grid-template-columns:1fr; }
  .technical article:not(:last-child) { border-right:0; }
  .cta-panel { grid-template-columns:1fr; text-align:center; }
  .cta-icon { margin:auto; }
  .cta-panel .button { justify-self:center; }
  .footer-grid { grid-template-columns:1fr; gap:30px; }
  .footer-brand { grid-column:auto; }
  .footer-bottom { flex-direction:column; gap:10px; }
}

/* === WordPress integration and requested August 2026 updates === */
.evxium-page { margin:0; background:#fff; }
.evxium-page #wpadminbar ~ .site-header { top:32px; }
.evxium-page .site-header { top:0; }
.evxium-page img { max-width:100%; }

/* DLB: use the selected pencil-style garage/car illustration */
.dlb-pencil { display:flex; align-items:center; justify-content:center; min-height:280px; padding:32px 36px; }
.dlb-pencil img { width:100%; max-width:560px; height:auto; object-fit:contain; }

/* Footer: clean 3-column layout; no support/company blocks */
.footer-grid-simplified { grid-template-columns:minmax(300px,1.45fr) minmax(190px,.75fr) minmax(250px,.9fr); align-items:start; gap:80px; }
.footer-brand img { display:block; width:165px; height:auto; border:0!important; outline:0!important; box-shadow:none!important; background:transparent!important; }
.footer-grid-simplified > div:last-child { justify-self:end; min-width:250px; }

/* Contact page */
.contact-main { background:#f7f9fc; }
.contact-hero { padding:88px 0 74px; background:
  radial-gradient(circle at 86% 35%, rgba(30,104,255,.13), transparent 28%),
  radial-gradient(circle at 96% 70%, rgba(237,28,36,.09), transparent 25%),
  linear-gradient(180deg,#fff 0%,#f8faff 100%); overflow:hidden; }
.contact-hero-inner { max-width:760px; }
.contact-hero h1 { margin:10px 0 18px; color:#091a3a; font-size:clamp(44px,5vw,72px); line-height:1.03; letter-spacing:-.04em; }
.contact-hero h1 span { color:#ed1c24; }
.contact-hero-inner > p:last-child { margin:0; max-width:680px; color:#536078; font-size:17px; line-height:1.65; }
.contact-content { padding:72px 0 96px; }
.contact-grid { display:grid; grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr); gap:34px; align-items:stretch; }
.contact-info-card,.contact-form-card { background:#fff; border:1px solid #e5eaf3; border-radius:22px; box-shadow:0 16px 45px rgba(8,32,72,.065); padding:42px 44px; }
.contact-info-card h2,.contact-form-card h2 { margin:7px 0 18px; font-size:34px; color:#101c34; letter-spacing:-.025em; }
.contact-intro { color:#5e687b; line-height:1.65; font-size:15px; margin:0 0 30px; }
.contact-list { display:grid; gap:18px; }
.contact-list > a,.contact-list > div { display:flex; align-items:flex-start; gap:15px; color:#132039; text-decoration:none; padding:17px 0; border-top:1px solid #edf1f6; }
.contact-list > a:first-child { border-top:0; }
.contact-list > a > span,.contact-list > div > span { width:46px; height:46px; flex:0 0 46px; display:grid; place-items:center; border-radius:50%; color:#175fe8; background:#eef4ff; border:1px solid #cadaff; }
.contact-list small,.contact-list strong { display:block; }
.contact-list small { color:#7a8598; font-size:11px; text-transform:uppercase; letter-spacing:.08em; margin-bottom:4px; }
.contact-list strong { font-size:15px; line-height:1.55; }

/* Contact Form 7 styling */
.contact-form-card .wpcf7 { margin-top:24px; }
.contact-form-card .wpcf7-form { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.contact-form-card .wpcf7-form > p { margin:0; }
.contact-form-card .wpcf7-form > p:nth-last-child(-n+3),
.contact-form-card .wpcf7-form > p:has(textarea),
.contact-form-card .wpcf7-form > p:has(.wpcf7-submit) { grid-column:1/-1; }
.contact-form-card label { display:block; color:#17233b; font-size:12px; font-weight:700; }
.contact-form-card input[type="text"],
.contact-form-card input[type="email"],
.contact-form-card input[type="tel"],
.contact-form-card input[type="url"],
.contact-form-card select,
.contact-form-card textarea { width:100%; margin-top:8px; border:1px solid #dce3ef; border-radius:10px; background:#fbfcfe; color:#17233b; padding:13px 14px; font:inherit; outline:0; transition:border-color .2s, box-shadow .2s; }
.contact-form-card textarea { min-height:160px; resize:vertical; }
.contact-form-card input:focus,.contact-form-card textarea:focus,.contact-form-card select:focus { border-color:#5b7cff; box-shadow:0 0 0 3px rgba(48,92,255,.10); }
.contact-form-card input[type="submit"] { appearance:none; border:0; border-radius:999px; padding:14px 28px; color:#fff; font-weight:800; text-transform:uppercase; font-size:11px; letter-spacing:.04em; cursor:pointer; background:linear-gradient(90deg,#1e63ff 0%,#7a4ee6 50%,#ed1c24 100%); box-shadow:0 9px 22px rgba(58,86,207,.22); }
.contact-form-card .wpcf7-spinner { vertical-align:middle; }
.cf7-missing { margin-top:24px; padding:22px; border:1px dashed #bcc8dc; border-radius:12px; background:#f8faff; color:#495770; line-height:1.55; }
.cf7-missing strong { color:#15223c; }

@media (max-width:860px) {
  .evxium-page #wpadminbar ~ .site-header { top:46px; }
  .footer-grid-simplified { grid-template-columns:1fr 1fr; gap:44px; }
  .footer-grid-simplified .footer-brand { grid-column:1/-1; }
  .footer-grid-simplified > div:last-child { justify-self:start; }
  .contact-grid { grid-template-columns:1fr; }
}
@media (max-width:560px) {
  .contact-hero { padding:58px 0 48px; }
  .contact-content { padding:38px 0 62px; }
  .contact-info-card,.contact-form-card { padding:28px 22px; border-radius:16px; }
  .contact-form-card .wpcf7-form { grid-template-columns:1fr; }
  .contact-form-card .wpcf7-form > p { grid-column:1/-1; }
  .footer-grid-simplified { grid-template-columns:1fr; gap:28px; }
  .footer-grid-simplified .footer-brand { grid-column:auto; }
}
