/* ===== VeCare Electronics — storefront styles (navy/blue brand system) ===== */
:root{
  --navy:#16234f;--navy-deep:#101d3f;--navy-foot:#0f1a3a;--navy-foot2:#0a1330;--navy-hero:#1e2f66;
  --blue:#2b4fb0;--blue-hover:#223f8f;--blue-light:#3a5fc4;
  --blue-tint:#eef1fb;--blue-tint-2:#e4e8f7;--blue-tint-border:#dbe1f5;
  --green:#16a34a;--green-hover:#128a3d;
  --bg:#f6f7fb;--line:#e7e9f0;--white:#fff;
  --ink:#101828;--muted:#4a5578;--muted-2:#6b7590;--on-dark:#b9c3e6;--on-dark-2:#cdd6ee;
  --r-btn:8px;--r-card:14px;--r-panel:20px;
  --shadow:0 6px 16px rgba(43,79,176,.12);--shadow-lg:0 14px 40px rgba(22,35,79,.16);
  --font:'Helvetica Neue',Helvetica,Arial,system-ui,-apple-system,sans-serif;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:var(--font);color:var(--ink);background:var(--bg);line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
::selection{background:var(--blue);color:#fff}
.container{max-width:1200px;margin:0 auto;padding:0 18px}
.hide-mobile{display:inline}

/* ---- buttons ---- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4em;border:0;cursor:pointer;
  font-weight:600;border-radius:var(--r-btn);padding:.7rem 1.2rem;font-size:.95rem;transition:.15s;line-height:1;white-space:nowrap}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--blue);color:#fff}
.btn-primary:hover{background:var(--blue-hover)}
.btn-navy{background:var(--navy);color:#fff}
.btn-navy:hover{background:#1e2f66}
.btn-outline{background:#fff;color:var(--navy);border:1.5px solid var(--line)}
.btn-outline:hover{border-color:var(--blue);color:var(--blue)}
.btn-whatsapp{background:var(--green);color:#fff}
.btn-whatsapp:hover{background:var(--green-hover)}
.btn-lg{padding:.95rem 1.7rem;font-size:1.05rem}
.btn-sm{padding:.5rem .85rem;font-size:.85rem;border-radius:7px}
.btn-block{width:100%;margin-top:.5rem}

/* ---- topbar (utility bar) ---- */
.topbar{background:var(--navy-deep);color:var(--on-dark-2);font-size:.82rem}
.topbar-inner{display:flex;justify-content:space-between;align-items:center;height:38px;gap:1rem}
.topbar a{color:var(--on-dark-2)}.topbar a:hover{color:#fff}
.topbar-left,.topbar-right{display:flex;gap:1.4rem;align-items:center}

/* ---- header ---- */
.header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}
.header-inner{display:flex;align-items:center;gap:1.5rem;height:78px}
.brand{display:flex;align-items:center;gap:.7rem;flex-shrink:0}
.brand-logo{height:48px;width:auto}
.brand-mark{width:46px;height:46px;border-radius:10px;background:linear-gradient(135deg,var(--blue),var(--navy));
  color:#fff;font-weight:700;font-size:1.35rem;display:grid;place-items:center}
.brand-text strong{display:block;font-size:1.25rem;line-height:1.1;letter-spacing:-.02em;color:var(--navy)}
.brand-text small{display:block;font-size:.72rem;color:var(--muted-2)}
.search{flex:1;display:flex;max-width:560px;gap:10px}
.search input{flex:1;border:1px solid #d7dbea;border-radius:var(--r-btn);padding:.7rem 1rem;font-size:.9rem;outline:none;font-family:inherit}
.search input:focus{border-color:var(--blue)}
.search button{border:0;background:var(--blue);color:#fff;padding:0 1.4rem;font-weight:600;cursor:pointer;border-radius:var(--r-btn);font-size:.9rem}
.search button:hover{background:var(--blue-hover)}
.header-cta{flex-shrink:0;display:flex;align-items:center;gap:.8rem}
.cart-link{position:relative;display:flex;align-items:center;gap:.4rem;color:var(--navy);font-weight:600;font-size:.9rem;padding:.5rem}
.cart-link:hover{color:var(--blue)}
.cart-badge{position:absolute;top:-4px;right:-6px;background:var(--blue);color:#fff;font-size:.68rem;font-weight:700;
  min-width:18px;height:18px;border-radius:9px;display:none;align-items:center;justify-content:center;padding:0 4px}
.cart-badge.show{display:flex}
.nav-toggle{display:none;background:none;border:0;font-size:1.6rem;cursor:pointer;color:var(--navy)}

/* ---- main nav ---- */
.mainnav{background:var(--navy);position:sticky;top:78px;z-index:40}
.mainnav-inner{display:flex;gap:2rem;overflow-x:auto;scrollbar-width:none}
.mainnav-inner::-webkit-scrollbar{display:none}
.mainnav a{color:var(--on-dark);padding:1rem 0;font-size:.88rem;font-weight:600;white-space:nowrap;border-bottom:2px solid transparent}
.mainnav a:hover{color:#fff}
.mainnav a.active{color:#fff;border-bottom-color:var(--blue)}

/* ---- hero ---- */
.hero{position:relative;overflow:hidden;background:linear-gradient(120deg,var(--navy),var(--navy-hero))}
.hero-track{position:relative;height:clamp(300px,40vw,440px)}
.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .7s;background-size:cover;background-position:center;
  display:flex;align-items:center}
.hero-slide.active{opacity:1}
.hero-content{max-width:600px}
.hero-content h1{font-size:clamp(1.9rem,4.5vw,2.75rem);margin:0 0 1rem;line-height:1.1;letter-spacing:-.02em;color:#fff;font-weight:800}
.hero-content p{font-size:clamp(1rem,1.6vw,1.06rem);margin:0 0 1.75rem;color:var(--on-dark)}
.hero-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.12);color:#fff;
  border:0;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;backdrop-filter:blur(4px)}
.hero-nav:hover{background:rgba(255,255,255,.25)}
.hero-nav.prev{left:20px}.hero-nav.next{right:20px}
.hero-dots{position:absolute;bottom:22px;left:0;right:0;display:flex;gap:.5rem;justify-content:center}
.hero-dots button{width:8px;height:8px;border-radius:50%;border:0;background:rgba(255,255,255,.35);cursor:pointer;padding:0}
.hero-dots button.active{background:#fff;width:22px;border-radius:5px}

/* ---- sections ---- */
.section{padding:3.5rem 0}
.section-tight{padding:0 0 3.5rem}
.section-alt{background:#fff}
.section-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1.5rem}
.section-head h2{font-size:clamp(1.35rem,2.5vw,1.5rem);margin:0;letter-spacing:-.01em;color:var(--navy);font-weight:800}
.section-head .link{color:var(--blue);font-weight:600;font-size:.9rem}
.section-head .link:hover{color:var(--blue-hover)}
.section-head.center{display:block;text-align:center}
.section-head.center p{color:var(--muted-2);margin:.3rem 0 0;font-weight:400}

/* ---- category grid ---- */
.category-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:16px}
.category-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px 12px;
  text-align:center;transition:.18s;display:flex;flex-direction:column;align-items:center;gap:10px}
.category-card:hover{border-color:var(--blue);box-shadow:var(--shadow);transform:translateY(-3px)}
.category-tile{width:48px;height:48px;border-radius:10px;background:var(--blue-tint);display:grid;place-items:center;
  font-size:22px;font-weight:800;color:var(--blue);overflow:hidden}
.category-tile img{width:48px;height:48px;object-fit:contain}
.category-name{font-size:.81rem;font-weight:700;color:var(--navy)}

/* ---- product grid & cards ---- */
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.product-grid.g3{grid-template-columns:repeat(3,1fr)}
.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-card);overflow:hidden;
  display:flex;flex-direction:column;transition:.18s}
.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}
.product-media{position:relative;aspect-ratio:16/11;background:#fff;display:grid;place-items:center;padding:1rem;border-bottom:1px solid var(--line)}
.product-media img{width:100%;height:100%;object-fit:contain}
.no-image{color:var(--muted-2);font-size:.8rem;display:grid;place-items:center;width:100%;height:100%;
  background:repeating-linear-gradient(45deg,#eef1fb,#eef1fb 10px,#e4e8f7 10px,#e4e8f7 20px);font-family:monospace}
.no-image.large{aspect-ratio:1;border-radius:var(--r-card)}
.badge{position:absolute;top:10px;left:10px;font-size:.68rem;font-weight:700;padding:.25rem .6rem;border-radius:20px;color:#fff}
.badge-out{background:var(--muted)}.badge-hot{background:var(--blue)}
.product-body{padding:16px;display:flex;flex-direction:column;gap:.4rem;flex:1}
.product-brand{font-size:.72rem;text-transform:uppercase;letter-spacing:.4px;color:var(--muted-2);font-weight:700}
.product-brand.big{font-size:.85rem}
.product-name{font-size:.9rem;margin:0;font-weight:700;line-height:1.3;color:var(--navy)}
.product-name a:hover{color:var(--blue)}
.product-spec{font-size:.78rem;color:var(--muted-2);margin:0}
.product-foot{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding-top:.4rem}
.product-price{display:flex;align-items:baseline;gap:.4rem;flex-wrap:wrap}
.price{font-size:1.05rem;font-weight:800;color:var(--navy)}
.old-price{font-size:.8rem;color:var(--muted-2);text-decoration:line-through}
.price-call{font-weight:700;color:var(--muted)}
.add-cart{background:var(--blue);color:#fff;border:0;padding:.5rem .85rem;border-radius:7px;font-size:.78rem;font-weight:700;cursor:pointer;transition:.15s}
.add-cart:hover{background:var(--blue-hover)}
.add-cart.added{background:var(--green)}

/* ---- promo banner ---- */
.promo{margin:0 0 3.5rem;background:var(--blue-tint);border:1px solid var(--blue-tint-border);border-radius:16px;
  padding:32px 40px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}
.promo h3{font-size:1.25rem;font-weight:800;color:var(--navy);margin:0}
.promo p{font-size:.9rem;color:var(--muted);margin:.4rem 0 0}

/* ---- stores ---- */
.stores-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.store-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-card);padding:22px}
.store-card h3{font-size:.95rem;font-weight:800;color:var(--navy);margin:0 0 .5rem}
.store-card .addr{font-size:.82rem;color:var(--muted);line-height:1.6;margin:0}
.store-card .hrs{font-size:.82rem;color:var(--blue);font-weight:600;margin:.6rem 0 0}

/* ---- contact panel (homepage) ---- */
.contact-panel{background:var(--navy);border-radius:var(--r-panel);padding:48px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.contact-panel h2{font-size:1.6rem;font-weight:800;color:#fff;margin:0}
.contact-panel .lead{color:var(--on-dark);font-size:.95rem;margin:.75rem 0 0;line-height:1.6}
.contact-panel .cinfo{margin-top:1.75rem;display:flex;flex-direction:column;gap:.9rem;color:var(--on-dark-2);font-size:.9rem}
.contact-panel .cinfo a{color:var(--on-dark-2)}.contact-panel .cinfo a:hover{color:#fff}
.contact-form{background:#fff;border-radius:var(--r-card);padding:24px;display:flex;flex-direction:column;gap:14px}
.contact-form input,.contact-form textarea{padding:12px 14px;border-radius:var(--r-btn);border:1px solid #d7dbea;font-size:.9rem;outline:none;font-family:inherit;resize:none}
.contact-form input:focus,.contact-form textarea:focus{border-color:var(--blue)}
.contact-form button{background:var(--blue);color:#fff;border:0;padding:13px;border-radius:var(--r-btn);font-weight:700;font-size:.9rem;cursor:pointer}
.contact-form button:hover{background:var(--blue-hover)}

/* ---- page hero / breadcrumb ---- */
.page-hero{background:linear-gradient(120deg,var(--navy),var(--navy-hero));color:#fff;padding:2.4rem 0}
.page-hero h1{margin:.3rem 0;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800}
.page-hero p{margin:0;color:var(--on-dark)}
.breadcrumb{font-size:.85rem;color:var(--on-dark)}
.breadcrumb a:hover{color:#fff}
.breadcrumb-page{padding:1rem 0;color:var(--muted-2)}
.breadcrumb-page a:hover{color:var(--blue)}

/* ---- listing toolbar ---- */
.listing-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.4rem;color:var(--muted-2);font-size:.9rem}
.sort-form select{padding:.5rem .7rem;border:1.5px solid var(--line);border-radius:9px;font-size:.9rem;font-family:inherit}

/* ---- product detail ---- */
.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}
.gallery-main{background:#fff;border:1px solid var(--line);border-radius:var(--r-card);padding:1.5rem;aspect-ratio:1;display:grid;place-items:center}
.gallery-main img{width:100%;height:100%;object-fit:contain}
.gallery-thumbs{display:flex;gap:.6rem;margin-top:.8rem;flex-wrap:wrap}
.thumb{width:70px;height:70px;border:2px solid var(--line);border-radius:9px;padding:4px;background:#fff;cursor:pointer}
.thumb.active{border-color:var(--blue)}
.thumb img{width:100%;height:100%;object-fit:contain}
.product-info h1{font-size:clamp(1.4rem,2.6vw,2rem);margin:.3rem 0 .4rem;letter-spacing:-.01em;color:var(--navy)}
.product-model{color:var(--muted-2);font-size:.9rem;margin:0 0 1rem}
.product-price.big .price{font-size:2rem}
.product-price.big{margin-bottom:.8rem}
.stock{font-size:.9rem;font-weight:600;margin-bottom:1.2rem}
.stock.in{color:var(--green-hover)}.stock.out{color:#b91c1c}
.product-desc{color:var(--muted);margin-bottom:1.4rem}
.product-features h3{font-size:1.05rem;margin:0 0 .6rem;color:var(--navy)}
.product-features ul{margin:0 0 1.5rem;padding-left:1.1rem}
.product-features li{margin-bottom:.35rem}
.product-cta{display:flex;gap:.8rem;flex-wrap:wrap}
.product-cta .btn{flex:1;min-width:170px}

/* ---- cart page ---- */
.cart-wrap{display:grid;grid-template-columns:1.6fr 1fr;gap:2rem;align-items:start}
.cart-items{background:#fff;border:1px solid var(--line);border-radius:var(--r-card);overflow:hidden}
.cart-row{display:flex;gap:1rem;align-items:center;padding:1rem 1.2rem;border-bottom:1px solid var(--line)}
.cart-row:last-child{border-bottom:0}
.cart-row .ci-img{width:64px;height:64px;border:1px solid var(--line);border-radius:9px;object-fit:contain;background:#fff;flex-shrink:0}
.cart-row .ci-info{flex:1;min-width:0}
.cart-row .ci-name{font-weight:700;color:var(--navy);font-size:.92rem}
.cart-row .ci-price{color:var(--muted-2);font-size:.82rem}
.qty{display:flex;align-items:center;gap:.4rem}
.qty button{width:28px;height:28px;border:1px solid var(--line);background:#fff;border-radius:7px;cursor:pointer;font-weight:700;color:var(--navy)}
.qty span{min-width:22px;text-align:center;font-weight:700}
.ci-line{font-weight:800;color:var(--navy);min-width:90px;text-align:right}
.ci-remove{background:none;border:0;color:#b91c1c;cursor:pointer;font-size:1.1rem;padding:.2rem}
.cart-summary{background:#fff;border:1px solid var(--line);border-radius:var(--r-card);padding:1.4rem}
.cart-summary h3{margin:0 0 1rem;color:var(--navy)}
.summary-row{display:flex;justify-content:space-between;margin-bottom:.6rem;font-size:.92rem;color:var(--muted)}
.summary-row.total{font-size:1.15rem;font-weight:800;color:var(--navy);border-top:1px solid var(--line);padding-top:.8rem;margin-top:.8rem}
.order-form{display:flex;flex-direction:column;gap:.8rem;margin-top:1.2rem}
.order-form input,.order-form textarea{padding:.7rem .9rem;border:1px solid #d7dbea;border-radius:var(--r-btn);font-size:.9rem;font-family:inherit;outline:none;resize:none}
.order-form input:focus,.order-form textarea:focus{border-color:var(--blue)}
.cart-note{font-size:.8rem;color:var(--muted-2);margin:.4rem 0 0;line-height:1.5}
.cart-empty{text-align:center;padding:3rem 1rem}

/* ---- order thank you ---- */
.thanks{max-width:640px;margin:0 auto;text-align:center}
.thanks .check{width:72px;height:72px;border-radius:50%;background:var(--blue-tint);color:var(--green);
  display:grid;place-items:center;font-size:2.2rem;margin:0 auto 1.2rem}
.thanks h1{color:var(--navy);margin:0 0 .5rem}
.thanks .ref{display:inline-block;background:var(--blue-tint);color:var(--navy);font-weight:700;padding:.4rem 1rem;border-radius:20px;margin:.6rem 0 1.2rem}
.thanks-items{background:#fff;border:1px solid var(--line);border-radius:var(--r-card);padding:1.2rem;text-align:left;margin:1.5rem 0}
.thanks-items .ti-row{display:flex;justify-content:space-between;padding:.4rem 0;border-bottom:1px solid var(--line);font-size:.9rem}
.thanks-items .ti-row:last-child{border-bottom:0}

/* ---- trust strip ---- */
.trust{background:#fff;border-top:1px solid var(--line);padding:2rem 0}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.trust-item{display:flex;gap:.8rem;align-items:center}
.trust-item span{font-size:1.7rem}
.trust-item strong{display:block;font-size:.95rem;color:var(--navy)}
.trust-item small{color:var(--muted-2)}

/* ---- about / contact pages ---- */
.narrow{max-width:820px}
.prose{font-size:1.05rem;color:var(--muted)}
.about-features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin:2rem 0}
.cta-box{background:#fff;border:1px solid var(--line);border-radius:var(--r-card);padding:2rem;text-align:center;margin-top:2rem}
.cta-box h3{margin:0 0 .4rem;color:var(--navy)}
.contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:2.5rem;align-items:start}
.contact-cards{display:grid;gap:1rem}
.contact-card{display:flex;gap:1rem;background:#fff;border:1px solid var(--line);border-radius:var(--r-card);padding:1.2rem}
.contact-card span{font-size:1.5rem}
.contact-card strong{display:block;color:var(--navy)}
.contact-card p{margin:.2rem 0 0;color:var(--muted-2)}
.contact-card a:hover{color:var(--blue)}
.contact-action{background:#fff;border:1px solid var(--line);border-radius:var(--r-card);padding:2rem}
.contact-action h3{color:var(--navy);margin-top:0}
.contact-action .btn{margin-top:.8rem;width:100%}

/* ---- empty state ---- */
.empty-state{text-align:center;padding:3rem 1rem;max-width:520px;margin:0 auto}
.empty-state h2{margin:0 0 .5rem;color:var(--navy)}
.empty-state p{color:var(--muted-2);margin:0 0 1.3rem}

/* ---- footer ---- */
.footer{background:var(--navy-foot);color:#9aa5cc;padding:3rem 0 0;margin-top:0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:2rem}
.footer-brand{display:flex;align-items:center;gap:.6rem;margin-bottom:.8rem}
.footer-brand img{height:34px}
.footer-mark{width:34px;height:34px;border-radius:8px;background:linear-gradient(135deg,var(--blue),var(--navy));color:#fff;font-weight:700;display:grid;place-items:center}
.footer-brand strong{color:#fff;font-size:1.05rem;font-weight:800}
.footer p{line-height:1.6;font-size:.85rem}
.footer-col h4{color:#fff;font-size:.92rem;margin:0 0 1rem;font-weight:700}
.footer-col ul{list-style:none;margin:0;padding:0}
.footer-col li{margin-bottom:.5rem;font-size:.85rem}
.footer-col a:hover{color:#fff}
.footer-contact li{color:#9aa5cc}
.footer-social{display:flex;gap:1rem;margin-top:1rem;font-size:.85rem}
.footer-social a{color:#9aa5cc}.footer-social a:hover{color:#fff}
.footer-bottom{background:var(--navy-foot2);margin-top:2.5rem;padding:1rem 0;font-size:.78rem;color:var(--muted-2)}
.footer-bottom .container{display:flex;justify-content:space-between;align-items:center}
.footer-admin{color:var(--muted-2)}.footer-admin:hover{color:#9aa5cc}

/* ---- whatsapp float ---- */
.whatsapp-float{position:fixed;bottom:22px;right:22px;width:56px;height:56px;background:var(--green);
  border-radius:50%;display:grid;place-items:center;font-size:1.6rem;box-shadow:var(--shadow-lg);z-index:60;
  animation:pulse 2.5s infinite}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(22,163,74,.5)}70%{box-shadow:0 0 0 16px rgba(22,163,74,0)}100%{box-shadow:0 0 0 0 rgba(22,163,74,0)}}

/* ---- toast ---- */
.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(20px);background:var(--navy);color:#fff;
  padding:.8rem 1.4rem;border-radius:10px;font-size:.9rem;font-weight:600;opacity:0;pointer-events:none;transition:.25s;z-index:70;box-shadow:var(--shadow-lg)}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}

/* ---- responsive ---- */
@media(max-width:1024px){
  .category-grid{grid-template-columns:repeat(4,1fr)}
  .product-grid,.product-grid.g3{grid-template-columns:repeat(3,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:768px){
  .hide-mobile{display:none}
  .header-inner{flex-wrap:wrap;height:auto;padding:.8rem 18px;gap:.8rem}
  .brand{order:1}.header-cta{order:2;margin-left:auto}.nav-toggle{order:3;display:block}
  .search{order:4;flex-basis:100%;max-width:none}
  .mainnav{top:0;position:static}
  .mainnav-inner{flex-direction:column;gap:0;display:none}
  body.nav-open .mainnav-inner{display:flex}
  .mainnav a{padding:.8rem 0}
  .product-detail-grid,.contact-grid,.cart-wrap,.contact-panel{grid-template-columns:1fr;gap:1.5rem}
  .contact-panel{padding:28px}
  .promo{flex-direction:column;align-items:flex-start;padding:24px}
  .product-grid,.product-grid.g3{grid-template-columns:repeat(2,1fr);gap:.9rem}
  .category-grid{grid-template-columns:repeat(3,1fr)}
  .stores-grid{grid-template-columns:1fr}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .about-features{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-bottom .container{flex-direction:column;gap:.5rem}
}
@media(max-width:420px){
  .category-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr}
}
