:root {
  --brand: #ce1e25; /* placeholder */
  --dark: #0b1220;
  --muted: #6c757d;
  --card: #ffffff;
  --soft: #f6f8fb;
  --shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  --radius: 16px;
}

body {
  scroll-behavior: smooth;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  letter-spacing: -0.05em;
}

img {
  max-width: 100%;
}

h1,
h2,
h3 {
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.section {
  padding: 80px 0;
}
.bg-soft {
  background: var(--soft);
}

.navbar-brand img {
  max-width: 120px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 14%);
}

.navbar-bg {
  background: #ce1e25;
  padding: 0;
  position: relative;
  z-index: 1;
}

/* Accessibility */
.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  left: 12px;
  top: 12px;
  width: auto;
  height: auto;
  padding: 10px 12px;
  background: #fff;
  border-radius: 10px;
  box-shadow: var(--shadow);
  z-index: 99999;
}

/* Header */
.navbar {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
.navbar-brand {
  font-weight: 700;
  letter-spacing: 0.2px;
}

/* Buttons */
.btn-brand {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 600;
}
.btn-brand:hover {
  opacity: 0.92;
  color: #fff;
}
.btn-soft {
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 600;
}

.hero-h1 {
  font-family: "Rubik Dirt", system-ui;
  font-weight: normal;
  color: #fff;
  font-size: 90px;
  text-shadow: 3px 3px #220708;
}

/* Hero */
.hero-top {
  padding: 110px 0 90px;
  background:
    radial-gradient(
      1200px 600px at 20% 10%,
      rgba(253, 13, 46, 0.18),
      transparent 60%
    ),
    radial-gradient(
      900px 500px at 80% 20%,
      rgba(255, 255, 255, 0.08),
      transparent 55%
    ),
    linear-gradient(180deg, #ffffff, #fbfcff);
  background: url("/assets/images/bg-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.hero {
  padding: 120px 0 90px !important;
  position: relative;
}

.hero-card {
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 28px;
}
.hero h1 {
  font-weight: 800;
  line-height: 1.1;
}

.badge-pill-soft {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}

.scrollfill {
  color: #c9ced6; /* default gray */
}

.scrollfill .sf-word {
  color: #c9ced6;
  transition: color 0.35s ease;
}

.scrollfill .sf-word.filled {
  color: #0b0f18; /* filled color (black/dark) */
}

.sf-word {
  transition:
    color 0.4s ease,
    transform 0.4s ease;
}

.sf-word.filled {
  transform: translateY(-2px);
}


#benefits {
  position: relative;
  overflow: hidden;
}

#benefits::before {
	background: url('/assets/images/chicken-bg.webp') var(--soft);
	background-size: 400px;
	background-repeat: no-repeat;
	background-position: bottom right;
	opacity: .2;
	content: "";
	width: 600px;
	height: 600px;
	display: block;
	position: absolute;
	right: 0;
	bottom: -50px;
}

/* Stats */
.stat {
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 20px;
  height: 100%;
  display: flex;
  align-items: start;
}



.stat img {
  /* opacity: .7; */
  background: #14e3db;
  filter: invert(1);
  padding: 6px;
  border-radius: 10px;
  max-width: 46px;
  margin-right: 10px;
}

.stat .value {
  font-size: 34px;
  font-weight: 800;
  color: var(--brand);
  line-height: 1;
}
.stat .label {
  color: var(--muted);
}

/* Mobile video styling */
.mobile-video-wrap {
  padding: 14px 0;
  position: relative;
  overflow: hidden;
}

.rounded-soft {
  border-radius: var(--radius);
}

/* Info boxes */
.info-box {
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.info-box h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.info-box p {
  color: var(--muted);
  margin-bottom: 12px;
}

.info-boxx img {
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-bottom: 15px;
}

.btn.btn-more {
	padding: 0;
	border: none;
	color: var(--brand);
}

.card.pr-card.card-body p {
	display: flex;
	align-items: center;
}

.card.pr-card.card-body {
  border:none
}

.card.pr-card.card-body p img {
	max-width: 20px;
	margin-right: 6px;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
}

.btn-check:focus + .btn, .btn:focus {
	outline: 0;
	box-shadow: none;
}

/* Contact */
.contact-card {
}
.contact-item small {
  color: var(--muted);
  display: block;
}

/* Floating WhatsApp */
.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 15px;
}

.wa-float img {
	filter: invert(1);
}

.wa-float:hover {
  filter: brightness(0.95);
}
.wa-float svg {
  width: 26px;
  height: 26px;
  fill: #fff;
}

.contact-item img {
	background: #14e3db;
	filter: invert(1);
	padding: 10px;
	border-radius: 10px;
	max-width: 46px;
	margin-right: 10px;
}

.contact-card {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contact-item {
	display: flex;
	align-items: center;
}

.contact-item a {
	color: #000;
}

/* Footer */
footer {
  padding: 28px 0;
  color: var(--muted);
}

.hero-items {
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	max-height: 700px;
	overflow: hidden;
}
.hero-items.slick-initialized {
	visibility: visible;
	opacity: 1;
	max-height: 100%;
}

img.img-decoration {
    /* box-shadow: 0 0 0px 4px #ea1c24d1; */
    border-radius: 10px;
    border: 6px solid#fff;
    box-shadow: var(--shadow);
}


@media(max-width:767px) {
  .mobile-video {
    max-width: 100%;
  }
  .hero-h1 {
    font-size: 55px;
  }
  .stat {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding:10px;
  }
  .stat {
    align-items: center;
  }
  .stat img {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .stat .value {
    font-size: 26px;
  }
  .stat .label {
    font-size: 14px;
  }
  .hero {
    padding-bottom: 0 !important;
    position: relative;
  }
  .mobile-absolute {
    margin-top: -60px;
    position: relative;
    z-index: 10;
    top: 60px;
  }
  .hero-top {
    background-position: -700px;
  }
  #benefits::before {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    opacity: .2;
    content: "";
    width: 300px;
    height: 300px;
    display: block;
    position: absolute;
    right: -100px;
    bottom: -100px;
  }
  .hero::before {
	content: "";
	background: url('/assets/images/doodle-1.webp');
	width: 200px;
	height: 200px;
	position: absolute;
	opacity: .1;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	right: 0px;
	top: 0;
	transform: rotate(-10deg);
}

.hero::after {
	content: "";
	background: url('/assets/images/doodle-2.webp');
	width: 200px;
	height: 200px;
	position: absolute;
	opacity: .1;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	left: 0px;
	top: -25px;
	transform: rotate(-10deg);
  z-index:0
}
#video {
	padding: 0;
	background: #000;
}
#contact {
	padding: 20px 0 80px 0;
}
html {
	overflow-x: hidden;
}
body {
  overflow-x: hidden;
}
.hero-items {
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	max-height: 270px;
	overflow: hidden;
}
.hero-items.slick-initialized {
	visibility: visible;
	opacity: 1;
	max-height: 100%;
}

}