:root {
  --blue: #0d3f8c;
  --blue-dark: #082c64;
  --text: #13284b;
  --muted: #5f6b7d;
  --soft: #f5f7fa;
  --line: #e5eaf2;
  --white: #fff;
  --shadow: 0 12px 30px rgba(13, 63, 140, 0.08);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background: #fff;
}
img {
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.topbar {
  background: var(--blue-dark);
  color: #fff;
  font-weight: 800;
  font-size: 12px;
}
.topbar__inner {
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 42px;
  white-space: nowrap;
}
.site-header {
  .site-header.is-scrolled {
    box-shadow: 0 12px 30px rgba(13, 63, 140, 0.1);
    border-bottom-color: transparent;
  }
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
}
.header__inner {
  height: 92px;
  display: flex;
  align-items: center;
  gap: 35px;
}
.logo img {
  width: 132px;
  mix-blend-mode: multiply;
}
.nav {
  display: flex;
  align-items: center;
  gap: 42px;
  margin-left: auto;
  color: #3e4657;
  font-size: 14px;
  font-weight: 800;
}
.nav a {
  position: relative;
  padding: 8px 0;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--blue);
  transition: width 0.25s ease;
}

.nav a:hover::after,
.nav a.active::after {
  width: 100%;
}

.nav a:hover,
.nav a.active {
  color: var(--blue);
}
.mobile-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  padding: 6px;
  cursor: pointer;
  margin-left: auto;
}
.mobile-toggle span {
  display: block;
  height: 3px;
  background: var(--blue);
  margin: 7px 0;
  border-radius: 99px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  padding: 13px 27px;
  border-radius: 7px;
  border: 1.5px solid transparent;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  transition: 0.22s ease;
  cursor: pointer;
  gap: 9px;
}
.btn-primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 7px 14px rgba(13, 63, 140, 0.12);
}
.btn-primary:hover {
  background: var(--blue-dark);
  transform: translateY(-1px);
}
.btn-secondary {
  background: #fff;
  color: var(--blue);
  border-color: var(--blue);
}
.btn-secondary:hover {
  background: #f2f6fe;
  transform: translateY(-1px);
}
.btn-light {
  background: #fff;
  color: var(--blue);
}
.btn-whatsapp {
  background: #19a862;
  color: #fff;
  min-width: 190px;
  font-size: 18px;
}
.btn-wide {
  min-width: 280px;
}
.btn.small {
  min-height: 40px;
  padding: 10px 22px;
  font-size: 13px;
}
.hero {
  background: #ffffff;
  overflow: hidden;
}
.hero__inner {
  min-height: 565px;
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
  gap: 10px;
}
.hero h1 {
  margin: 0 0 20px;
  color: var(--text);
  font-size: 45px;
  line-height: 1.08;
  letter-spacing: -1.4px;
  font-weight: 900;
}
.hero p {
  max-width: 520px;
  margin: 0 0 28px;
  color: #606b7d;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 600;
}
.hero__actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.hero__brands span {
  display: block;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 13px;
}
.brand-mini {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.brand-mini img {
  max-width: 88px;
  max-height: 38px;
  object-fit: contain;
}
.hero__visual {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: calc((1180px - 100vw) / 2);
  padding-left: 10px;
  overflow: hidden;
}
.hero__visual img {
  width: 100%;
  min-width: 690px;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.benefits {
  background: var(--soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 31px 0;
}
.benefits{
    background: var(--soft);
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
    padding:18px 0;
}

.benefits__grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:0;
    align-items:stretch;
}

.benefit{
    display:flex;
    align-items:center;
    gap:12px;
    padding:18px;
    border-right:1px solid #dce4ef;
}

.benefit:last-child{
    border-right:none;
}

.benefit__icon{
    font-size:28px;
    flex-shrink:0;
}

.benefit h3{
    margin:0 0 4px;
    font-size:15px;
    line-height:1.2;
    color:var(--blue);
    font-weight:800;
}

.benefit p{
    margin:0;
    font-size:11px;
    line-height:1.35;
}
.section {
  padding: 48px 0;
}
.categories {
  padding-bottom: 35px;
}
.products {
  padding-top: 18px;
}
.section-heading {
  text-align: center;
  margin-bottom: 24px;
}
.section-heading.compact {
  margin-bottom: 14px;
}
.section-heading h2 {
  margin: 0 0 7px;
  color: var(--blue);
  text-transform: uppercase;
  font-size: 27px;
  letter-spacing: 0.2px;
  font-weight: 900;
}
.section-heading p {
  margin: 0;
  color: #687488;
  font-size: 16px;
  font-weight: 700;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 14px;
}
.category-card {
  min-height: 140px;
  padding: 20px 13px 17px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
  transition: 0.22s ease;
}
.category-card:hover {
  border-color: #c7d6ed;
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.cat-icon {
  color: var(--blue);
  font-size: 40px;
  display: block;
  margin-bottom: 12px;
}
.category-card h3 {
  margin: 0 0 7px;
  color: var(--blue);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
}
.category-card p {
  margin: 0;
  color: #667184;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 600;
}
.center {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 24px;
}
.filter {
  min-width: 82px;
  height: 38px;
  border-radius: 7px;
  border: 1.5px solid var(--blue);
  background: #fff;
  color: var(--blue);
  font-weight: 900;
  cursor: pointer;
  transition: 0.2s;
}
.filter.active,
.filter:hover {
  background: var(--blue);
  color: #fff;
}
.product-slider {
  position: relative;
}
.product-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 98px) / 8);
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 3px 0 12px;
}
.product-row::-webkit-scrollbar {
  display: none;
}
.product-card {
    scroll-snap-align: start;
    min-height: 390px;
    background: #ffffff;
    border: 1px solid #e9edf3;
    border-radius: 16px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    transition: all .30s ease;
    overflow: hidden;
}
.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(15, 40, 90, 0.12);
    border-color: var(--blue);
}
.product-card.is-clickable-product {
  cursor: pointer;
}
.product-card.is-clickable-product:focus-visible {
  outline: 3px solid rgba(13, 63, 140, 0.35);
  outline-offset: 3px;
}
.product-img {
  height: 165px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 18px;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #eef2f7;
  border-radius: 12px;
}
.product-card h3 {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
}
.product-meta {
    margin: 0 0 8px;
    color: #5f6f84;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
}
.product-tag {
  display: inline-flex;
  align-self: flex-start;
  margin: 3px 0 16px;
  padding: 5px 8px;
  border-radius: 5px;
  background: #eef4ff;
  color: var(--blue);
  font-size: 10.5px;
  font-weight: 900;
}
.product-card .btn {
  margin-top: auto;
  width: 100%;
  min-height: 35px;
  font-size: 12px;
  padding: 8px 10px;
}
.slider-arrow {
  position: absolute;
  z-index: 5;
  top: 45%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid var(--blue);
  color: var(--blue);
  box-shadow: var(--shadow);
  cursor: pointer;
  font-size: 27px;
  line-height: 1;
}
.slider-arrow.left {
  left: -21px;
}
.slider-arrow.right {
  right: -21px;
}
.trusted {
  padding-top: 12px;
  padding-bottom: 34px;
}
.brands-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}

.brands-row > img {
  width: 150px;
  height: 70px;
  object-fit: contain;
  padding: 15px;
  background: #ffffff;
  border: 1px solid #e9edf3;
  border-radius: 14px;
  transition: all .3s ease;
}

.brands-row > img:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(15,40,90,.15);
  border-color: var(--blue);
}
.brand-buttons {
  gap: 18px;
}
.brand-button {
  min-width: 150px;
  height: 70px;
  padding: 14px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9edf3;
  border-radius: 14px;
  background: #ffffff;
  color: var(--blue);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.brand-button img {
  width: 115px;
  max-height: 42px;
  object-fit: contain;
}
.brand-button:hover,
.brand-button.active {
  transform: translateY(-6px);
  border-color: var(--blue);
  box-shadow: 0 15px 35px rgba(15, 40, 90, 0.15);
}
.brand-button.active {
  background: #f3f7ff;
}
.brand-products {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.brand-product-card {
  min-width: 0;
  min-height: 365px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  border: 1px solid #e9edf3;
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.brand-product-card:hover {
  transform: translateY(-6px);
  border-color: var(--blue);
  box-shadow: 0 20px 40px rgba(15, 40, 90, 0.12);
}
.brand-product-card img {
  width: 100%;
  height: 150px;
  margin-bottom: 14px;
  padding: 10px;
  object-fit: contain;
  border: 1px solid #eef2f7;
  border-radius: 12px;
  background: #ffffff;
}
.brand-product-card span {
  width: fit-content;
  max-width: 100%;
  margin-bottom: 11px;
  padding: 5px 8px;
  border-radius: 5px;
  background: #eef4ff;
  color: var(--blue);
  font-size: 10.5px;
  font-weight: 900;
  line-height: 1.2;
}
.brand-product-card h3 {
  margin: 0 0 9px;
  color: var(--blue);
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
  overflow-wrap: anywhere;
}
.brand-product-card p {
  margin: 0 0 15px;
  color: #5f6f84;
  font-size: 12.5px;
  line-height: 1.4;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.brand-product-card a {
  margin-top: auto;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}
.brand-product-card a:hover {
  text-decoration: underline;
}
.amp-product-card.is-clickable-product,
.brand-product-card.is-clickable-product {
  cursor: pointer;
}
.amp-product-card.is-clickable-product:focus-visible,
.brand-product-card.is-clickable-product:focus-visible {
  outline: 3px solid rgba(13, 63, 140, 0.35);
  outline-offset: 3px;
}
.about {
  padding-top: 8px;
}
.about__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 50px;
  align-items: center;
}
.about__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.about__images img {
  height: 170px;
  width: 100%;
  object-fit: cover;
  border-radius: 9px;
}
.about__images .about-main {
  grid-row: span 2;
  height: 352px;
}
.about__copy h2 {
  margin: 0 0 15px;
  color: var(--blue);
  font-size: 29px;
  text-transform: uppercase;
  font-weight: 900;
}
.about__copy p {
  margin: 0 0 13px;
  color: #4f5b6f;
  font-size: 14px;
  line-height: 1.62;
  font-weight: 600;
}
.about__badges {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 23px;
}
.about__badges span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}
.cta {
  padding: 18px 0 0;
}
.cta__inner {
  background: var(--blue);
  color: #fff;
  border-radius: 10px;
  padding: 31px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.cta h2 {
  margin: 0 0 6px;
  font-size: 35px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.6px;
}
.cta p {
  margin: 0;
  font-weight: 700;
  opacity: 0.9;
}
.cta__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.footer {
  background: #f5f7fa;
  border-top: 1px solid var(--line);
  margin-top: 18px;
  padding: 31px 0 15px;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.15fr 1.2fr 1fr 1.1fr 1.35fr;
  gap: 34px;
}
.footer h3 {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}
.footer p,
.footer a {
  display: block;
  margin: 0 0 8px;
  color: #596579;
  font-size: 12.5px;
  line-height: 1.55;
  font-weight: 600;
}
.footer__brand img {
  width: 95px;
  margin-bottom: 12px;
  mix-blend-mode: multiply;
}
.socials {
  display: flex;
  gap: 9px;
  margin-top: 13px;
}
.socials a {
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.4px solid var(--blue);
  border-radius: 50%;
  color: var(--blue);
  font-weight: 900;
}
.footer__bottom {
  border-top: 1px solid #dce4ef;
  margin-top: 24px;
  padding-top: 13px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #687589;
  font-size: 11.5px;
  font-weight: 600;
}
@media (max-width: 1120px) {
  .topbar__inner {
    gap: 18px;
    overflow: auto;
    justify-content: flex-start;
  }
  .nav {
    gap: 22px;
  }
  .header-quote {
    padding-inline: 18px;
  }
  .hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 55px;
  }
  .hero__visual {
    margin-inline: -20px;
    padding: 0;
    min-height: 360px;
  }
  .hero__visual img {
    min-width: 0;
    height: 390px;
    object-fit: cover;
  }
  .benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .benefit:nth-child(2) {
    border-right: 0;
  }
  .benefit:nth-child(1),
  .benefit:nth-child(2) {
    border-bottom: 1px solid #dce4ef;
  }
  .category-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .product-row {
    grid-auto-columns: calc((100% - 42px) / 4);
  }
  .about__grid {
    grid-template-columns: 1fr;
  }
  .footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .brand-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 780px) {
  .container {
    width: min(100% - 28px, 1180px);
  }
  .topbar {
    font-size: 11px;
  }
  .topbar__inner {
    height: 30px;
  }
  .header__inner {
    height: 75px;
  }
  .logo img {
    width: 108px;
  }
  .mobile-toggle {
    display: block;
  }
  .nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
    background: #fff;
    padding: 20px;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .nav.is-open {
    display: flex;
  }
  .header-quote {
    display: none;
  }
  .hero h1 {
    font-size: 36px;
  }
  .hero p {
    font-size: 15.5px;
  }
  .hero__actions {
    margin-bottom: 34px;
  }
  .brand-mini {
    gap: 18px;
  }
  .brand-mini img {
    max-width: 76px;
  }
  .benefits__grid {
    grid-template-columns: 1fr;
  }
  .benefit {
    border-right: 0;
    border-bottom: 1px solid #dce4ef;
    padding: 18px 4px;
  }
  .benefit:nth-child(2) {
    border-bottom: 1px solid #dce4ef;
  }
  .benefit:last-child {
    border-bottom: 0;
  }
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-heading h2 {
    font-size: 24px;
  }
  .section-heading p {
    font-size: 14px;
  }
  .product-row {
    grid-auto-columns: 73%;
  }
  .slider-arrow.left {
    left: -12px;
  }
  .slider-arrow.right {
    right: -12px;
  }
  .about__images {
    grid-template-columns: 1fr;
  }
  .about__images .about-main,
  .about__images img {
    height: 220px;
    grid-row: auto;
  }
  .cta__inner {
    padding: 28px 24px;
    flex-direction: column;
    align-items: flex-start;
  }
  .cta h2 {
    font-size: 28px;
  }
  .cta__actions {
    width: 100%;
  }
  .cta__actions .btn {
    flex: 1;
  }
  .footer__grid {
    grid-template-columns: 1fr;
  }
  .footer__bottom {
    flex-direction: column;
  }
}
@media (max-width: 460px) {
  .btn {
    width: 100%;
    padding-inline: 18px;
  }
  .hero__actions .btn {
    width: auto;
    min-width: 145px;
  }
  .category-grid {
    grid-template-columns: 1fr 1fr;
  }
  .product-row {
    grid-auto-columns: 86%;
  }
  .brands-row {
    gap: 24px;
  }
  .brands-row > img {
    max-width: 95px;
  }
  .brand-button {
    min-width: 130px;
  }
  .brand-products {
    grid-template-columns: 1fr;
  }
}.category-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:32px;
    align-items:stretch;
}

.category-card img{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
}.category-content h3{
    margin-bottom:10px;
}

.category-content p{
    margin-bottom:18px;
    color:#5f6f89;
    line-height:1.6;
}

.category-content a{
    display:inline-block;
    margin-top:10px;
    font-weight:700;
    color:var(--blue);
    text-decoration:none;
}

@media (max-width: 780px) {
  .categories-grid {
    padding: 28px 0;
  }

  .categories-grid .category-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .categories-grid .category-card {
    width: 100%;
    padding: 0;
    overflow: hidden;
    text-align: left;
  }

  .categories-grid .category-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
  }

  .categories-grid .category-content {
    padding: 18px 18px 20px;
  }

  .categories-grid .category-content h3 {
    font-size: 20px;
    line-height: 1.2;
  }

  .categories-grid .category-content p {
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 14px;
  }

  .categories-grid .category-content span {
    display: block;
    margin-bottom: 14px;
    color: var(--text);
    font-size: 15px;
    font-weight: 800;
  }

  .categories-grid .category-btn {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid var(--blue);
    border-radius: 7px;
    text-align: center;
  }
}

@media (max-width: 460px) {
  .categories-grid .category-card img {
    height: 205px;
  }
}

.categories .category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.categories .category-card {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  text-align: left;
}

.categories .category-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.categories .category-content {
  padding: 14px 15px 16px;
}

.categories .category-content h3 {
  margin: 0 0 7px;
  font-size: 15px;
  line-height: 1.25;
}

.categories .category-content p {
  min-height: 38px;
  margin: 0 0 12px;
  color: #5f6f89;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}

.categories .product-count {
  display: block;
  margin-bottom: 11px;
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
}

.categories .category-btn {
  display: inline-block;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.site-search {
  display: flex;
  width: min(100%, 540px);
  margin: 24px 0 0;
  overflow: hidden;
  border: 1px solid #cfd9e8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 40, 90, 0.1);
}

.site-search input {
  min-width: 0;
  flex: 1;
  padding: 14px 16px;
  border: 0;
  color: var(--text);
  font: inherit;
}

.site-search input:focus { outline: 2px solid #8ca8df; outline-offset: -2px; }

.site-search button {
  border: 0;
  padding: 0 22px;
  background: var(--blue);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.page-hero .site-search { margin: 26px auto 0; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.search-page { padding: 60px 0 80px; }
.search-page h1 { margin: 0; color: var(--text); font-size: clamp(34px, 5vw, 54px); }
.search-page .site-search { margin: 26px 0 34px; }
.search-results { display: grid; gap: 14px; }
.search-result { display: block; padding: 20px; border: 1px solid #e1e8f2; border-radius: 12px; color: inherit; text-decoration: none; background: #fff; }
.search-result:hover { border-color: var(--blue); box-shadow: 0 10px 24px rgba(15, 40, 90, 0.1); }
.search-result h2 { margin: 0 0 7px; color: var(--blue); font-size: 20px; }
.search-result p { margin: 0; color: #5f6f84; }

@media (max-width: 980px) {
  .categories .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .categories .category-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .categories .category-card img {
    height: 200px;
  }

  .categories .category-content p {
    min-height: 0;
  }
}
