:root {
  --rz-green: #1f8a4c;
  --rz-green-dark: #135d36;
  --rz-blue: #176d8f;
  --rz-coral: #e86442;
  --rz-gold: #f2b84b;
  --rz-ink: #17231f;
  --rz-muted: #60706a;
  --rz-line: #dbe7df;
  --rz-soft: #f4f8ef;
  --rz-soft-blue: #eef8fb;
  --rz-white: #ffffff;
  --rz-shadow: 0 18px 48px rgba(20, 56, 40, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--rz-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  background: var(--rz-white);
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  color: var(--rz-muted);
}

section {
  scroll-margin-top: 92px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 999px;
  font-weight: 800;
  min-height: 44px;
  padding-inline: 1.15rem;
}

.btn-primary {
  --bs-btn-bg: var(--rz-green);
  --bs-btn-border-color: var(--rz-green);
  --bs-btn-hover-bg: var(--rz-green-dark);
  --bs-btn-hover-border-color: var(--rz-green-dark);
  --bs-btn-active-bg: var(--rz-green-dark);
  --bs-btn-active-border-color: var(--rz-green-dark);
  box-shadow: 0 14px 28px rgba(31, 138, 76, 0.24);
}

.btn-outline-light {
  --bs-btn-color: var(--rz-white);
  --bs-btn-border-color: rgba(255, 255, 255, 0.72);
  --bs-btn-hover-color: var(--rz-ink);
  --bs-btn-hover-bg: var(--rz-white);
  --bs-btn-hover-border-color: var(--rz-white);
  backdrop-filter: blur(8px);
}

.section-padding {
  padding: 96px 0;
}

.site-header {
  background: rgba(255, 255, 255, 0.93);
  border-bottom: 1px solid rgba(219, 231, 223, 0.75);
  backdrop-filter: blur(18px);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 32px rgba(15, 49, 34, 0.11);
}

.navbar {
  min-height: 78px;
  padding: 0.8rem 0;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  font-weight: 900;
  color: var(--rz-ink);
}

.navbar-brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.navbar-brand span {
  display: inline-block;
  max-width: 180px;
  white-space: normal;
  line-height: 1.05;
}

.navbar-nav .nav-link {
  color: #23362f;
  font-size: 0.95rem;
  font-weight: 750;
  padding-inline: 0.72rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: var(--rz-green);
}

.navbar-toggler {
  border: 0;
  box-shadow: none;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 138, 76, 0.2);
}

.header-cta {
  white-space: nowrap;
}

.hero-section {
  position: relative;
  min-height: min(88svh, 920px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding-top: 118px;
  color: var(--rz-white);
  background-image: url("../assets/img/hero-collage.jpg");
  background-position: center;
  background-size: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 36, 30, 0.72);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}

.hero-logo {
  width: 116px;
  height: 116px;
  object-fit: contain;
  padding: 12px;
  margin-bottom: 1.4rem;
  background: var(--rz-white);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
  color: var(--rz-green-dark);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow {
  color: #bff0cc;
}

.hero-section h1 {
  margin: 0 0 1.1rem;
  color: var(--rz-white);
  font-size: 5rem;
  line-height: 0.95;
  font-weight: 950;
}

.hero-lead {
  max-width: 760px;
  margin-bottom: 1.8rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.22rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero-proof {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 0 26px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
}

.proof-grid > div {
  min-height: 96px;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.12);
}

.proof-grid span {
  display: block;
  color: var(--rz-white);
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 900;
}

.proof-grid p {
  max-width: 280px;
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 3rem;
  text-align: center;
}

.section-heading h2,
.catalog-section h2,
.handyman-section h2,
.about-section h2,
.contact-section h2,
.impact-section h2 {
  margin-bottom: 1rem;
  color: var(--rz-ink);
  font-size: 2.8rem;
  line-height: 1.08;
  font-weight: 950;
}

.section-heading p,
.lead {
  color: var(--rz-muted);
  font-size: 1.05rem;
}

.news-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f6fbf4 100%);
}

.news-card {
  position: relative;
  height: 100%;
  padding: 2rem;
  border: 1px solid var(--rz-line);
  border-radius: 8px;
  background: var(--rz-white);
  box-shadow: 0 14px 32px rgba(29, 73, 51, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.news-card:hover {
  transform: translateY(-8px);
  border-color: rgba(31, 138, 76, 0.35);
  box-shadow: 0 24px 60px rgba(20, 56, 40, 0.16);
}

.news-card-accent {
  background: #153f36;
}

.news-card-accent h3,
.news-card-accent span,
.news-card-accent a {
  color: var(--rz-white);
}

.news-card-accent p {
  color: rgba(255, 255, 255, 0.76);
}

.news-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 1.25rem;
  color: var(--rz-green);
  font-size: 1.5rem;
  border-radius: 8px;
  background: #e8f6ec;
}

.news-card-accent .news-icon {
  color: var(--rz-ink);
  background: var(--rz-gold);
}

.news-card span {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--rz-green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.news-card h3 {
  margin-bottom: 0.8rem;
  font-size: 1.35rem;
  line-height: 1.22;
  font-weight: 900;
}

.news-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.75rem;
  color: var(--rz-green-dark);
  font-weight: 900;
}

.featured-article {
  display: grid;
  grid-template-columns: minmax(300px, 0.74fr) 1.26fr;
  align-items: start;
  gap: 1.2rem;
  overflow: hidden;
  padding: 1.1rem;
  border-color: #cbded3;
  box-shadow: 0 28px 70px rgba(22, 64, 43, 0.14);
}

.featured-article-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: var(--rz-soft);
}

.featured-article-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(19, 93, 54, 0) 58%, rgba(19, 93, 54, 0.2) 100%);
  content: "";
}

.featured-article-image img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.featured-article-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.45rem 1.35rem 1.45rem 0.2rem;
  background:
    linear-gradient(135deg, rgba(237, 248, 240, 0.92), rgba(255, 255, 255, 0.98));
}

.featured-article-body h3 {
  font-size: 2.45rem;
  line-height: 1.06;
}

.client-article-copy {
  display: grid;
  gap: 0.9rem;
}

.client-article-copy p {
  margin: 0;
  color: #30483f;
  font-size: 1.05rem;
}

.client-article-copy p:nth-child(2) {
  padding: 1rem 1.15rem;
  color: #173a2f;
  font-weight: 800;
  line-height: 1.55;
  border: 1px solid #cfe9d7;
  border-radius: 8px;
  background: #f5fbf6;
}

.offer-section {
  overflow: hidden;
  background:
    linear-gradient(180deg, #f6fbf4 0%, #eef8fb 100%);
}

.offer-card {
  isolation: isolate;
  overflow: hidden;
  min-height: 360px;
}

.offer-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.25s ease;
  content: "";
}

.offer-card:hover::before {
  opacity: 1;
}

.offer-card-products::before {
  background: linear-gradient(145deg, rgba(31, 138, 76, 0.12), rgba(242, 184, 75, 0.18));
}

.offer-card-service::before {
  background: linear-gradient(145deg, rgba(23, 109, 143, 0.12), rgba(31, 138, 76, 0.12));
}

.offer-card-impact::before {
  opacity: 1;
  background: linear-gradient(145deg, rgba(21, 63, 54, 0.96), rgba(23, 109, 143, 0.5));
}

.offer-card .news-icon {
  transform: translateY(0);
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.offer-card:hover .news-icon {
  transform: translateY(-4px) scale(1.04);
}

.catalog-section {
  background: var(--rz-white);
}

.catalog-note {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.25rem;
  border: 1px solid #cfe9d7;
  border-radius: 8px;
  background: #edf8f0;
}

.catalog-note i {
  color: var(--rz-green);
  font-size: 1.35rem;
}

.catalog-note p {
  margin: 0;
  color: #315244;
  font-weight: 650;
}

.featured-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 2.3rem;
}

.product-showcase {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid var(--rz-line);
  border-radius: 8px;
  background: var(--rz-soft);
  box-shadow: 0 12px 32px rgba(23, 54, 37, 0.08);
}

.product-showcase img {
  width: 100%;
  height: 100%;
  max-height: 260px;
  object-fit: contain;
  padding: 1.5rem;
  transition: transform 0.25s ease;
}

.product-showcase:hover img {
  transform: scale(1.04);
}

.product-showcase span {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  padding: 0.35rem 0.7rem;
  color: var(--rz-white);
  font-size: 0.78rem;
  font-weight: 900;
  border-radius: 999px;
  background: rgba(19, 93, 54, 0.9);
}

.catalog-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: start;
}

.catalog-group {
  overflow: hidden;
  border: 1px solid var(--rz-line);
  border-radius: 8px;
  background: var(--rz-white);
  box-shadow: 0 14px 34px rgba(22, 64, 43, 0.08);
}

.group-header {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.35rem;
  border-bottom: 1px solid var(--rz-line);
  background: linear-gradient(135deg, #f5faf6 0%, #eef9fb 100%);
}

.group-header i {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--rz-white);
  font-size: 1.3rem;
  border-radius: 8px;
  background: var(--rz-blue);
}

.group-header h3 {
  margin-bottom: 0.35rem;
  font-size: 1.22rem;
  line-height: 1.2;
  font-weight: 950;
}

.group-header p {
  margin: 0;
  font-size: 0.92rem;
}

.catalog-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalog-list li {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.85rem 1.35rem;
  border-bottom: 1px solid #edf2ee;
}

.catalog-list li:last-child {
  border-bottom: 0;
}

.catalog-list span {
  min-width: 0;
  color: #243b33;
  font-weight: 700;
}

.catalog-list strong {
  flex: 0 0 auto;
  max-width: 46%;
  color: var(--rz-green-dark);
  font-size: 0.91rem;
  line-height: 1.35;
  text-align: right;
}

.impact-section {
  position: relative;
  overflow: hidden;
  padding: 118px 0;
  color: var(--rz-white);
  background-image: url("../assets/img/hero-collage.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.impact-overlay {
  position: absolute;
  inset: 0;
  background: rgba(13, 61, 47, 0.78);
}

.impact-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.impact-section .section-kicker {
  color: #c8f5d2;
}

.impact-section h2,
.impact-section p {
  color: var(--rz-white);
}

.impact-section p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.handyman-section {
  background: var(--rz-soft-blue);
}

.phone-stack {
  display: grid;
  gap: 0.85rem;
  max-width: 330px;
  margin-top: 1.8rem;
}

.phone-stack a {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 58px;
  padding: 0.9rem 1.1rem;
  color: var(--rz-white);
  font-size: 1.05rem;
  font-weight: 950;
  border-radius: 8px;
  background: var(--rz-blue);
  box-shadow: 0 14px 30px rgba(23, 109, 143, 0.22);
}

.phone-stack a:nth-child(2) {
  background: var(--rz-green);
}

.service-panels {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  align-items: start;
}

.service-panel {
  height: 100%;
  padding: 1.6rem;
  border: 1px solid #cfe5ee;
  border-radius: 8px;
  background: var(--rz-white);
  box-shadow: var(--rz-shadow);
}

.service-panel-alt {
  margin-top: 2.5rem;
}

.service-panel > i {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 1rem;
  color: var(--rz-white);
  font-size: 1.45rem;
  border-radius: 8px;
  background: var(--rz-coral);
}

.service-panel-alt > i {
  background: var(--rz-green);
}

.service-panel h3 {
  margin-bottom: 1rem;
  font-size: 1.35rem;
  font-weight: 950;
}

.service-panel ul,
.about-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-panel li {
  position: relative;
  padding: 0.52rem 0 0.52rem 1.65rem;
  color: #2e433b;
  font-weight: 680;
  border-bottom: 1px solid #edf3f0;
}

.service-panel li:last-child {
  border-bottom: 0;
}

.service-panel li::before {
  position: absolute;
  left: 0;
  top: 0.57rem;
  color: var(--rz-green);
  font-family: "bootstrap-icons";
  content: "\F26E";
}

.about-section {
  background: var(--rz-white);
}

.about-section p {
  font-size: 1.03rem;
}

.about-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.about-badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.75rem;
  color: var(--rz-green-dark);
  font-size: 0.88rem;
  font-weight: 900;
  border: 1px solid #cfe9d7;
  border-radius: 999px;
  background: #edf8f0;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.about-item {
  min-height: 220px;
  padding: 1.5rem;
  border: 1px solid var(--rz-line);
  border-radius: 8px;
  background: var(--rz-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 34px rgba(20, 56, 40, 0.12);
}

.about-item i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  color: var(--rz-white);
  font-size: 1.35rem;
  border-radius: 8px;
  background: var(--rz-green);
}

.about-item:nth-child(2) i {
  background: var(--rz-blue);
}

.about-item:nth-child(3) i {
  background: var(--rz-coral);
}

.about-item:nth-child(4) i {
  background: var(--rz-gold);
  color: var(--rz-ink);
}

.about-item h3 {
  margin-bottom: 0.6rem;
  font-size: 1.15rem;
  font-weight: 950;
}

.about-item p {
  margin: 0;
  font-size: 0.95rem;
}

.contact-section {
  color: var(--rz-white);
  background: #12382f;
}

.contact-section .section-kicker {
  color: #bff0cc;
}

.contact-section h2,
.contact-section p {
  color: var(--rz-white);
}

.contact-section p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-links {
  display: grid;
  gap: 0.75rem;
  margin: 1.7rem 0;
}

.contact-links a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
  padding: 0.85rem 1rem;
  color: var(--rz-white);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-links span {
  min-width: 0;
  overflow-wrap: anywhere;
  font-weight: 800;
}

.contact-links i {
  color: var(--rz-gold);
  font-size: 1.2rem;
}

.handyman-contact {
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.handyman-contact p {
  margin: 0 0 0.7rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
}

.handyman-contact a {
  display: inline-flex;
  margin: 0.25rem 0.5rem 0.25rem 0;
  padding: 0.45rem 0.75rem;
  color: var(--rz-ink);
  font-weight: 900;
  border-radius: 999px;
  background: var(--rz-gold);
}

.contact-form {
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: var(--rz-white);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.22);
}

.contact-form .form-label {
  color: #253a32;
  font-weight: 850;
}

.contact-form .form-control,
.contact-form .form-select {
  min-height: 50px;
  border-color: #d8e5dc;
  border-radius: 8px;
}

.contact-form textarea.form-control {
  min-height: 156px;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: var(--rz-green);
  box-shadow: 0 0 0 0.2rem rgba(31, 138, 76, 0.16);
}

.site-footer {
  padding: 32px 0;
  background: #0f2d27;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1.1fr;
  gap: 1.5rem;
  align-items: center;
}

.footer-grid img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  padding: 5px;
  border-radius: 8px;
  background: var(--rz-white);
}

.footer-grid p {
  margin: 0.5rem 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.footer-grid > div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: center;
}

.footer-grid a {
  color: var(--rz-white);
  font-weight: 800;
}

.footer-grid a:hover {
  color: #bff0cc;
}

.footer-grid > div:last-child {
  text-align: right;
}

@media (max-width: 1199.98px) {
  .hero-section h1 {
    font-size: 4rem;
  }

  .catalog-groups {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    margin-top: 0.75rem;
    padding: 0.9rem;
    border: 1px solid var(--rz-line);
    border-radius: 8px;
    background: var(--rz-white);
    box-shadow: 0 18px 42px rgba(20, 56, 40, 0.12);
  }

  .navbar-nav {
    align-items: stretch !important;
  }

  .navbar-nav .nav-link {
    padding: 0.75rem;
  }

  .header-cta {
    width: 100%;
    margin-top: 0.5rem;
  }

  .section-padding {
    padding: 78px 0;
  }

  .hero-section {
    min-height: min(86svh, 880px);
  }

  .hero-section h1 {
    font-size: 3.4rem;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .featured-article {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    padding: 0.85rem;
  }

  .featured-article-image img {
    height: 320px;
  }

  .featured-article-body {
    padding: 1rem 0.55rem 0.65rem;
  }

  .featured-products {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-panels {
    grid-template-columns: 1fr;
  }

  .service-panel-alt {
    margin-top: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-grid > div:last-child {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .navbar-brand span {
    max-width: 135px;
    font-size: 0.95rem;
  }

  .hero-section {
    min-height: auto;
    padding-top: 108px;
  }

  .hero-content {
    padding-bottom: 34px;
  }

  .hero-logo {
    width: 92px;
    height: 92px;
  }

  .hero-section h1 {
    font-size: 2.85rem;
  }

  .hero-lead {
    font-size: 1.05rem;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-proof {
    display: none;
  }

  .featured-article-body {
    padding: 0.85rem 0.35rem 0.45rem;
  }

  .featured-article-body h3 {
    font-size: 2rem;
  }

  .featured-article-image img {
    height: 255px;
  }

  .client-article-copy p {
    font-size: 1rem;
  }

  .section-heading h2,
  .catalog-section h2,
  .handyman-section h2,
  .about-section h2,
  .contact-section h2,
  .impact-section h2 {
    font-size: 2.15rem;
  }

  .featured-products,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .catalog-list li {
    display: block;
  }

  .catalog-list strong {
    display: block;
    max-width: 100%;
    margin-top: 0.35rem;
    text-align: left;
  }

  .impact-section {
    padding: 82px 0;
    background-attachment: scroll;
  }

  .contact-form {
    padding: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .section-padding {
    padding: 64px 0;
  }

  .hero-section h1 {
    font-size: 2.35rem;
  }

  .proof-grid > div,
  .news-card,
  .service-panel,
  .about-item {
    padding: 1.15rem;
  }

  .featured-article {
    padding: 0.65rem;
  }

  .featured-article-image img {
    height: 210px;
  }

  .offer-card {
    min-height: auto;
  }

  .group-header {
    display: block;
  }

  .group-header i {
    margin-bottom: 0.9rem;
  }
}
