/* Anaam Al-Wusta homepage refresh
   Loaded only by frontend/index.php. All selectors are scoped to .home-page. */

:root {
  --home-green-950: #073d24;
  --home-green-900: #07502c;
  --home-green-800: #006f31;
  --home-green-600: #39a846;
  --home-lime: #9aca3c;
  --home-ink: #17231c;
  --home-muted: #637168;
  --home-surface: #ffffff;
  --home-soft: #f3f8f3;
  --home-line: rgba(0, 111, 49, 0.12);
  --home-shadow-sm: 0 10px 30px rgba(7, 61, 36, 0.08);
  --home-shadow-lg: 0 24px 70px rgba(7, 61, 36, 0.14);
  --home-radius: 24px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body.home-page {
  color: var(--home-ink);
  background: var(--home-surface);
  font-family: Frutiger, Tajawal, "Segoe UI", Arial, sans-serif !important;
}

.home-page .site-header {
  position: sticky;
  top: 0;
  z-index: 9996;
  box-shadow: 0 8px 26px rgba(3, 47, 25, 0.18);
}

.home-page .site-header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.home-page .container {
  max-width: 1240px;
}

.home-page .home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--home-green-800);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.home-page .home-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--home-green-800), var(--home-lime));
}

.home-page .home-primary-btn,
.home-page .home-secondary-btn,
.home-page .home-section-link,
.home-page .home-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 11px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.home-page .home-primary-btn {
  color: #fff;
  background: linear-gradient(135deg, var(--home-green-800), var(--home-green-600));
  box-shadow: 0 12px 26px rgba(0, 111, 49, 0.22);
}

.home-page .home-secondary-btn {
  color: var(--home-green-900);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 111, 49, 0.14);
}

.home-page .home-primary-btn:hover,
.home-page .home-secondary-btn:hover,
.home-page .home-section-link:hover,
.home-page .home-text-link:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.home-page .home-primary-btn:hover {
  color: #fff;
  box-shadow: 0 16px 32px rgba(0, 111, 49, 0.28);
}

.home-page .app-campaign-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(72px, 8vw, 118px) clamp(18px, 4vw, 64px) clamp(60px, 7vw, 92px);
  overflow: hidden;
  background-color: #f5fff8;
  background-image:
    radial-gradient(ellipse at 8% 72%, rgba(148, 232, 54, 0.78) 0%, rgba(148, 232, 54, 0.46) 20%, transparent 54%),
    radial-gradient(ellipse at 39% 14%, rgba(197, 255, 145, 0.62) 0%, rgba(197, 255, 145, 0.28) 26%, transparent 52%),
    radial-gradient(ellipse at 82% 8%, rgba(101, 200, 169, 0.48) 0%, rgba(101, 200, 169, 0.22) 28%, transparent 54%),
    radial-gradient(ellipse at 80% 72%, rgba(211, 246, 228, 0.92) 0%, rgba(211, 246, 228, 0.56) 28%, transparent 58%),
    linear-gradient(135deg, #fbfffc 0%, #eefaf3 52%, #e7f5ee 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home-page .app-campaign-hero::before,
.home-page .app-campaign-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.home-page .app-campaign-hero::before {
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.26) 0%, transparent 44%, rgba(255, 255, 255, 0.18) 100%);
}

.home-page .app-campaign-hero::after {
  inset: -18%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 72%, rgba(120, 213, 86, 0.16), transparent 47%);
  filter: blur(42px);
}

.home-page .app-campaign-shell {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}

.home-page .app-campaign-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
  text-align: center !important;
}

.home-page .app-campaign-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  padding: 8px 15px;
  border: 1px solid rgba(11, 91, 57, 0.14);
  border-radius: 999px;
  color: #0b5b39;
  background: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(25, 103, 67, 0.08);
}

.home-page .app-campaign-kicker i {
  font-size: 20px;
}

.home-page .app-campaign-copy h2 {
  width: 100%;
  max-width: none;
  margin: 0 auto 18px;
  color: #0a492f;
  font-size: clamp(52px, 5.9vw, 80px);
  font-weight: 900;
  letter-spacing: -1.8px;
  line-height: 1.16;
  text-align: center !important;
  text-shadow: 0 2px 18px rgba(255, 255, 255, 0.72);
}

.home-page .app-campaign-copy h2 span {
  display: inline;
  color: #69a929;
}

.home-page .app-campaign-typing {
  display: flex;
  width: 100%;
  max-width: 1040px;
  align-items: center;
  justify-content: center;
  min-height: 1.65em;
  margin: 0 auto 18px;
  color: #1c6246;
  font-size: clamp(27px, 3.1vw, 42px);
  font-weight: 800;
  line-height: 1.45;
  text-align: center !important;
  text-shadow: 0 2px 14px rgba(255, 255, 255, 0.7);
}

.home-page #appHeroTypingText {
  text-align: center;
}

.home-page .app-campaign-cursor {
  display: inline-block;
  width: 4px;
  height: 1.08em;
  margin-right: 8px;
  border-radius: 4px;
  background: #72b52c;
  animation: appCampaignCursor 0.85s steps(1) infinite;
}

.home-page .app-campaign-cursor.is-finished {
  opacity: 0;
  animation: none;
}

@keyframes appCampaignCursor {
  0%, 48% { opacity: 1; }
  49%, 100% { opacity: 0; }
}

.home-page .app-campaign-lead {
  max-width: 720px;
  margin: 0 auto 30px;
  color: #557465;
  font-size: 18px;
  line-height: 1.9;
  text-align: center !important;
}

.home-page .app-campaign-stores {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}

.home-page .app-campaign-stores a {
  display: inline-flex;
  min-width: 250px;
  min-height: 82px;
  flex: 0 0 auto;
  align-items: center;
  gap: 14px;
  padding: 11px 16px;
  border: 1px solid rgba(205, 219, 164, 0.9);
  border-radius: 18px;
  direction: ltr;
  color: #173e2d;
  background: linear-gradient(145deg, #fffdf4 0%, #edf2dc 100%);
  box-shadow: 0 14px 30px rgba(29, 104, 70, 0.13);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-page .app-campaign-stores a:hover {
  transform: translateY(-4px);
  border-color: #d8e7a5;
  color: #173e2d;
  box-shadow: 0 18px 38px rgba(29, 104, 70, 0.19);
  text-decoration: none;
}

.home-page .app-store-symbol {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  place-items: center;
  border-radius: 15px;
  color: #f7f4e8;
  background: #0b5b39;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  font-size: 28px;
}

.home-page .app-store-symbol-play {
  color: #17452f;
  background: #c3d77f;
}

.home-page .app-store-symbol-play i {
  margin-left: 3px;
}

.home-page .app-store-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  direction: rtl;
  line-height: 1.1;
  text-align: left;
}

.home-page .app-store-copy small {
  margin-bottom: 5px;
  color: #65745b;
  font-size: 11px;
  font-weight: 700;
}

.home-page .app-store-copy strong {
  color: #173e2d;
  direction: ltr;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -0.4px;
}

.home-page .app-campaign-store-note {
  margin: 0;
  width: 100%;
  color: #527363;
  font-size: 13px;
  text-align: center !important;
}

.home-page .app-campaign-store-note i {
  margin-left: 6px;
  color: #6aaa29;
}

.home-page .app-campaign-journey {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, 1120px);
  max-width: 1120px;
  margin: 52px auto 0;
  overflow: hidden;
  border: 1px solid rgba(11, 91, 57, 0.11);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 24px 54px rgba(29, 104, 70, 0.12);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.home-page .app-journey-item {
  display: flex;
  min-height: 112px;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  border-left: 1px solid rgba(11, 91, 57, 0.1);
}

.home-page .app-journey-item:last-child {
  border-left: 0;
}

.home-page .app-journey-icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border: 1px solid rgba(104, 169, 41, 0.2);
  border-radius: 14px;
  color: #176345;
  background: rgba(148, 205, 82, 0.16);
  font-size: 17px;
}

.home-page .app-journey-item strong,
.home-page .app-journey-item small {
  display: block;
}

.home-page .app-journey-item strong {
  margin-bottom: 4px;
  color: #174832;
  font-size: 17px;
}

.home-page .app-journey-item small {
  color: #627b6e;
  font-size: 12px;
  line-height: 1.55;
}

.home-page .app-campaign-device {
  position: relative;
  display: flex;
  min-height: 620px;
  align-items: center;
  justify-content: center;
}

.home-page .app-phone {
  position: relative;
  width: 318px;
  height: 610px;
  padding: 12px;
  border: 3px solid #345247;
  border-radius: 48px;
  background: #092b20;
  box-shadow:
    0 38px 80px rgba(11, 57, 38, 0.26),
    inset 0 0 0 2px rgba(255, 255, 255, 0.12);
  transform: rotate(-4deg);
}

.home-page .app-phone-speaker {
  position: absolute;
  top: 19px;
  left: 50%;
  z-index: 4;
  width: 92px;
  height: 24px;
  border-radius: 999px;
  background: #061a13;
  transform: translateX(-50%);
}

.home-page .app-phone-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 42px 16px 66px;
  border-radius: 36px;
  background: #f6f8f2;
}

.home-page .app-phone-topbar,
.home-page .app-phone-section-title,
.home-page .app-phone-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-page .app-phone-topbar {
  margin-bottom: 15px;
  color: #173d2b;
  font-size: 10px;
  font-weight: 900;
}

.home-page .app-phone-brand {
  color: var(--home-green-800);
  font-size: 13px;
  font-weight: 900;
}

.home-page .app-phone-search {
  margin-bottom: 13px;
  padding: 9px 12px;
  border: 1px solid #dfe7dc;
  border-radius: 12px;
  color: #829088;
  background: #fff;
  font-size: 10px;
}

.home-page .app-phone-banner {
  display: flex;
  min-height: 105px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 16px;
  padding: 17px;
  overflow: hidden;
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 8% 90%, rgba(181, 225, 80, 0.5), transparent 32%),
    linear-gradient(135deg, #075332, #0d7a43);
}

.home-page .app-phone-banner small {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
}

.home-page .app-phone-banner strong {
  max-width: 170px;
  font-size: 16px;
  line-height: 1.5;
}

.home-page .app-phone-section-title {
  margin: 12px 0 8px;
  color: #183d2b;
  font-size: 11px;
}

.home-page .app-phone-section-title span {
  color: #84958a;
  font-size: 9px;
}

.home-page .app-phone-categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.home-page .app-phone-categories span {
  padding: 8px 5px;
  border: 1px solid #dfe8dc;
  border-radius: 999px;
  color: #1a5d38;
  background: #fff;
  font-size: 9px;
  font-weight: 900;
  text-align: center;
}

.home-page .app-phone-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.home-page .app-phone-products > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  padding: 11px 6px;
  border: 1px solid #e0e8dd;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 16px rgba(17, 65, 42, 0.07);
}

.home-page .app-phone-products b {
  margin-bottom: 5px;
  font-size: 31px;
  line-height: 1;
}

.home-page .app-phone-products strong {
  margin-bottom: 3px;
  color: #193b2b;
  font-size: 10px;
}

.home-page .app-phone-products small {
  color: #76964d;
  font-size: 8px;
}

.home-page .app-phone-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 58px;
  padding: 0 30px;
  color: rgba(255, 255, 255, 0.88);
  background: linear-gradient(90deg, #548e11, #7ebc17);
  font-size: 16px;
}

.home-page .app-phone-chip {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 178px;
  padding: 13px 15px;
  border: 1px solid rgba(0, 111, 49, 0.12);
  border-radius: 16px;
  color: #254938;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 38px rgba(15, 69, 44, 0.16);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  font-size: 11px;
  line-height: 1.45;
}

.home-page .app-phone-chip i {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: var(--home-green-700);
  font-size: 15px;
}

.home-page .app-phone-chip strong {
  display: block;
  color: var(--home-green-900);
  font-size: 12px;
}

.home-page .app-phone-chip-delivery {
  top: 118px;
  right: -30px;
}

.home-page .app-phone-chip-guarantee {
  bottom: 108px;
  left: -45px;
}

.home-page .app-campaign-hero + .home-trust-section {
  margin-top: 0;
}

.home-page .home-trust-section {
  position: relative;
  z-index: 20;
  margin-top: -34px;
  padding: 0 0 38px;
}

.home-page .home-trust-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--home-shadow-lg);
}

.home-page .home-trust-item {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 92px;
  padding: 18px 20px;
  border-left: 1px solid var(--home-line);
}

.home-page .home-trust-item:last-of-type {
  border-left: 0;
}

.home-page .home-trust-icon {
  display: inline-flex;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: var(--home-green-800);
  background: var(--home-soft);
  font-size: 20px;
}

.home-page .home-trust-copy strong,
.home-page .home-trust-copy span {
  display: block;
}

.home-page .home-trust-copy strong {
  margin-bottom: 4px;
  color: var(--home-ink);
  font-size: 15px;
  font-weight: 800;
}

.home-page .home-trust-copy span {
  color: var(--home-muted);
  font-size: 12px;
  line-height: 1.45;
}

.home-page .home-trust-cta {
  display: flex;
  align-items: center;
  padding: 18px;
  background: linear-gradient(145deg, var(--home-green-900), var(--home-green-800));
}

.home-page .home-trust-cta .home-primary-btn {
  min-width: 128px;
  color: var(--home-green-900);
  background: #fff;
  box-shadow: none;
}

.home-page .about-us-section,
.home-page .services-section,
.home-page .products-section,
.home-page .app-download-section,
.home-page .testimonials-section,
.home-page .feature-banner,
.home-page .why-choose-us {
  padding-top: 88px;
  padding-bottom: 88px;
}

.home-page .about-us-section,
.home-page .products-section,
.home-page .testimonials-section,
.home-page .why-choose-us {
  background: var(--home-soft);
}

.home-page .services-section,
.home-page .products-section + .products-section,
.home-page .feature-banner {
  background: #fff;
}

.home-page .about-title,
.home-page .section-title,
.home-page .styled-section-title h2,
.home-page .app-download-content h2,
.home-page .banner-title {
  color: var(--home-ink);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 900;
  line-height: 1.25;
}

.home-page .about-underline,
.home-page .section-underline,
.home-page .title-underline {
  width: 62px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--home-green-800), var(--home-lime));
}

.home-page .title-underline::after {
  display: none;
}

.home-page .about-row {
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--home-shadow-lg);
}

.home-page .about-image-wrapper {
  min-height: 430px;
}

.home-page .about-image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 55%, rgba(7, 61, 36, 0.12));
}

.home-page .about-content-col {
  padding: clamp(32px, 5vw, 66px);
}

.home-page .about-text {
  color: var(--home-muted);
  font-size: 17px;
  line-height: 2;
  text-align: right !important;
}

.home-page .home-text-link {
  align-self: flex-start;
  min-height: 42px;
  margin-top: 16px;
  padding: 8px 18px;
  color: var(--home-green-800);
  background: var(--home-soft);
}

.home-page .services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.home-page .service-card {
  border: 1px solid var(--home-line);
  border-radius: var(--home-radius);
  background: #fff;
  box-shadow: var(--home-shadow-sm);
}

.home-page .service-card::before {
  height: 5px;
  background: linear-gradient(90deg, var(--home-green-800), var(--home-lime));
}

.home-page .service-icon {
  border-radius: 18px;
  background: var(--home-soft);
  color: var(--home-green-800);
  box-shadow: none;
}

.home-page .service-title {
  color: var(--home-ink);
  font-size: 21px;
  font-weight: 900;
}

.home-page .service-description {
  color: var(--home-muted);
  text-align: center !important;
}

.home-page .home-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
  text-align: right;
}

.home-page .home-section-heading .title-underline {
  margin-right: 0;
  margin-left: 0;
}

.home-page .home-section-link {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 9px 18px;
  color: var(--home-green-800);
  border: 1px solid var(--home-line);
  background: #fff;
}

.home-page .product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
}

.home-page .product-card {
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--home-shadow-sm);
  transform: translateZ(0);
}

.home-page .product-card:hover {
  transform: translateY(-7px);
  border-color: rgba(0, 111, 49, 0.22);
  box-shadow: var(--home-shadow-lg);
}

.home-page .product-img-link {
  display: block;
  color: inherit;
}

.home-page .product-img-wrapper {
  height: auto;
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(circle at 50% 34%, rgba(154, 202, 60, 0.12), transparent 46%),
    #f8fbf8;
}

.home-page .product-img {
  padding: 12px;
  object-fit: contain;
}

.home-page .product-content {
  padding: 20px;
  border-top: 1px solid rgba(0, 111, 49, 0.08);
}

.home-page .product-title {
  color: var(--home-ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
}

.home-page .product-description {
  color: var(--home-muted);
  line-height: 1.75;
  text-align: right !important;
}

.home-page .product-price {
  color: var(--home-muted);
  direction: rtl;
  text-align: right;
}

.home-page .product-price span {
  color: var(--home-green-800);
  font-size: 18px;
  font-weight: 900;
}

.home-page .product-details-btn {
  min-width: 84px;
  padding: 9px 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--home-green-800);
  font-weight: 800;
  text-align: center;
}

.home-page .product-details-btn:hover {
  color: #fff;
  background: var(--home-green-900);
  text-decoration: none;
}

.home-page .app-download-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 20%, rgba(154, 202, 60, 0.22), transparent 24%),
    linear-gradient(145deg, var(--home-green-950), var(--home-green-800));
}

.home-page .app-download-card {
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.home-page .app-download-kicker {
  color: #e8ffd0;
  background: rgba(255, 255, 255, 0.12);
}

.home-page .app-download-content h2,
.home-page .app-download-content p {
  color: #fff;
}

.home-page .app-download-content p {
  opacity: 0.78;
  text-align: right !important;
}

.home-page .app-download-actions a {
  padding: 4px;
  border-radius: 13px;
  background: #fff;
}

.home-page .testimonials-grid {
  gap: 24px;
}

.home-page .testimonial-card {
  border: 1px solid var(--home-line);
  border-radius: var(--home-radius);
  box-shadow: var(--home-shadow-sm);
}

.home-page .testimonial-card::before {
  color: rgba(0, 111, 49, 0.12);
}

.home-page .testimonial-text {
  color: var(--home-ink);
  line-height: 1.9;
  text-align: right !important;
}

.home-page .feature-banner-wrapper {
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--home-shadow-lg);
}

.home-page .features-grid {
  gap: 12px;
}

.home-page .banner-content-side > .home-primary-btn {
  align-self: flex-start;
  margin-top: 26px;
}

.home-page .feature-item {
  border: 1px solid var(--home-line);
  border-radius: 16px;
  background: var(--home-soft);
}

.home-page .benefits-grid {
  gap: 22px;
}

.home-page .benefit-card {
  padding: 28px 24px;
  border: 1px solid var(--home-line);
  border-radius: var(--home-radius);
  box-shadow: var(--home-shadow-sm);
}

.home-page .benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--home-shadow-lg);
}

.home-page .icon-box {
  width: 70px;
  height: 70px;
  background: var(--home-soft);
  color: var(--home-green-800);
  box-shadow: none;
}

.home-page .icon-box i {
  color: var(--home-green-800);
  font-size: 28px;
  text-shadow: none;
}

.home-page .benefit-title {
  color: var(--home-ink);
  font-size: 20px;
}

.home-page .benefit-desc {
  color: var(--home-muted);
  line-height: 1.8;
  text-align: center !important;
}

.home-page a:focus-visible,
.home-page button:focus-visible {
  outline: 3px solid #f3c94c;
  outline-offset: 4px;
}

@media (max-width: 1199px) {
  .home-page .home-trust-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .home-trust-item:nth-child(2) {
    border-left: 0;
  }

  .home-page .home-trust-cta {
    grid-column: 1 / -1;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .home-page .about-us-section,
  .home-page .services-section,
  .home-page .products-section,
  .home-page .app-download-section,
  .home-page .testimonials-section,
  .home-page .feature-banner,
  .home-page .why-choose-us {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .home-page .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .about-image-wrapper {
    min-height: 360px;
  }

  .home-page .app-campaign-hero {
    padding: 66px 28px 58px;
  }

  .home-page .app-campaign-copy h2 {
    font-size: clamp(47px, 7vw, 66px);
    letter-spacing: -1px;
  }

  .home-page .app-campaign-typing {
    font-size: clamp(25px, 3.6vw, 32px);
  }

  .home-page .app-campaign-lead {
    font-size: 16px;
  }

  .home-page .app-campaign-stores a {
    min-width: 230px;
    min-height: 78px;
  }

  .home-page .app-campaign-journey {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 720px;
    margin-top: 44px;
  }

  .home-page .app-journey-item:nth-child(2) {
    border-left: 0;
  }

  .home-page .app-journey-item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(11, 91, 57, 0.1);
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 68px;
  }

  .home-page .site-header {
    position: relative;
  }

  .home-page .app-campaign-hero {
    padding: 52px 16px 48px;
  }

  .home-page .app-campaign-hero::before {
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    opacity: 1;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .home-page .app-campaign-hero::after {
    inset: 0;
    width: auto;
  }

  .home-page .app-campaign-shell {
    min-height: 0;
  }

  .home-page .app-campaign-copy {
    text-align: center;
  }

  .home-page .app-campaign-copy h2 {
    margin-bottom: 16px;
    font-size: clamp(38px, 11vw, 50px);
    letter-spacing: -0.5px;
  }

  .home-page .app-campaign-typing {
    min-height: 4.6em;
    justify-content: center;
    margin-bottom: 8px;
    font-size: clamp(23px, 6.8vw, 29px);
    line-height: 1.5;
  }

  .home-page .app-campaign-lead {
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    text-align: center !important;
  }

  .home-page .app-campaign-stores {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 12px;
    justify-items: center;
  }

  .home-page .app-campaign-stores a {
    width: min(100%, 300px);
    min-width: 0;
    justify-content: center;
  }

  .home-page .app-campaign-store-note {
    font-size: 12px;
  }

  .home-page .app-campaign-journey {
    grid-template-columns: 1fr;
    margin-top: 36px;
    border-radius: 20px;
  }

  .home-page .app-journey-item,
  .home-page .app-journey-item:nth-child(2) {
    min-height: 92px;
    border-left: 0;
    border-bottom: 1px solid rgba(11, 91, 57, 0.1);
  }

  .home-page .app-journey-item:last-child {
    border-bottom: 0;
  }

  .home-page .home-trust-section {
    margin-top: 0;
    padding: 18px 0 30px;
    background: var(--home-soft);
  }

  .home-page .home-trust-panel {
    border-radius: 18px;
    box-shadow: var(--home-shadow-sm);
  }

  .home-page .home-trust-item {
    min-height: 86px;
    padding: 15px;
  }

  .home-page .home-trust-copy span {
    display: none;
  }

  .home-page .home-trust-cta {
    padding: 14px;
  }

  .home-page .services-grid {
    grid-template-columns: 1fr;
  }

  .home-page .home-section-heading {
    align-items: center;
    margin-bottom: 28px;
  }

  .home-page .home-section-heading .home-eyebrow {
    margin-bottom: 8px;
  }

  .home-page .home-section-heading.styled-section-title h2,
  .home-page .home-section-heading h2 {
    font-size: 30px;
  }

  .home-page .about-image-wrapper {
    min-height: 260px;
  }

  .home-page .about-content-col {
    padding: 30px 24px;
  }

  .home-page .app-download-content p {
    text-align: center !important;
  }

  .home-page .benefits-grid {
    gap: 16px;
  }
}

@media (max-width: 575px) {
  .home-page .container {
    padding-right: 18px;
    padding-left: 18px;
  }

  .home-page .home-trust-panel {
    grid-template-columns: 1fr 1fr;
  }

  .home-page .home-trust-item {
    align-items: flex-start;
    gap: 10px;
  }

  .home-page .home-trust-icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 17px;
  }

  .home-page .home-trust-copy strong {
    font-size: 13px;
    line-height: 1.5;
  }

  .home-page .product-grid {
    grid-template-columns: 1fr;
  }

  .home-page .home-section-heading {
    align-items: flex-start;
    text-align: right;
  }

  .home-page .home-section-link {
    min-height: 38px;
    padding: 7px 14px;
    font-size: 13px;
  }

  .home-page .product-img-wrapper {
    aspect-ratio: 16 / 10;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .home-page *,
  .home-page *::before,
  .home-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
