/* Sumrra visual identity — matches the customer app (red #D80403, yellow, Cairo, rounded cards). */

:root {
  --base-1: #d80403 !important;
  --base-rgb: 216, 4, 3 !important;
  --base-2: #b50302 !important;
  --base-rgb-2: 181, 3, 2 !important;
  --primary-clr: #d80403 !important;
  --accent: #ffcc00;
  --header-bg: #ffffff !important;
  --body-bg: #f7f7f7 !important;
  --section-bg: #fcfcfc !important;
  --title-clr: #1a1a1a !important;
  --body-clr: #6b6b6b !important;
  --heading-fonts: "Cairo", sans-serif !important;
  --body-fonts: "Cairo", sans-serif !important;
}

html,
body {
  font-family: "Cairo", sans-serif;
  background: #f7f7f7;
}

h1, h2, h3, h4, h5, h6,
.title,
.subtitle {
  font-family: "Cairo", sans-serif !important;
  font-weight: 800;
}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 8px 24px rgba(216, 4, 3, 0.06);
}

.navbar-bottom-wrapper {
  padding: 12px 8px;
}

.navbar-bottom-wrapper .logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  height: auto !important;
  max-width: none !important;
}

.navbar-bottom-wrapper .logo img,
.brand-logo-mark {
  width: 44px !important;
  height: 44px !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(216, 4, 3, 0.28);
}

.brand-wordmark {
  font-family: "Cairo", sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #d80403;
  line-height: 1;
  letter-spacing: 0;
}

.navbar-bottom-wrapper .menu li a {
  font-weight: 600;
}

.navbar-bottom-wrapper .menu li a:hover,
.navbar-bottom-wrapper .menu li a.active {
  color: #d80403;
}

.cmn--btn,
.cmn--btn:hover {
  background: #d80403 !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 24px rgba(216, 4, 3, 0.28) !important;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
}

.cmn--btn-yellow {
  background: #ffcc00 !important;
  color: #7a0504 !important;
  box-shadow: 0 10px 24px rgba(255, 204, 0, 0.35) !important;
}

.cmn--btn-yellow:hover {
  color: #7a0504 !important;
  filter: brightness(0.96);
}

.header--btn {
  border-radius: 999px;
  border: 1px solid #ececec;
  font-weight: 700;
}

/* Hero — splash / onboarding look */
.sumrra-hero {
  position: relative;
  overflow: hidden;
  background: #b60203;
  color: #fff;
  padding: 72px 0 80px;
  min-height: 420px;
  border-radius: 0 0 40px 40px;
}

.sumrra-hero::before,
.sumrra-hero::after {
  content: "";
  position: absolute;
  border: 40px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.sumrra-hero::before {
  width: 420px;
  height: 420px;
  top: -140px;
  inset-inline-end: -80px;
}

.sumrra-hero::after {
  width: 280px;
  height: 280px;
  bottom: -90px;
  inset-inline-start: -70px;
  border-width: 28px;
}

.sumrra-hero .container {
  position: relative;
  z-index: 2;
}

.sumrra-hero-logo {
  width: 160px;
  height: auto;
  margin: 0 auto 10px;
  display: block;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
}

.sumrra-hero h1 {
  color: #fff;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 12px;
}

.sumrra-hero .lead {
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  font-weight: 500;
  max-width: 560px;
  margin: 0 auto 28px;
}

.sumrra-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 0;
}

.sumrra-store-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.sumrra-store-badges a {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  padding: 6px 8px;
  min-height: 44px;
}

.sumrra-store-badges img {
  height: 32px;
  width: auto;
}

.download-app-logo {
  max-width: 500px;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-inline: auto;
  border-radius: 28px;
  overflow: hidden;
  background: #b60203;
  box-shadow: 0 18px 40px rgba(182, 2, 3, 0.18);
}

.download-app-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-header .title,
.learn-feature-content .title,
.download-app-content .title {
  color: #1a1a1a;
}

.section-header .title span,
.primary-color,
.text--base {
  color: #d80403 !important;
}

.learn-feature-item,
.earn-item,
.category-slide-item,
.zone-list .item,
.testimonial-item {
  border-radius: 22px !important;
}

.zone-list .item {
  background: rgba(216, 4, 3, 0.08);
  color: #d80403;
  border: 0;
  font-weight: 700;
}

.footer-bottom {
  background: linear-gradient(180deg, #e20a09 0%, #b50302 100%) !important;
  border-radius: 40px 40px 0 0;
}

.footer-widget .footer-logo {
  max-width: 88px;
}

.footer-widget .footer-logo img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.2));
}

.newsletter-bg {
  background: #ffe8a3;
}

.about-section,
.privacy-policy-section,
.terms-section,
.contact-section {
  background: #f7f7f7;
}

@media (max-width: 991px) {
  .sumrra-hero {
    text-align: center;
    padding-top: 32px;
    min-height: auto;
  }

  .sumrra-hero .lead {
    margin-inline: auto;
  }

  .sumrra-hero-actions {
    justify-content: center;
  }

  .brand-wordmark {
    font-size: 18px;
  }
}

/* Module tabs: equal image tiles, no names */
.nav--tabs .item {
  background: transparent !important;
  border: 0 !important;
  padding: 8px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav--tabs .item .txt {
  display: none !important;
}

.nav--tabs .item img,
.nav--tabs .__img-50 {
  width: 72px !important;
  height: 72px !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 18px;
  margin: 0 !important;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  filter: none !important;
  -webkit-filter: none !important;
}

.nav--tabs .owl-item.synced .item img,
.nav--tabs .owl-item.synced .__img-50 {
  box-shadow: 0 8px 20px rgba(182, 2, 3, 0.22);
  outline: 3px solid #b60203;
  outline-offset: 2px;
}

.nav--tabs .owl-item:not(.synced) .item img {
  filter: none !important;
  -webkit-filter: none !important;
  opacity: 0.92;
}

.venture-content,
.venture-content-box {
  display: none !important;
}

.venture-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.venture-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.venture-img img {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  background: #fff;
  margin: 0 auto;
}
