/* Home page only: clear colors, stable spacing, responsive layouts. */
.bdp-home-v2,
.bdp-home-v2 ~ .bdp-section,
.bdp-home-v2 ~ .bdp-newsletter-band{
  --home-ink:#081120;
  --home-text:#1b2738;
  --home-muted:#596a7f;
  --home-blue:#0757d8;
  --home-blue-dark:#0644ad;
  --home-green:#0f8f74;
  --home-gold:#d99a24;
  --home-coral:#d6534b;
  --home-line:#dce6f2;
  --home-soft:#f5f8fc;
  --home-shadow:0 18px 44px rgba(7,18,37,.08);
  color:var(--home-ink);
}

.bdp-home-v2 *,
.bdp-home-v2 ~ .bdp-section *,
.bdp-home-v2 ~ .bdp-newsletter-band *{
  min-width:0;
}

.bdp-home-v2.bdp-hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 58%,#eef8f4 100%);
  border-bottom:1px solid var(--home-line);
}

.bdp-home-v2.bdp-hero::before,
.bdp-home-v2.bdp-hero::after{
  content:none;
}

.bdp-home-v2 .bdp-offer-strip{
  width:min(1360px,calc(100% - 36px));
  margin:18px auto 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border:1px solid #e3ecf6;
  border-radius:8px;
  background:#ffffff;
  color:var(--home-text);
  padding:10px 12px 10px 18px;
  box-shadow:0 12px 30px rgba(7,18,37,.06);
  font-weight:900;
}

.bdp-home-v2 .bdp-offer-strip span{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.bdp-home-v2 .bdp-offer-strip a{
  flex:0 0 auto;
  border-radius:8px;
  background:var(--home-ink);
  color:#ffffff;
  padding:9px 16px;
  box-shadow:none;
  text-transform:none;
  letter-spacing:0;
}

.bdp-home-v2 .bdp-hero__inner{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(400px,.82fr);
  gap:44px;
  align-items:center;
  min-height:620px;
  padding:62px 0 70px;
}

.bdp-home-v2 .bdp-hero__media{
  position:relative;
  min-width:0;
}

.bdp-home-v2 .bdp-kicker,
.bdp-home-v2 ~ .bdp-section .bdp-kicker,
.bdp-home-v2 ~ .bdp-newsletter-band .bdp-kicker{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  border:1px solid #cfe0ff;
  border-radius:999px;
  background:#eef5ff;
  color:#0648b4;
  padding:8px 13px;
  font-size:12px;
  font-weight:1000;
  letter-spacing:0;
  text-transform:uppercase;
}

.bdp-home-v2.bdp-hero h1{
  max-width:760px;
  margin:18px 0;
  color:var(--home-ink);
  font-size:64px;
  line-height:1;
  letter-spacing:0;
}

.bdp-home-v2.bdp-hero p{
  max-width:720px;
  margin:0;
  color:var(--home-muted);
  font-size:19px;
  line-height:1.65;
}

.bdp-home-v2 .bdp-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}

.bdp-home-v2 .btn{
  min-height:50px;
  border-radius:8px;
  letter-spacing:0;
}

.bdp-home-v2 .btn-blue{
  background:var(--home-blue);
  color:#ffffff;
  box-shadow:0 14px 30px rgba(7,87,216,.2);
}

.bdp-home-v2 .btn-outline{
  border-color:#c8d7e8;
  background:#ffffff;
  color:var(--home-ink);
}

.bdp-home-v2 .bdp-partnership-btn{
  border-color:#b7eee4;
  background:#ecfffb;
  color:#076356;
}

.bdp-home-v2 .bdp-hero__trust{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.bdp-home-v2 .bdp-hero__trust span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid #dde7f2;
  border-radius:999px;
  background:#ffffff;
  color:#253348;
  padding:9px 12px;
  font-weight:900;
  box-shadow:none;
}

.bdp-home-v2 .bdp-hero__trust b{
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--home-green);
  box-shadow:0 0 0 4px rgba(15,143,116,.12);
}

.bdp-hero__metrics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  max-width:620px;
  margin-top:26px;
}

.bdp-hero__metrics div{
  border:1px solid #e1e9f2;
  border-radius:8px;
  background:rgba(255,255,255,.84);
  padding:14px;
}

.bdp-hero__metrics strong{
  display:block;
  color:var(--home-ink);
  font-size:28px;
  line-height:1;
}

.bdp-hero__metrics span{
  display:block;
  margin-top:5px;
  color:#66758a;
  font-size:13px;
  font-weight:850;
}

.bdp-home-v2 .bdp-hero__showcase{
  position:relative;
  min-height:540px;
  border:1px solid #dbe5f1;
  border-radius:10px;
  background:#ffffff;
  box-shadow:0 26px 66px rgba(7,18,37,.12);
  padding:18px;
  overflow:hidden;
}

.bdp-home-v2 .bdp-showcase-card{
  position:absolute;
  inset:18px;
  display:grid;
  grid-template-rows:minmax(260px,1fr) auto;
  align-content:stretch;
  opacity:0;
  transform:translateX(18px);
  transition:opacity .42s ease,transform .42s ease;
}

.bdp-home-v2 .bdp-showcase-card.is-active{
  opacity:1;
  transform:none;
}

.bdp-home-v2 .bdp-visual{
  display:grid;
  place-items:center;
  min-height:310px;
  border-radius:8px;
  background:linear-gradient(135deg,#f8fafc,#edf3f9);
  box-shadow:inset 0 0 0 1px #e3ebf5;
  overflow:hidden;
}

.bdp-home-v2 .bdp-visual::before,
.bdp-home-v2 .bdp-visual::after{
  content:none;
}

.bdp-home-v2 .bdp-visual--product img{
  width:100%;
  height:320px;
  object-fit:contain;
  padding:22px;
}

.bdp-home-v2 .bdp-showcase-copy{
  padding:20px 4px 2px;
}

.bdp-home-v2 .bdp-showcase-copy small{
  display:block;
  color:var(--home-blue);
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:0;
}

.bdp-home-v2 .bdp-showcase-copy strong{
  display:block;
  margin-top:6px;
  color:var(--home-ink);
  font-size:34px;
  line-height:1.08;
  letter-spacing:0;
}

.bdp-home-v2 .bdp-showcase-copy p{
  margin-top:9px;
  color:#5d6b7f;
  font-size:16px;
}

.bdp-home-v2 .bdp-slide-controls{
  position:static;
  width:min(100%,420px);
  margin:16px auto 0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
}

.bdp-home-v2 .bdp-slide-controls::before{
  content:none;
}

.bdp-home-v2 .bdp-slide-controls button,
.bdp-carousel-btn{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border:1px solid #d7e2f0;
  border-radius:8px;
  background:#ffffff;
  color:#172033;
  font-size:26px;
  line-height:1;
  box-shadow:0 12px 28px rgba(7,18,37,.08);
  cursor:pointer;
  transition:transform .18s ease,border-color .18s ease,color .18s ease;
}

.bdp-home-v2 .bdp-slide-controls button:hover,
.bdp-carousel-btn:hover{
  transform:translateY(-2px);
  border-color:var(--home-blue);
  color:var(--home-blue);
}

.bdp-slide-dots{
  display:flex;
  align-items:center;
  gap:7px;
}

.bdp-slide-dots button{
  width:28px;
  height:7px;
  border:0;
  border-radius:999px;
  background:#cbd8e8;
  box-shadow:none;
}

.bdp-slide-dots button.is-active{
  width:42px;
  background:var(--home-blue);
}

.bdp-ui-window,
.bdp-support-card{
  position:relative;
  display:block;
  width:min(330px,86%);
  height:230px;
  border-radius:10px;
  background:#0b1220;
  box-shadow:0 24px 54px rgba(7,18,37,.22);
}

.bdp-ui-window::before{
  content:"";
  position:absolute;
  inset:18px 18px auto;
  height:34px;
  border-radius:8px;
  background:#ffffff;
}

.bdp-ui-window i,
.bdp-support-card i{
  position:absolute;
  display:block;
  border-radius:8px;
}

.bdp-ui-window i:nth-child(1){left:18px;right:52%;top:72px;height:108px;background:var(--home-blue)}
.bdp-ui-window i:nth-child(2){left:52%;right:18px;top:72px;height:48px;background:#f7b955}
.bdp-ui-window i:nth-child(3){left:52%;right:18px;top:136px;height:44px;background:#e8eef7}

.bdp-support-card{
  border:1px solid #dfe7f2;
  background:#ffffff;
}

.bdp-support-card::before{
  content:"";
  position:absolute;
  left:24px;
  top:24px;
  width:82px;
  height:82px;
  border-radius:50%;
  background:#eaf4ff;
  box-shadow:inset 0 0 0 18px var(--home-blue);
}

.bdp-support-card i:nth-child(1){left:128px;right:26px;top:34px;height:16px;background:#cbd8e8}
.bdp-support-card i:nth-child(2){left:128px;right:64px;top:68px;height:16px;background:#cbd8e8}
.bdp-support-card i:nth-child(3){left:26px;right:26px;bottom:30px;height:68px;background:#f2f6fb}

.bdp-home-v2 ~ .bdp-section{
  padding:76px 0;
}

.bdp-home-v2 ~ .bdp-section .bdp-section-head{
  margin-bottom:30px;
  text-align:left;
}

.bdp-section-head--split,
.bdp-section-head--tabs{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(280px,.56fr);
  gap:28px;
  align-items:end;
  text-align:left;
}

.bdp-home-v2 ~ .bdp-section .bdp-section-head h2,
.bdp-newsletter-inner h2{
  margin:10px 0 0;
  color:var(--home-ink);
  font-size:44px;
  line-height:1.08;
  letter-spacing:0;
}

.bdp-section-head--split p,
.bdp-section-head--tabs p{
  margin:0;
  color:var(--home-muted);
  font-size:17px;
  line-height:1.65;
}

.bdp-feature-tiles{
  border-bottom:1px solid var(--home-line);
  background:#ffffff;
}

.bdp-home-v2 ~ .bdp-feature-tiles{
  padding:38px 0;
}

.bdp-feature-grid,
.bdp-process-grid,
.bdp-service-grid{
  display:grid;
  gap:14px;
}

.bdp-feature-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.bdp-feature{
  display:grid;
  gap:12px;
  border:1px solid var(--home-line);
  border-radius:8px;
  background:#ffffff;
  padding:22px;
  text-align:left;
  box-shadow:none;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}

.bdp-feature:hover{
  transform:translateY(-3px);
  border-color:#c1d6f0;
  box-shadow:var(--home-shadow);
}

.bdp-feature strong{
  color:var(--home-ink);
  font-size:19px;
}

.bdp-feature p{
  margin:0;
  color:var(--home-muted);
  line-height:1.55;
}

.bdp-icon{
  position:relative;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:8px;
  background:#eef5ff;
}

.bdp-icon::before{
  content:"";
  width:18px;
  height:18px;
  border:3px solid var(--home-blue);
  border-radius:5px;
}

.bdp-icon--delivery{background:#fff7e8}
.bdp-icon--delivery::before{border-color:var(--home-gold);border-radius:999px}
.bdp-icon--config{background:#ecfbf7}
.bdp-icon--config::before{border-color:var(--home-green);transform:rotate(45deg)}
.bdp-icon--support{background:#fff0ef}
.bdp-icon--support::before{border-color:var(--home-coral);border-radius:999px 999px 5px 5px}

.bdp-shop-cats,
.bdp-process,
.bdp-faq{
  background:var(--home-soft);
}

.bdp-cat-row{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
  gap:14px;
}

.bdp-cat-card{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:236px;
  border:1px solid var(--home-line);
  border-radius:8px;
  background:#ffffff;
  color:var(--home-ink);
  padding:18px;
  box-shadow:none;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}

.bdp-cat-card:hover{
  transform:translateY(-3px);
  border-color:#9ebce8;
  box-shadow:var(--home-shadow);
}

.bdp-cat-visual{
  display:grid;
  place-items:center;
  width:100%;
  height:82px;
  border-radius:8px;
  background:linear-gradient(135deg,#f5f8fc,#e8eff8);
  font-size:0;
}

.bdp-cat-visual i{
  position:relative;
  width:58px;
  height:38px;
  border:4px solid #172033;
  border-radius:8px 8px 4px 4px;
}

.bdp-cat-visual i::after{
  content:"";
  position:absolute;
  left:8px;
  right:8px;
  bottom:-12px;
  height:5px;
  border-radius:999px;
  background:#172033;
}

.bdp-cat-discount{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  border-radius:999px;
  background:#fff4d8;
  color:#7d4d02;
  padding:7px 11px;
  font-size:13px;
  font-weight:900;
}

.bdp-cat-card strong{
  color:var(--home-ink);
  font-size:21px;
  line-height:1.18;
}

.bdp-cat-card em{
  color:var(--home-blue);
  font-style:normal;
  font-weight:1000;
  text-transform:uppercase;
}

.bdp-best,
.bdp-services,
.bdp-newsletter-band{
  background:#ffffff;
}

.bdp-best{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
}

.bdp-best .container{
  position:relative;
}

.bdp-tabs{
  display:flex;
  gap:8px;
  width:max-content;
  max-width:100%;
  border:1px solid var(--home-line);
  border-radius:18px;
  background:rgba(248,251,255,.9);
  padding:6px;
  box-shadow:0 18px 42px rgba(7,18,37,.06);
  backdrop-filter:blur(16px);
}

.bdp-tabs button{
  appearance:none;
  border:0;
  border-radius:13px;
  background:transparent;
  color:#1d2b3f;
  padding:13px 18px;
  font-weight:1000;
  letter-spacing:0;
  text-transform:none;
  white-space:nowrap;
  cursor:pointer;
  transition:background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease;
}

.bdp-tabs button.is-active{
  background:var(--home-blue);
  color:#ffffff;
  box-shadow:0 12px 26px rgba(7,87,216,.22);
}

.bdp-tabs button:not(:disabled):hover{
  color:var(--home-blue);
  transform:translateY(-1px);
}

.bdp-tabs button.is-active:hover{
  color:#ffffff;
}

.bdp-best-panel{
  display:none;
}

.bdp-best-panel.is-active{
  display:block;
}

.bdp-carousel-wrap{
  position:relative;
  overflow:hidden;
  border-radius:26px;
  transition:padding .2s ease;
}

.bdp-carousel-wrap.has-overflow{
  padding-inline:58px;
}

.bdp-carousel-wrap.has-overflow::before,
.bdp-carousel-wrap.has-overflow::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  z-index:1;
  width:78px;
  pointer-events:none;
  transition:opacity .18s ease;
}

.bdp-carousel-wrap.has-overflow::before{
  left:0;
  background:linear-gradient(90deg,#ffffff 0%,rgba(255,255,255,.84) 48%,rgba(255,255,255,0) 100%);
}

.bdp-carousel-wrap.has-overflow::after{
  right:0;
  background:linear-gradient(270deg,#ffffff 0%,rgba(255,255,255,.84) 48%,rgba(255,255,255,0) 100%);
}

.bdp-carousel-wrap.is-at-start::before,
.bdp-carousel-wrap.is-at-end::after{
  opacity:0;
}

.bdp-product-carousel{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - 54px) / 4);
  gap:18px;
  overflow-x:hidden;
  overscroll-behavior-inline:contain;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  border:0;
  padding:4px 2px 14px;
}

.bdp-product-carousel::-webkit-scrollbar{
  display:none;
}

.bdp-product-carousel::-webkit-scrollbar-thumb{
  border-radius:999px;
  background:#c9d5e4;
}

.bdp-product-carousel:focus-visible{
  outline:3px solid rgba(7,87,216,.22);
  outline-offset:4px;
  border-radius:22px;
}

.bdp-product-slide{
  scroll-snap-align:start;
  scroll-snap-stop:always;
  display:flex;
  flex-direction:column;
  min-height:590px;
  border:1px solid var(--home-line);
  border-radius:24px;
  background:#ffffff;
  overflow:hidden;
  box-shadow:0 18px 48px rgba(7,18,37,.08);
  transform:translateZ(0);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}

.bdp-product-slide:hover{
  border-color:#b9d3ff;
  box-shadow:0 28px 70px rgba(7,18,37,.13);
  transform:translateY(-4px);
}

.bdp-product-media{
  position:relative;
  display:grid;
  place-items:center;
  min-height:246px;
  background:linear-gradient(180deg,#f8fbff 0%,#eef6ff 100%);
  overflow:hidden;
}

.bdp-product-media img{
  width:100%;
  height:252px;
  object-fit:contain;
  padding:24px;
  transition:transform .26s ease;
}

.bdp-product-slide:hover .bdp-product-media img{
  transform:scale(1.035);
}

.bdp-featured-placeholder{
  display:grid;
  place-items:center;
  width:150px;
  height:150px;
  border-radius:8px;
  background:linear-gradient(135deg,#edf5ff,#f8fafc);
  color:var(--home-blue);
  font-size:32px;
  font-weight:1000;
}

.bdp-product-discount{
  position:absolute;
  right:14px;
  top:14px;
  border-radius:999px;
  background:#fff0bd;
  color:#7d4d02;
  padding:9px 13px;
  font-weight:1000;
  box-shadow:0 14px 30px rgba(125,77,2,.12);
}

.bdp-product-body{
  flex:1;
  display:grid;
  gap:13px;
  padding:22px 22px 14px;
  text-align:left;
}

.bdp-product-body h3{
  margin:0;
  color:var(--home-ink);
  font-size:21px;
  line-height:1.18;
}

.bdp-product-body h3 a{
  color:inherit;
  transition:color .18s ease;
}

.bdp-product-body h3 a:hover{
  color:var(--home-blue);
}

.bdp-product-body p{
  margin:0;
  color:var(--home-muted);
  line-height:1.55;
}

.bdp-product-price{
  margin-top:auto;
}

.bdp-product-price strong{
  display:block;
  color:var(--home-blue-dark);
  font-size:23px;
}

.bdp-product-price small{
  display:block;
  color:#7c8796;
  font-weight:850;
  text-decoration:line-through;
}

.stock-dot{
  color:#0b3b32;
  font-size:13px;
  font-weight:950;
  text-transform:uppercase;
}

.stock-dot span{
  display:inline-block;
  width:14px;
  height:14px;
  margin-right:7px;
  border:3px solid var(--home-green);
  border-radius:999px;
  vertical-align:-2px;
}

.bdp-product-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  margin-top:auto;
  border-top:1px solid var(--home-line);
}

.bdp-product-actions a,
.bdp-product-actions button{
  display:grid;
  place-items:center;
  min-height:58px;
  border:0;
  background:#ffffff;
  color:var(--home-blue);
  padding:0 12px;
  text-align:center;
  font-weight:1000;
  letter-spacing:0;
  text-transform:none;
  cursor:pointer;
  transition:background .18s ease,color .18s ease,filter .18s ease;
}

.bdp-product-actions a:hover,
.bdp-product-actions button:hover{
  background:#eef5ff;
}

.bdp-product-actions button,
.bdp-product-actions .bdp-action-blue{
  background:linear-gradient(135deg,var(--home-blue),#0a66ff);
  color:#ffffff;
}

.bdp-product-actions button:hover,
.bdp-product-actions .bdp-action-blue:hover{
  filter:saturate(1.08);
  background:linear-gradient(135deg,#0648b9,#0757d8);
}

.bdp-product-actions form{
  margin:0;
}

.bdp-carousel-btn{
  position:absolute;
  top:50%;
  z-index:3;
  transform:translateY(-50%);
  display:none;
  border-radius:16px;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(14px);
}

.bdp-carousel-btn[hidden]{
  display:none!important;
}

.bdp-carousel-wrap.has-overflow .bdp-carousel-btn:not([hidden]){
  display:grid;
}

.bdp-carousel-btn span{
  display:block;
  transform:translateY(-1px);
}

.bdp-carousel-btn:disabled{
  opacity:.38;
  cursor:not-allowed;
  box-shadow:none;
}

.bdp-carousel-btn:hover{
  transform:translateY(calc(-50% - 2px));
}

.bdp-carousel-btn:disabled:hover{
  border-color:#d7e2f0;
  color:#172033;
  transform:translateY(-50%);
}

.bdp-carousel-btn[data-home-products-prev],
.bdp-carousel-btn[data-home-accessoires-prev],
.bdp-carousel-btn[data-home-services-prev]{
  left:8px;
}

.bdp-carousel-btn[data-home-products-next],
.bdp-carousel-btn[data-home-accessoires-next],
.bdp-carousel-btn[data-home-services-next]{
  right:8px;
}

.bdp-process-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.bdp-process-grid article,
.bdp-service-card{
  border:1px solid var(--home-line);
  border-radius:8px;
  background:#ffffff;
  padding:22px;
  box-shadow:0 10px 26px rgba(7,18,37,.05);
}

.bdp-process-grid article span{
  display:inline-flex;
  margin-bottom:22px;
  color:var(--home-blue);
  font-weight:1000;
}

.bdp-process-grid strong{
  display:block;
  color:var(--home-ink);
  font-size:20px;
}

.bdp-process-grid p{
  margin:8px 0 0;
  color:var(--home-muted);
}

.bdp-service-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.bdp-service-card{
  position:relative;
  overflow:hidden;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}

.bdp-service-card::before{
  content:none;
}

.bdp-service-card:hover{
  transform:translateY(-3px);
  border-color:#c1d6f0;
  box-shadow:var(--home-shadow);
}

.bdp-service-card span{
  display:inline-grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:8px;
  background:#f0f6ff;
  color:#0757d8;
  font-size:12px;
  font-weight:1000;
  letter-spacing:0;
}

.bdp-service-card small{
  display:block;
  margin-top:14px;
  color:var(--home-green);
  font-weight:900;
  text-transform:uppercase;
}

.bdp-service-card h3{
  margin:12px 0 8px;
  color:var(--home-ink);
  font-size:23px;
  line-height:1.2;
}

.bdp-service-card p{
  margin:0;
  color:var(--home-muted);
  line-height:1.58;
}

.bdp-service-card a{
  display:inline-flex;
  margin-top:18px;
  color:var(--home-blue);
  font-weight:1000;
}

.bdp-proof{
  padding:68px 0;
  background:linear-gradient(135deg,#081120 0%,#10233a 62%,#0b1f2b 100%);
  color:#ffffff;
}

.bdp-proof__inner{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(360px,.74fr);
  gap:34px;
  align-items:center;
}

.bdp-proof .bdp-kicker{
  border-color:#cfe0ff;
  background:#e9f3ff;
  color:#0646a4;
}

.bdp-proof h2{
  max-width:680px;
  margin:14px 0;
  color:#ffffff;
  font-size:44px;
  line-height:1.08;
  letter-spacing:0;
}

.bdp-proof p{
  max-width:820px;
  margin:0;
  color:#dce7f7;
  font-size:18px;
  line-height:1.7;
}

.bdp-proof-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.bdp-proof-list span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:#f8fbff;
  padding:10px 14px;
  text-align:center;
  font-weight:950;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
}

.bdp-proof-list span:nth-child(2n){
  border-color:rgba(78,213,184,.38);
  background:rgba(15,143,116,.22);
}

.bdp-proof-list span:nth-child(3n){
  border-color:rgba(245,190,84,.4);
  background:rgba(217,154,36,.22);
}

.bdp-faq-list{
  display:grid;
  gap:12px;
  max-width:900px;
  margin:auto;
}

.bdp-faq-list details{
  border:1px solid var(--home-line);
  border-radius:8px;
  background:#ffffff;
  padding:18px 20px;
}

.bdp-faq-list summary{
  color:var(--home-ink);
  font-weight:1000;
  cursor:pointer;
}

.bdp-faq-list p{
  margin:12px 0 0;
  color:var(--home-muted);
  line-height:1.6;
}

.bdp-newsletter-band{
  padding:58px 0;
  border-top:1px solid var(--home-line);
  color:var(--home-ink);
}

.bdp-newsletter-inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,520px);
  gap:32px;
  align-items:center;
}

.bdp-newsletter-inner p{
  color:var(--home-muted);
}

.bdp-newsletter-form{
  display:grid;
  gap:12px;
  border:1px solid var(--home-line);
  border-radius:8px;
  background:#ffffff;
  color:var(--home-ink);
  padding:20px;
  box-shadow:var(--home-shadow);
}

.bdp-newsletter-form .form-control{
  width:100%;
  min-height:50px;
  border:1px solid #c9d7e8;
  border-radius:8px;
  padding:12px 14px;
  background:#ffffff;
  color:var(--home-ink);
}

.bdp-newsletter-form .form-control:focus{
  border-color:var(--home-blue);
  box-shadow:0 0 0 4px rgba(7,87,216,.12);
  outline:none;
}

.bdp-newsletter-form label{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:#42516a;
  font-size:13px;
  font-weight:800;
}

.bdp-newsletter-form button{
  width:100%;
}

.bdp-newsletter-form .hp-field{
  position:absolute;
  left:-9999px;
  opacity:0;
}

@media(max-width:1180px){
  .bdp-home-v2 .bdp-hero__inner{
    grid-template-columns:1fr;
    min-height:0;
  }

  .bdp-home-v2.bdp-hero h1{
    font-size:54px;
  }

  .bdp-home-v2 .bdp-hero__showcase{
    min-height:0;
    padding:18px;
  }

  .bdp-home-v2 .bdp-showcase-card{
    position:relative;
    inset:auto;
    display:none;
    grid-template-rows:auto auto;
    gap:18px;
    opacity:1;
    transform:none;
    transition:none;
  }

  .bdp-home-v2 .bdp-showcase-card.is-active{
    display:grid;
  }

  .bdp-home-v2 .bdp-showcase-copy{
    padding:0 4px 4px;
  }

  .bdp-home-v2 .bdp-showcase-copy small{
    font-size:12px;
  }

  .bdp-home-v2 .bdp-showcase-copy strong{
    font-size:clamp(28px,3.6vw,34px);
    line-height:1.15;
    overflow-wrap:break-word;
    hyphens:auto;
  }

  .bdp-home-v2 .bdp-showcase-copy p{
    font-size:16px;
    line-height:1.55;
  }

  .bdp-home-v2 .bdp-slide-controls{
    position:static;
    width:min(100%,420px);
    margin:16px auto 0;
    left:auto;
    right:auto;
    bottom:auto;
  }

  .bdp-home-v2 .bdp-slide-controls::before{
    content:none;
  }

  .bdp-home-v2 .bdp-slide-controls button{
    flex:0 0 48px;
    width:48px;
    height:48px;
  }

  .bdp-slide-dots{
    flex:1;
    justify-content:center;
    min-width:0;
  }

  .bdp-slide-dots button{
    flex:0 0 28px;
  }

  .bdp-slide-dots button.is-active{
    flex-basis:42px;
  }

  .bdp-feature-grid,
  .bdp-process-grid,
  .bdp-service-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .bdp-proof__inner{
    grid-template-columns:1fr;
  }

  .bdp-product-carousel{
    grid-auto-columns:calc((100% - 36px) / 3);
  }
}

@media(max-width:860px){
  .bdp-home-v2 .bdp-offer-strip{
    width:min(100% - 24px,1360px);
    flex-direction:column;
    align-items:flex-start;
    margin-top:12px;
  }

  .bdp-home-v2 .bdp-offer-strip span{
    white-space:normal;
  }

  .bdp-home-v2 .bdp-hero__inner{
    padding:44px 0 54px;
  }

  .bdp-home-v2.bdp-hero h1{
    font-size:42px;
  }

  .bdp-home-v2.bdp-hero p{
    font-size:16px;
  }

  .bdp-hero__metrics{
    grid-template-columns:1fr;
  }

  .bdp-home-v2 .bdp-hero__showcase{
    min-height:0;
    border-radius:8px;
    padding:16px;
  }

  .bdp-home-v2 .bdp-showcase-card{
    position:relative;
    inset:auto;
    display:none;
    grid-template-rows:auto auto;
    gap:16px;
    opacity:1;
    transform:none;
    transition:none;
  }

  .bdp-home-v2 .bdp-showcase-card.is-active{
    display:grid;
  }

  .bdp-home-v2 .bdp-visual{
    min-height:250px;
  }

  .bdp-home-v2 .bdp-visual--product img{
    height:250px;
  }

  .bdp-home-v2 .bdp-showcase-copy{
    padding:0 4px 4px;
  }

  .bdp-home-v2 .bdp-showcase-copy small{
    font-size:12px;
  }

  .bdp-home-v2 .bdp-showcase-copy strong{
    font-size:clamp(27px,5.1vw,32px);
    line-height:1.15;
    overflow-wrap:break-word;
    hyphens:auto;
  }

  .bdp-home-v2 .bdp-showcase-copy p{
    font-size:15px;
    line-height:1.55;
  }

  .bdp-home-v2 .bdp-slide-controls{
    position:static;
    width:min(100%,400px);
    margin:14px auto 0;
    left:auto;
    right:auto;
    bottom:auto;
  }

  .bdp-home-v2 .bdp-slide-controls::before{
    content:none;
  }

  .bdp-home-v2 .bdp-slide-controls button{
    flex:0 0 48px;
    width:48px;
    height:48px;
  }

  .bdp-slide-dots{
    flex:1;
    justify-content:center;
    min-width:0;
  }

  .bdp-slide-dots button{
    flex:0 0 28px;
  }

  .bdp-slide-dots button.is-active{
    flex-basis:42px;
  }

  .bdp-ui-window,
  .bdp-support-card{
    width:min(100%,320px);
    height:220px;
  }

  .bdp-section-head--split,
  .bdp-section-head--tabs,
  .bdp-newsletter-inner{
    grid-template-columns:1fr;
  }

  .bdp-home-v2 ~ .bdp-section .bdp-section-head h2,
  .bdp-proof h2,
  .bdp-newsletter-inner h2{
    font-size:34px;
  }

  .bdp-feature-grid,
  .bdp-service-grid,
  .bdp-process-grid{
    grid-template-columns:1fr;
  }

  .bdp-cat-row{
    display:flex;
    gap:12px;
    overflow-x:auto;
    scroll-snap-type:x proximity;
    padding-bottom:10px;
  }

  .bdp-cat-card{
    min-width:240px;
    scroll-snap-align:start;
  }

  .bdp-tabs{
    width:100%;
    overflow-x:auto;
  }

  .bdp-product-carousel{
    grid-auto-columns:calc((100% - 18px) / 2);
  }

  .bdp-carousel-wrap.has-overflow{
    padding-inline:44px;
  }

  .bdp-carousel-wrap.has-overflow::before,
  .bdp-carousel-wrap.has-overflow::after{
    width:58px;
  }

  .bdp-carousel-btn{
    width:40px;
    height:40px;
    border-radius:14px;
    font-size:24px;
  }

  .bdp-product-actions{
    grid-template-columns:1fr;
  }

  .bdp-proof-list{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:560px){
  .bdp-home-v2 .bdp-hero__actions .btn{
    width:100%;
  }

  .bdp-home-v2 .bdp-hero__trust{
    display:grid;
  }

  .bdp-home-v2.bdp-hero h1{
    font-size:34px;
  }

  .bdp-home-v2 .bdp-showcase-copy strong,
  .bdp-home-v2 ~ .bdp-section .bdp-section-head h2,
  .bdp-proof h2,
  .bdp-newsletter-inner h2{
    font-size:30px;
  }

  .bdp-home-v2 .bdp-hero__showcase{
    min-height:0;
    padding:14px;
  }

  .bdp-home-v2 .bdp-showcase-card{
    position:relative;
    inset:auto;
    display:none;
    grid-template-rows:auto auto;
    gap:14px;
    opacity:1;
    transform:none;
    transition:none;
  }

  .bdp-home-v2 .bdp-showcase-card.is-active{
    display:grid;
  }

  .bdp-home-v2 .bdp-showcase-copy{
    padding:0 2px 2px;
  }

  .bdp-home-v2 .bdp-showcase-copy small{
    font-size:12px;
  }

  .bdp-home-v2 .bdp-showcase-copy strong{
    font-size:clamp(26px,7.8vw,30px);
    line-height:1.18;
    overflow-wrap:break-word;
    hyphens:auto;
  }

  .bdp-home-v2 .bdp-showcase-copy p{
    font-size:15px;
    line-height:1.52;
  }

  .bdp-home-v2 .bdp-slide-controls{
    position:static;
    width:min(100%,320px);
    margin:12px auto 0;
    left:auto;
    right:auto;
    bottom:auto;
  }

  .bdp-home-v2 .bdp-slide-controls::before{
    content:none;
  }

  .bdp-home-v2 .bdp-slide-controls button{
    width:46px;
    height:46px;
    flex:0 0 46px;
  }

  .bdp-slide-dots{
    flex:1;
    justify-content:center;
    min-width:0;
  }

  .bdp-slide-dots button{
    flex:0 0 28px;
  }

  .bdp-slide-dots button.is-active{
    flex-basis:42px;
  }

  .bdp-ui-window,
  .bdp-support-card{
    width:min(100%,280px);
    height:210px;
  }

  .bdp-product-carousel{
    grid-auto-columns:100%;
  }

  .bdp-carousel-wrap.has-overflow{
    padding-inline:0;
    padding-bottom:62px;
  }

  .bdp-carousel-wrap.has-overflow::before,
  .bdp-carousel-wrap.has-overflow::after{
    content:none;
  }

  .bdp-carousel-btn[data-home-products-prev],
  .bdp-carousel-btn[data-home-accessoires-prev],
  .bdp-carousel-btn[data-home-services-prev]{
    left:calc(50% - 50px);
    top:auto;
    bottom:8px;
  }

  .bdp-carousel-btn[data-home-products-next],
  .bdp-carousel-btn[data-home-accessoires-next],
  .bdp-carousel-btn[data-home-services-next]{
    right:calc(50% - 50px);
    top:auto;
    bottom:8px;
  }

  .bdp-carousel-btn,
  .bdp-carousel-btn:hover,
  .bdp-carousel-btn:disabled:hover{
    transform:none;
  }

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

  .bdp-newsletter-form{
    padding:16px;
  }
}

html[data-theme="dark"] .bdp-home,
html[data-theme="dark"] .bdp-section,
html[data-theme="dark"] .bdp-shop-cats,
html[data-theme="dark"] .bdp-best,
html[data-theme="dark"] .bdp-services,
html[data-theme="dark"] .bdp-news,
html[data-theme="dark"] .bdp-pricing,
html[data-theme="dark"] .bdp-partners,
html[data-theme="dark"] .bdp-faq{
  background:#071225;
  color:#edf5ff;
}

html[data-theme="dark"] .bdp-home-v2.bdp-hero{
  background:linear-gradient(135deg,#071225 0%,#0d2242 54%,#101827 100%);
}

html[data-theme="dark"] .bdp-section-head h2,
html[data-theme="dark"] .bdp-home-v2.bdp-hero h1,
html[data-theme="dark"] .bdp-showcase-copy strong,
html[data-theme="dark"] .bdp-product-body h3 a,
html[data-theme="dark"] .bdp-service-card h3,
html[data-theme="dark"] .bdp-news-card h3{
  color:#f8fbff;
}

html[data-theme="dark"] .bdp-home-v2.bdp-hero p,
html[data-theme="dark"] .bdp-section-head p,
html[data-theme="dark"] .bdp-showcase-copy p,
html[data-theme="dark"] .bdp-product-body p,
html[data-theme="dark"] .bdp-service-card p,
html[data-theme="dark"] .bdp-news-card p{
  color:#b8c5d8;
}

html[data-theme="dark"] .bdp-hero__showcase,
html[data-theme="dark"] .bdp-showcase-card,
html[data-theme="dark"] .bdp-product-slide,
html[data-theme="dark"] .bdp-service-card,
html[data-theme="dark"] .bdp-price-card,
html[data-theme="dark"] .bdp-faq-list details,
html[data-theme="dark"] .bdp-newsletter-form{
  background:#0b1628;
  border-color:rgba(255,255,255,.13);
  color:#edf5ff;
}

/* Premium portal layer */
.bdp-home-v3.bdp-hero{
  background:
    linear-gradient(120deg,rgba(255,255,255,.96) 0%,rgba(236,248,255,.96) 34%,rgba(237,255,247,.94) 66%,rgba(255,249,234,.96) 100%),
    repeating-linear-gradient(90deg,rgba(7,87,216,.08) 0 1px,transparent 1px 96px);
  isolation:isolate;
}

.bdp-home-v3.bdp-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(115deg,transparent 0 18%,rgba(7,87,216,.12) 18% 18.4%,transparent 18.4% 44%,rgba(15,143,116,.13) 44% 44.35%,transparent 44.35% 69%,rgba(217,154,36,.12) 69% 69.35%,transparent 69.35%),
    linear-gradient(180deg,rgba(255,255,255,.65),rgba(255,255,255,0));
  transform:translateX(-4%);
  animation:homePortalSweep 12s ease-in-out infinite alternate;
  pointer-events:none;
}

.bdp-home-v3.bdp-hero::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:6px;
  background:linear-gradient(90deg,#0757d8,#0f8f74,#d99a24,#d6534b,#0757d8);
  background-size:220% 100%;
  animation:homeAccentRun 10s linear infinite;
}

.bdp-home-v3 .bdp-offer-strip{
  border-color:rgba(7,87,216,.18);
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(18px);
  box-shadow:0 18px 50px rgba(7,18,37,.09);
}

.bdp-home-v3 .bdp-offer-strip a,
.bdp-home-v3 .btn-blue{
  background:linear-gradient(135deg,#0757d8,#0f8f74);
  box-shadow:0 18px 34px rgba(7,87,216,.2);
}

.bdp-home-v3 .btn,
.bdp-home-v3 .bdp-offer-strip a,
.bdp-route-link,
.bdp-route-toolbar a,
.bdp-quick-link-row a,
.bdp-portal-strip a{
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease, color .22s ease;
}

.bdp-home-v3 .btn:hover,
.bdp-home-v3 .bdp-offer-strip a:hover,
.bdp-route-toolbar a:hover,
.bdp-quick-link-row a:hover,
.bdp-portal-strip a:hover{
  transform:translateY(-2px);
}

.bdp-home-v3.bdp-hero h1{
  max-width:840px;
}

.bdp-hero-search{
  width:min(100%,700px);
  margin-top:20px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  padding:8px;
  border:1px solid rgba(7,87,216,.18);
  border-radius:8px;
  background:rgba(255,255,255,.92);
  box-shadow:0 18px 48px rgba(7,18,37,.1);
  backdrop-filter:blur(16px);
}

.bdp-hero-search input{
  width:100%;
  min-height:50px;
  border:0;
  border-radius:8px;
  background:#f5f8fc;
  color:var(--home-ink);
  padding:0 16px;
  font-weight:850;
  outline:none;
}

.bdp-hero-search input:focus{
  box-shadow:0 0 0 4px rgba(7,87,216,.13);
  background:#ffffff;
}

.bdp-hero-search button{
  min-height:50px;
  border:0;
  border-radius:8px;
  background:var(--home-ink);
  color:#ffffff;
  padding:0 18px;
  font-weight:1000;
  cursor:pointer;
}

.bdp-quick-link-row{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:16px;
}

.bdp-quick-link-row a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  border:1px solid rgba(8,17,32,.1);
  border-radius:999px;
  background:rgba(255,255,255,.82);
  color:var(--home-text);
  padding:7px 12px 7px 7px;
  font-size:13px;
  font-weight:950;
  box-shadow:0 12px 24px rgba(7,18,37,.06);
}

.bdp-quick-link-row a span,
.bdp-portal-strip a span{
  display:inline-grid;
  place-items:center;
  min-width:32px;
  height:26px;
  border-radius:999px;
  background:#081120;
  color:#ffffff;
  font-size:10px;
  font-weight:1000;
}

.bdp-quick-link-row a:hover{
  border-color:rgba(7,87,216,.28);
  color:#0644ad;
  box-shadow:0 18px 32px rgba(7,87,216,.12);
}

.bdp-home-v3 .bdp-hero__showcase{
  border-color:rgba(7,87,216,.16);
  background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(246,251,255,.92));
  box-shadow:0 28px 90px rgba(7,18,37,.16);
  backdrop-filter:blur(18px);
}

.bdp-home-v3 .bdp-showcase-card{
  box-shadow:0 22px 60px rgba(7,18,37,.11);
}

.bdp-portal-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:14px;
}

.bdp-portal-strip a{
  display:flex;
  align-items:center;
  gap:9px;
  min-height:52px;
  border:1px solid rgba(7,87,216,.16);
  border-radius:8px;
  background:rgba(255,255,255,.9);
  color:var(--home-ink);
  padding:10px;
  font-weight:1000;
  box-shadow:0 16px 34px rgba(7,18,37,.08);
}

.bdp-portal-strip a:hover{
  border-color:rgba(15,143,116,.35);
  box-shadow:0 20px 40px rgba(15,143,116,.14);
}

.bdp-route-hub{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(180deg,#ffffff 0%,#f5f9ff 52%,#fff8ea 100%),
    repeating-linear-gradient(0deg,rgba(7,87,216,.06) 0 1px,transparent 1px 82px);
}

.bdp-route-hub::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(100deg,transparent 0 12%,rgba(7,87,216,.08) 12% 12.3%,transparent 12.3% 54%,rgba(214,83,75,.08) 54% 54.35%,transparent 54.35%);
  pointer-events:none;
}

.bdp-route-hub > .container{
  position:relative;
  z-index:1;
}

.bdp-route-toolbar{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:-10px 0 24px;
}

.bdp-route-toolbar a{
  border:1px solid rgba(8,17,32,.1);
  border-radius:999px;
  background:#ffffff;
  color:var(--home-text);
  padding:9px 14px;
  font-size:13px;
  font-weight:950;
  box-shadow:0 12px 24px rgba(7,18,37,.06);
}

.bdp-route-toolbar a:hover{
  color:#0644ad;
  border-color:rgba(7,87,216,.24);
  box-shadow:0 18px 34px rgba(7,87,216,.11);
}

.bdp-route-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.bdp-route-group{
  --route-accent:#0757d8;
  position:relative;
  display:flex;
  flex-direction:column;
  gap:16px;
  min-height:100%;
  border:1px solid rgba(8,17,32,.1);
  border-radius:8px;
  background:rgba(255,255,255,.92);
  padding:20px;
  box-shadow:0 20px 50px rgba(7,18,37,.08);
  overflow:hidden;
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.bdp-route-group::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:5px;
  background:linear-gradient(90deg,var(--route-accent),rgba(255,255,255,0));
}

.bdp-route-group::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:-45%;
  width:34%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);
  transform:skewX(-18deg);
  opacity:0;
  pointer-events:none;
}

.bdp-route-group:hover{
  transform:translateY(-5px);
  border-color:color-mix(in srgb,var(--route-accent) 34%,#ffffff);
  box-shadow:0 28px 70px rgba(7,18,37,.14);
}

.bdp-route-group:hover::after{
  animation:homeCardSheen .8s ease;
}

.bdp-route-group--shop{--route-accent:#0757d8;}
.bdp-route-group--service{--route-accent:#0f8f74;}
.bdp-route-group--local{--route-accent:#d99a24;}
.bdp-route-group--learn{--route-accent:#d6534b;}
.bdp-route-group--trust{--route-accent:#22304a;}
.bdp-route-group--account{--route-accent:#7a4bd1;}
.bdp-route-group--admin{--route-accent:#111827;}

.bdp-route-group__head{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:12px;
  align-items:center;
}

.bdp-route-token{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  border-radius:8px;
  background:linear-gradient(135deg,var(--route-accent),#081120);
  color:#ffffff;
  font-size:13px;
  font-weight:1000;
  box-shadow:0 14px 28px color-mix(in srgb,var(--route-accent) 24%,transparent);
}

.bdp-route-group__head small{
  display:block;
  color:var(--route-accent);
  font-size:11px;
  font-weight:1000;
  text-transform:uppercase;
}

.bdp-route-group h3{
  margin:3px 0 0;
  color:var(--home-ink);
  font-size:21px;
  line-height:1.18;
}

.bdp-route-group > p{
  margin:0;
  color:var(--home-muted);
  line-height:1.6;
  font-weight:750;
}

.bdp-route-links{
  display:grid;
  gap:10px;
  margin-top:auto;
}

.bdp-route-link{
  position:relative;
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  gap:2px 10px;
  align-items:center;
  border:1px solid rgba(8,17,32,.09);
  border-radius:8px;
  background:linear-gradient(180deg,#ffffff,#f8fbff);
  color:var(--home-ink);
  padding:10px 38px 10px 10px;
  min-height:72px;
}

.bdp-route-link::after{
  content:">";
  position:absolute;
  right:14px;
  top:50%;
  transform:translateY(-50%);
  color:var(--route-accent);
  font-weight:1000;
}

.bdp-route-link span{
  grid-row:1 / span 2;
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:8px;
  background:color-mix(in srgb,var(--route-accent) 12%,#ffffff);
  color:var(--route-accent);
  font-size:10px;
  font-weight:1000;
}

.bdp-route-link strong{
  overflow:hidden;
  color:inherit;
  font-size:14px;
  line-height:1.2;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.bdp-route-link small{
  display:block;
  overflow:hidden;
  color:#5e6d80;
  font-size:12px;
  line-height:1.35;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.bdp-route-link:hover{
  transform:translateX(3px);
  border-color:color-mix(in srgb,var(--route-accent) 26%,#ffffff);
  box-shadow:0 14px 30px color-mix(in srgb,var(--route-accent) 14%,transparent);
}

.bdp-proof__partnership{
  margin-top:18px;
}

.bdp-home-v3 ~ .bdp-feature-tiles .bdp-feature,
.bdp-home-v3 ~ .bdp-section .bdp-cat-card,
.bdp-home-v3 ~ .bdp-section .bdp-product-slide,
.bdp-home-v3 ~ .bdp-section .bdp-service-card,
.bdp-home-v3 ~ .bdp-section .content-card,
.bdp-home-v3 ~ .bdp-newsletter-band .bdp-newsletter-form{
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.bdp-home-v3 ~ .bdp-feature-tiles .bdp-feature:hover,
.bdp-home-v3 ~ .bdp-section .bdp-cat-card:hover,
.bdp-home-v3 ~ .bdp-section .bdp-product-slide:hover,
.bdp-home-v3 ~ .bdp-section .bdp-service-card:hover,
.bdp-home-v3 ~ .bdp-section .content-card:hover{
  transform:translateY(-4px);
  box-shadow:0 26px 64px rgba(7,18,37,.13);
}

@keyframes homePortalSweep{
  from{transform:translateX(-4%);}
  to{transform:translateX(4%);}
}

@keyframes homeAccentRun{
  from{background-position:0 0;}
  to{background-position:220% 0;}
}

@keyframes homeCardSheen{
  from{left:-45%; opacity:0;}
  30%{opacity:1;}
  to{left:115%; opacity:0;}
}

@media(max-width:1180px){
  .bdp-route-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:860px){
  .bdp-hero-search{
    grid-template-columns:1fr;
  }

  .bdp-hero-search button{
    width:100%;
  }

  .bdp-portal-strip{
    grid-template-columns:1fr;
  }

  .bdp-route-grid{
    grid-template-columns:1fr;
  }

  .bdp-route-group{
    padding:18px;
  }
}

@media(max-width:560px){
  .bdp-quick-link-row{
    display:grid;
    grid-template-columns:1fr 1fr;
  }

  .bdp-quick-link-row a{
    justify-content:flex-start;
    padding-right:8px;
  }

  .bdp-route-link{
    min-height:76px;
  }

  .bdp-route-link strong,
  .bdp-route-link small{
    white-space:normal;
  }
}

@media(prefers-reduced-motion:reduce){
  .bdp-home-v3.bdp-hero::before,
  .bdp-home-v3.bdp-hero::after,
  .bdp-route-group:hover::after{
    animation:none;
  }

  .bdp-home-v3 .btn,
  .bdp-route-link,
  .bdp-route-group,
  .bdp-quick-link-row a,
  .bdp-portal-strip a{
    transition:none;
  }
}

html[data-theme="dark"] .bdp-home-v3.bdp-hero{
  background:
    linear-gradient(120deg,#071225 0%,#0d2242 42%,#08251f 72%,#191727 100%),
    repeating-linear-gradient(90deg,rgba(255,255,255,.06) 0 1px,transparent 1px 96px);
}

html[data-theme="dark"] .bdp-home-v3 .bdp-offer-strip,
html[data-theme="dark"] .bdp-hero-search,
html[data-theme="dark"] .bdp-portal-strip a,
html[data-theme="dark"] .bdp-route-toolbar a,
html[data-theme="dark"] .bdp-route-group,
html[data-theme="dark"] .bdp-route-link{
  background:rgba(11,22,40,.88);
  border-color:rgba(255,255,255,.13);
  color:#edf5ff;
}

html[data-theme="dark"] .bdp-hero-search input{
  background:#081225;
  color:#edf5ff;
}

html[data-theme="dark"] .bdp-route-hub{
  background:linear-gradient(180deg,#071225 0%,#0b1628 62%,#15151f 100%);
}

html[data-theme="dark"] .bdp-route-group h3,
html[data-theme="dark"] .bdp-route-link strong{
  color:#f8fbff;
}

html[data-theme="dark"] .bdp-route-group > p,
html[data-theme="dark"] .bdp-route-link small{
  color:#b8c5d8;
}
