:root {
  --bp-red: #e11d2e;
  --bp-red-dark: #a70f1c;
  --bp-gold: #d8b45a;
  --bp-black: #09090b;
  --bp-charcoal: #121216;
  --bp-ink: #1b1b20;
  --bp-muted: #6d6d78;
  --bp-soft: #f5f5f6;
  --bp-white: #ffffff;
  --font-body: "Manrope", sans-serif;
  --font-display: "Oswald", sans-serif;
  --shadow-soft: 0 20px 60px rgba(11, 11, 15, .10);
  --shadow-dark: 0 30px 80px rgba(0, 0, 0, .35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--bp-ink);
  background: #fff;
  font-family: var(--font-body);
  line-height: 1.7;
}

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

img {
  max-width: 100%;
}

button, input, textarea, select {
  font: inherit;
}

::selection {
  color: #fff;
  background: var(--bp-red);
}

.age-strip {
  padding: 8px 0;
  color: rgba(255,255,255,.78);
  background: #050506;
  font-size: .75rem;
  letter-spacing: .04em;
}

.site-header {
  background: rgba(10,10,12,.94);
  border-bottom: 1px solid rgba(255,255,255,.07);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: .3s ease;
}

.site-header.scrolled {
  box-shadow: 0 16px 50px rgba(0,0,0,.18);
}

.navbar {
  min-height: 76px;
}

.navbar-brand {
  padding: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, var(--bp-red), #7d0b15);
  box-shadow: 0 8px 24px rgba(225,29,46,.23);
  transform: rotate(-6deg);
}

.brand-mark span {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -.04em;
  transform: rotate(6deg);
}

.brand-word {
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.brand-word span, .box-logo span, .mini-logo span {
  color: var(--bp-red);
}

.navbar-nav .nav-link {
  position: relative;
  padding: .7rem .8rem !important;
  color: rgba(255,255,255,.72);
  font-weight: 600;
  font-size: .92rem;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: .8rem;
  right: .8rem;
  bottom: .35rem;
  height: 2px;
  background: var(--bp-red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}

.btn {
  border-radius: 12px;
  font-weight: 800;
  letter-spacing: -.01em;
}

.btn-lg {
  padding: .92rem 1.4rem;
  font-size: .95rem;
}

.btn-brand {
  color: #fff;
  border-color: var(--bp-red);
  background: linear-gradient(135deg, #ef2639, var(--bp-red-dark));
  box-shadow: 0 12px 30px rgba(225,29,46,.22);
}

.btn-brand:hover, .btn-brand:focus {
  color: #fff;
  border-color: #f3293d;
  background: linear-gradient(135deg, #f3293d, #bd1221);
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(225,29,46,.3);
}

.btn-outline-light {
  border-color: rgba(255,255,255,.3);
}

.btn-outline-light:hover {
  color: var(--bp-black);
  background: #fff;
}

.btn-dark {
  background: var(--bp-black);
  border-color: var(--bp-black);
}

.btn-dark:hover {
  background: var(--bp-red);
  border-color: var(--bp-red);
}

.hero-section {
  min-height: 760px;
  color: #fff;
  background: radial-gradient(circle at 80% 20%, rgba(225,29,46,.16), transparent 27%), linear-gradient(135deg, #08080a 0%, #111116 62%, #09090b 100%);
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .35;
  background-image: linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to right, black, transparent 85%);
}

.min-vh-hero {
  min-height: 680px;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  opacity: .55;
}

.hero-glow-one {
  width: 420px;
  height: 420px;
  top: 3%;
  right: 2%;
  background: radial-gradient(circle, rgba(225,29,46,.22), transparent 70%);
}

.hero-glow-two {
  width: 300px;
  height: 300px;
  bottom: 0;
  left: -10%;
  background: radial-gradient(circle, rgba(216,180,90,.08), transparent 70%);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--bp-gold);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.eyebrow.dark {
  color: var(--bp-red);
}

.display-title {
  margin: 0 0 24px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(4rem, 8vw, 7.4rem);
  font-weight: 700;
  line-height: .92;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.display-title span {
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255,255,255,.9);
  text-stroke: 1.5px rgba(255,255,255,.9);
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 32px;
  color: rgba(255,255,255,.66);
  font-size: 1.12rem;
}

.hero-trust {
  color: rgba(255,255,255,.62);
  font-size: .8rem;
  font-weight: 700;
}

.hero-trust .col-auto {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero-trust i {
  color: var(--bp-gold);
}

.product-stage {
  position: relative;
  min-height: 570px;
  perspective: 1200px;
}

.stage-ring {
  position: absolute;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 50%;
}

.ring-one {
  width: 490px;
  height: 490px;
  top: 18px;
  right: 0;
}

.ring-two {
  width: 340px;
  height: 340px;
  top: 92px;
  right: 75px;
  border-color: rgba(225,29,46,.25);
}

.product-box {
  position: absolute;
  color: #fff;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(145deg, #202026 0%, #09090c 76%);
  box-shadow: var(--shadow-dark);
  transform-style: preserve-3d;
}

.product-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 20%, rgba(255,255,255,.08) 44%, transparent 61%);
  transform: translateX(-90%);
  animation: productShine 6s ease-in-out infinite;
}

.product-box-main {
  z-index: 3;
  width: 300px;
  height: 390px;
  top: 78px;
  left: 88px;
  padding: 30px 28px;
  border-radius: 8px;
  transform: rotateY(-12deg) rotateZ(-2deg);
}

.product-box-daily {
  z-index: 2;
  width: 220px;
  height: 310px;
  top: 118px;
  right: 12px;
  padding: 25px 22px;
  border-radius: 7px;
  background: linear-gradient(145deg, #29292e 0%, #111114 76%);
  transform: rotateY(11deg) rotateZ(3deg);
}

.box-topline {
  color: var(--bp-gold);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .13em;
}

.box-logo {
  margin-top: 22px;
  font-family: var(--font-display);
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.box-logo.small {
  font-size: 2.25rem;
}

.box-logo.tiny {
  margin: 0 0 8px;
  font-size: 1.35rem;
}

.box-name {
  margin-top: 42px;
  color: #fff;
  font-family: var(--font-display);
  font-size: 2.7rem;
  font-weight: 700;
  line-height: .9;
  letter-spacing: -.03em;
}

.box-name.small {
  margin-top: 42px;
  font-size: 1.7rem;
  line-height: 1;
}

.box-detail {
  position: absolute;
  left: 28px;
  bottom: 26px;
  color: rgba(255,255,255,.55);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.box-stripe {
  position: absolute;
  left: -18px;
  right: -18px;
  bottom: 78px;
  height: 16px;
  background: var(--bp-red);
  transform: rotate(-7deg);
  box-shadow: 0 0 34px rgba(225,29,46,.4);
}

.product-bottle {
  z-index: 4;
  position: absolute;
  width: 116px;
  height: 260px;
  right: 110px;
  bottom: 30px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 22px 22px 28px 28px;
  background: linear-gradient(90deg, #e4e4e7, #fff 46%, #cacacf);
  box-shadow: 0 28px 54px rgba(0,0,0,.42);
  transform: rotate(4deg);
}

.bottle-cap {
  position: absolute;
  width: 74px;
  height: 30px;
  top: -24px;
  left: 21px;
  border-radius: 7px 7px 3px 3px;
  background: linear-gradient(90deg, #151518, #34343a, #111114);
}

.bottle-label {
  position: absolute;
  inset: 45px 9px 18px;
  padding: 18px 10px;
  color: #fff;
  text-align: center;
  border-radius: 9px;
  background: linear-gradient(165deg, #19191e, #08080b);
}

.bottle-label strong {
  display: block;
  margin-bottom: 9px;
  font-family: var(--font-display);
  font-size: 1.4rem;
  line-height: .95;
}

.bottle-label small {
  color: var(--bp-gold);
  font-size: .45rem;
  font-weight: 800;
  letter-spacing: .13em;
}

.capsule {
  position: absolute;
  z-index: 5;
  width: 74px;
  height: 28px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 12px 22px rgba(0,0,0,.3);
  transform: rotate(-24deg);
}

.capsule::before, .capsule span {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
}

.capsule::before {
  left: 0;
  background: #f6f6f6;
}

.capsule span {
  right: 0;
  background: var(--bp-red);
}

.capsule-one {
  left: 60px;
  bottom: 56px;
}

.capsule-two {
  left: 148px;
  bottom: 22px;
  transform: rotate(12deg) scale(.82);
}

.stage-shadow {
  position: absolute;
  left: 40px;
  right: 10px;
  bottom: 2px;
  height: 70px;
  border-radius: 50%;
  background: rgba(0,0,0,.52);
  filter: blur(23px);
}

@keyframes productShine {
  0%, 55% {
    transform: translateX(-100%);
  }
  75%, 100% {
    transform: translateX(130%);
  }
}

.trust-bar {
  position: relative;
  z-index: 5;
  margin-top: -1px;
  color: #fff;
  background: var(--bp-red);
}

.trust-item {
  min-height: 122px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  border-right: 1px solid rgba(255,255,255,.16);
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.trust-item:last-child {
  border-right: none;
}

.trust-item i {
  margin-bottom: 7px;
  color: rgba(255,255,255,.85);
  font-size: 1.45rem;
}

.trust-item strong {
  font-size: .92rem;
}

.trust-item span {
  color: rgba(255,255,255,.68);
  font-size: .72rem;
}

.section-space {
  padding: 110px 0;
}

.section-heading {
  max-width: 720px;
}

.section-heading h2, .display-section {
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 4.3rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.section-heading p {
  margin: 0;
  color: var(--bp-muted);
}

.lead-copy {
  font-size: 1.04rem;
}

.products-section {
  background: #fff;
}

.product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e6e9;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 15px 50px rgba(16,16,22,.06);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.product-card:hover {
  transform: translateY(-8px);
  border-color: rgba(225,29,46,.25);
  box-shadow: var(--shadow-soft);
}

.featured-card {
  border-color: rgba(225,29,46,.3);
}

.product-badge {
  position: absolute;
  z-index: 4;
  top: 18px;
  right: 18px;
  padding: 7px 12px;
  color: #fff;
  border-radius: 999px;
  background: var(--bp-red);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .04em;
}

.product-visual {
  position: relative;
  height: 330px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #f6f6f7, #ececef);
}

.product-visual::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 50%;
}

.product-visual::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(225,29,46,.15);
  border-radius: 50%;
}

.mini-box {
  position: relative;
  z-index: 2;
  width: 185px;
  height: 235px;
  padding: 20px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 6px;
  background: linear-gradient(145deg, #242429, #09090b);
  box-shadow: 0 28px 44px rgba(0,0,0,.24);
  transform: rotate(-5deg);
}

.mini-box::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 11px;
  left: -14px;
  bottom: 61px;
  background: var(--bp-red);
  transform: rotate(-7deg);
}

.mini-top {
  display: block;
  color: var(--bp-gold);
  font-size: .4rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.mini-logo {
  margin-top: 13px;
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.mini-logo.light {
  color: #fff;
}

.mini-box strong {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 26px;
  font-family: var(--font-display);
  font-size: 1.75rem;
  line-height: .92;
}

.mini-box small {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 22px;
  color: rgba(255,255,255,.54);
  font-size: .43rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.daily-bottle {
  z-index: 2;
  position: relative;
  width: 142px;
  height: 225px;
  border-radius: 20px 20px 30px 30px;
  background: linear-gradient(90deg, #dcdce1, #fff 48%, #c8c8cd);
  box-shadow: 0 28px 44px rgba(0,0,0,.2);
  transform: rotate(4deg);
}

.daily-cap {
  position: absolute;
  width: 92px;
  height: 34px;
  left: 25px;
  top: -26px;
  border-radius: 8px 8px 4px 4px;
  background: linear-gradient(90deg, #101013, #37373c, #0c0c0f);
}

.daily-label {
  position: absolute;
  inset: 38px 10px 16px;
  padding: 20px 12px;
  color: #fff;
  text-align: center;
  border-radius: 11px;
  background: linear-gradient(150deg, #222228, #08080b);
}

.daily-label .mini-logo {
  margin: 11px 0 24px;
}

.daily-label strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.28rem;
  line-height: 1;
}

.daily-label small {
  color: rgba(255,255,255,.55);
  font-size: .45rem;
  font-weight: 800;
  letter-spacing: .09em;
}

.lube-bottle {
  z-index: 2;
  position: relative;
  width: 130px;
  height: 235px;
  border-radius: 18px 18px 26px 26px;
  background: linear-gradient(90deg, #e2e2e5, #fff 45%, #cacacf);
  box-shadow: 0 28px 44px rgba(0,0,0,.21);
}

.lube-pump {
  position: absolute;
  width: 68px;
  height: 25px;
  top: -43px;
  left: 32px;
  border-radius: 5px 4px 0 0;
  background: #18181c;
}

.lube-pump::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 22px;
  left: 19px;
  top: 20px;
  background: #18181c;
}

.lube-pump span {
  position: absolute;
  width: 68px;
  height: 8px;
  left: 41px;
  top: 0;
  border-radius: 0 5px 5px 0;
  background: #18181c;
}

.lube-label {
  position: absolute;
  inset: 45px 10px 17px;
  padding: 19px 11px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  background: linear-gradient(150deg, #232329, #09090c);
}

.lube-label strong {
  display: block;
  margin: 26px 0 14px;
  font-family: var(--font-display);
  font-size: 1.45rem;
  line-height: .95;
}

.lube-label small {
  color: var(--bp-gold);
  font-size: .46rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.product-content {
  padding: 30px;
}

.product-kicker {
  margin-bottom: 6px;
  color: var(--bp-red);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-content h3 {
  margin-bottom: 13px;
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.product-content p {
  color: var(--bp-muted);
  font-size: .91rem;
}

.product-points {
  display: grid;
  gap: 8px;
  margin: 20px 0 26px;
  padding: 0;
  list-style: none;
  color: #42424a;
  font-size: .84rem;
}

.product-points i {
  margin-right: 8px;
  color: var(--bp-red);
  font-size: 1rem;
}

.dark-feature-section {
  color: #fff;
  background: radial-gradient(circle at 10% 15%, rgba(225,29,46,.15), transparent 24%), #09090b;
}

.dark-grid {
  position: absolute;
  inset: 0;
  opacity: .35;
  background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 50px 50px;
}

.feature-panel {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px;
  background: rgba(255,255,255,.045);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: .3s ease;
}

.feature-panel:hover {
  border-color: rgba(225,29,46,.55);
  background: rgba(255,255,255,.07);
  transform: translateY(-5px);
}

.feature-panel i {
  display: block;
  margin-bottom: 28px;
  color: var(--bp-red);
  font-size: 2rem;
}

.feature-panel h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
}

.feature-panel p {
  margin: 0;
  color: rgba(255,255,255,.52);
  font-size: .83rem;
}

.feature-number {
  position: absolute;
  top: 17px;
  right: 20px;
  color: rgba(255,255,255,.12);
  font-family: var(--font-display);
  font-size: 2.1rem;
}

.process-section {
  background: var(--bp-soft);
}

.process-row {
  position: relative;
}

.process-card {
  position: relative;
  padding: 34px;
  border: 1px solid #e2e2e5;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 50px rgba(0,0,0,.05);
}

.process-card i {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 30px;
  color: #fff;
  border-radius: 16px;
  background: var(--bp-red);
  font-size: 1.45rem;
  box-shadow: 0 13px 28px rgba(225,29,46,.23);
}

.process-step {
  position: absolute;
  top: 26px;
  right: 28px;
  color: #e4e4e7;
  font-family: var(--font-display);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
}

.process-card h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.process-card p {
  margin: 0;
  color: var(--bp-muted);
  font-size: .88rem;
}

.cta-section {
  padding: 0 0 110px;
  background: var(--bp-soft);
}

.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 52px;
  color: #fff;
  border-radius: 26px;
  background: linear-gradient(125deg, #b40f1d, var(--bp-red) 60%, #f63a4c);
  box-shadow: 0 25px 65px rgba(225,29,46,.24);
}

.cta-card .eyebrow {
  color: rgba(255,255,255,.7);
}

.cta-card h2 {
  max-width: 720px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.faq-section {
  background: #fff;
}

.text-link {
  color: var(--bp-red);
  font-weight: 800;
}

.text-link:hover {
  color: var(--bp-red-dark);
}

.bulpil-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #e4e4e7;
}

.bulpil-accordion .accordion-button {
  padding: 24px 0;
  color: var(--bp-ink);
  background: transparent;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 800;
}

.bulpil-accordion .accordion-button:not(.collapsed) {
  color: var(--bp-red);
}

.bulpil-accordion .accordion-button::after {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--bp-soft);
  background-position: center;
  background-size: 14px;
}

.bulpil-accordion .accordion-body {
  padding: 0 44px 25px 0;
  color: var(--bp-muted);
  font-size: .9rem;
}

.contact-section {
  color: #fff;
  background: #09090b;
}

.contact-shell {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 26px;
  background: #111115;
  box-shadow: var(--shadow-dark);
}

.contact-intro {
  padding: 54px;
  background: radial-gradient(circle at 0 0, rgba(225,29,46,.2), transparent 36%), #151519;
}

.contact-intro h2 {
  margin-bottom: 18px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  line-height: 1;
  text-transform: uppercase;
}

.contact-intro > p {
  margin-bottom: 36px;
  color: rgba(255,255,255,.55);
}

.contact-detail {
  display: flex;
  gap: 15px;
  margin-top: 24px;
}

.contact-detail i {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--bp-red);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  background: rgba(255,255,255,.04);
}

.contact-detail strong, .contact-detail span {
  display: block;
}

.contact-detail strong {
  color: #fff;
  font-size: .9rem;
}

.contact-detail span {
  color: rgba(255,255,255,.48);
  font-size: .78rem;
}

.contact-form-wrap {
  padding: 54px;
  background: #fff;
}

.contact-form-wrap .form-label {
  color: #34343c;
  font-size: .78rem;
  font-weight: 800;
}

.form-control, .form-select {
  min-height: 52px;
  border-color: #dedee3;
  border-radius: 11px;
  background-color: #fafafa;
}

textarea.form-control {
  min-height: 135px;
  resize: vertical;
}

.form-control:focus, .form-select:focus {
  border-color: var(--bp-red);
  box-shadow: 0 0 0 .2rem rgba(225,29,46,.11);
}

.form-notice {
  margin-top: 20px;
  padding: 16px 18px;
  color: #38633f;
  border: 1px solid #b8d9be;
  border-radius: 12px;
  background: #f0faf2;
  font-size: .86rem;
}

.site-footer {
  padding: 75px 0 28px;
  color: rgba(255,255,255,.52);
  background: #050506;
}

.footer-brand {
  margin-bottom: 20px;
}

.footer-copy {
  max-width: 430px;
}

.site-footer h3 {
  margin-bottom: 16px;
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.site-footer ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .82rem;
}

.site-footer a:hover {
  color: #fff;
}

.footer-disclaimer {
  margin-top: 48px;
  padding: 24px 0;
  color: rgba(255,255,255,.4);
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: .7rem;
  line-height: 1.7;
}

.footer-bottom {
  padding-top: 24px;
  font-size: .72rem;
}

.back-to-top {
  position: fixed;
  z-index: 50;
  right: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 13px;
  background: var(--bp-red);
  box-shadow: 0 12px 26px rgba(225,29,46,.28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .25s ease;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  color: #fff;
  background: var(--bp-red-dark);
}

.reveal {
  opacity: 100;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: .12s;
}

.reveal-delay-2 {
  transition-delay: .22s;
}

.reveal-delay-3 {
  transition-delay: .32s;
}

@media (max-width: 1199.98px) {
  .product-stage {
    transform: scale(.9);
    transform-origin: center;
  }
}

@media (max-width: 991.98px) {
  .age-strip {
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 18px 0 22px;
  }
}

@media (max-width: 991.98px) {
  .navbar-nav .nav-link {
    padding: .75rem 0 !important;
  }
}

@media (max-width: 991.98px) {
  .navbar-nav .nav-link::after {
    left: 0;
    right: auto;
    width: 28px;
    bottom: .45rem;
  }
}

@media (max-width: 991.98px) {
  .hero-section {
    min-height: auto;
  }
}

@media (max-width: 991.98px) {
  .min-vh-hero {
    min-height: auto;
  }
}

@media (max-width: 991.98px) {
  .display-title {
    font-size: clamp(3.8rem, 15vw, 6.2rem);
  }
}

@media (max-width: 991.98px) {
  .product-stage {
    min-height: 520px;
    max-width: 620px;
    margin: 0 auto 30px;
    transform: scale(.96);
  }
}

@media (max-width: 991.98px) {
  .section-space {
    padding: 85px 0;
  }
}

@media (max-width: 991.98px) {
  .cta-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 991.98px) {
  .contact-intro, .contact-form-wrap {
    padding: 42px;
  }
}

@media (max-width: 767.98px) {
  .navbar {
    min-height: 68px;
  }
}

@media (max-width: 767.98px) {
  .brand-mark {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 767.98px) {
  .brand-word {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .eyebrow {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .hero-copy {
    margin-inline: auto;
  }
}

@media (max-width: 767.98px) {
  .hero-section .d-flex {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .hero-trust {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .product-stage {
    min-height: 450px;
    transform: scale(.78);
    margin: -30px -60px -45px;
  }
}

@media (max-width: 767.98px) {
  .trust-item {
    min-height: 112px;
    border-right: 1px solid rgba(255,255,255,.15);
  }
}

@media (max-width: 767.98px) {
  .section-space {
    padding: 72px 0;
  }
}

@media (max-width: 767.98px) {
  .section-heading h2, .display-section {
    font-size: 2.7rem;
  }
}

@media (max-width: 767.98px) {
  .product-visual {
    height: 300px;
  }
}

@media (max-width: 767.98px) {
  .cta-section {
    padding-bottom: 72px;
  }
}

@media (max-width: 767.98px) {
  .cta-card {
    padding: 35px 28px;
    border-radius: 20px;
  }
}

@media (max-width: 767.98px) {
  .contact-intro, .contact-form-wrap {
    padding: 32px 24px;
  }
}

@media (max-width: 480px) {
  .display-title {
    font-size: 3.45rem;
  }
}

@media (max-width: 480px) {
  .btn-lg {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .product-stage {
    transform: scale(.65);
    margin: -55px -100px -80px;
  }
}

@media (max-width: 480px) {
  .trust-item {
    padding: 14px 8px;
  }
}

@media (max-width: 480px) {
  .trust-item span {
    font-size: .64rem;
  }
}

@media (max-width: 480px) {
  .product-content {
    padding: 25px;
  }
}

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

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
  }
}

