@font-face { font-family:"BB Kilimanjaro"; src:url("../fonts/Kilimanjaro-Sans-Extra-Tall-Round3.woff2") format("woff2"); font-weight:400 900; font-style:normal; font-display:swap; }
@font-face { font-family:"BB Mundial"; src:url("../fonts/Mundial-Regular.woff2") format("woff2"); font-weight:400; font-style:normal; font-display:swap; }
@font-face { font-family:"BB Mundial"; src:url("../fonts/Mundial-Bold.woff2") format("woff2"); font-weight:700; font-style:normal; font-display:swap; }

.bbvg, .bbvg * { box-sizing: border-box; }
.bbvg { --navy:#082c3c; --blue:#0e8fb5; --sky:#dff4f8; --sand:#f4eee3; --ink:#17333d; --line:#d7e2e5; max-width:1180px; margin:0 auto; color:var(--ink); }
.bbvg button,.bbvg input,.bbvg textarea { font:inherit; }
.bbvg__intro { display:grid; grid-template-columns:minmax(0,1.45fr) minmax(310px,.75fr); align-items:end; gap:28px; padding:24px 4px 34px; }
.bbvg__intro h1 { margin:5px 0 0; color:var(--navy); font-size:clamp(2.2rem,5vw,4.6rem); line-height:.95; letter-spacing:-.055em; }
.bbvg__intro h1 { text-align:center; }
.bbvg__intro p { max-width:410px; margin:0 0 7px; font-size:1.05rem; line-height:1.55; }
.bbvg__eyebrow { color:var(--blue); font-weight:800; letter-spacing:.08em; text-transform:uppercase; font-size:.78rem; }
.bbvg h1::after,.bbvg h2::after,.bbvg h3::after,.bbvg-order-page h1::after,.bbvg-order-page .page-title::after,.bbvg-order-page .page-header-title::after,.bbvg-voucher-page h1::after,.bbvg-voucher-page .page-title::after,.bbvg-voucher-page .page-header-title::after,.woocommerce-checkout h1::after,.woocommerce-checkout .page-title::after,.woocommerce-checkout .page-header-title::after { display:none!important; content:none!important; }
.bbvg__grid { display:grid; grid-template-columns:minmax(0,1.45fr) minmax(310px,.75fr); gap:28px; align-items:start; }
.bbvg__card,.bbvg__checkout { background:#fff; border:1px solid var(--line); border-radius:20px; box-shadow:0 16px 50px rgba(8,44,60,.08); overflow:hidden; }
.bbvg__section { padding:30px; border-bottom:1px solid var(--line); }
.bbvg__section:last-child { border:0; }
.bbvg__heading { display:flex; gap:15px; align-items:start; margin-bottom:22px; }
.bbvg__heading>b { display:grid; place-items:center; width:32px; height:32px; border-radius:50%; background:var(--navy); color:#fff; flex:0 0 auto; }
.bbvg__heading h2,.bbvg__choices h3,.bbvg__participants h3 { margin:0; color:var(--navy); }
.bbvg__heading h2 { font-size:1.25rem; }
.bbvg__heading p { margin:3px 0 0; color:#657b83; font-size:.9rem; }
.bbvg__activities { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }
.bbvg__activity,.bbvg__product,.bbvg__amounts button,.bbvg__participant-options button { appearance:none; background:#fff; border:1px solid var(--line); color:var(--ink); cursor:pointer; transition:.15s ease; }
.bbvg__activity { min-height:84px; border-radius:13px; padding:15px; text-align:left; }
.bbvg__activity strong,.bbvg__activity small,.bbvg__product strong,.bbvg__product small,.bbvg__participant-options strong,.bbvg__participant-options small { display:block; }
.bbvg__activity strong,.bbvg__product strong { color:var(--navy); }
.bbvg__activity small,.bbvg__product small { color:#6b7e84; margin-top:3px; }
.bbvg__activity:hover,.bbvg__product:hover,.bbvg__amounts button:hover,.bbvg__participant-options button:hover { border-color:var(--blue); }
.bbvg .is-active { border-color:var(--blue)!important; background:var(--sky)!important; box-shadow:inset 0 0 0 1px var(--blue); }
.bbvg__choices,.bbvg__participants { margin-top:20px; padding:20px; border-radius:15px; background:#f7fafb; }
.bbvg__choices h3,.bbvg__participants h3 { font-size:1rem; margin-bottom:13px; }
.bbvg__amounts { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; }
.bbvg__amounts button { min-height:46px; border-radius:10px; font-weight:800; }
.bbvg__custom { display:flex!important; justify-content:space-between; align-items:center; margin-top:13px!important; }
.bbvg__money { display:flex; align-items:center; justify-content:center; gap:4px; min-width:90px; height:46px; padding:0 10px; background:#fff; border:1px solid var(--line); border-radius:10px; font-weight:800; }
.bbvg__money input { width:48px!important; height:30px!important; min-height:0!important; margin:0!important; padding:0!important; border:0!important; background:transparent!important; box-shadow:none!important; text-align:center; line-height:30px; appearance:textfield; }
.bbvg__money input::-webkit-outer-spin-button,.bbvg__money input::-webkit-inner-spin-button { margin:0; appearance:none; }
.bbvg__products { display:grid; gap:8px; }
.bbvg__product { width:100%; display:flex; align-items:center; justify-content:space-between; gap:12px; border-radius:11px; padding:13px; text-align:left; }
.bbvg__product b { color:var(--navy); white-space:nowrap; }
.bbvg__participant-options { display:flex; flex-wrap:wrap; gap:8px; }
.bbvg__participant-options button { min-width:84px; min-height:62px; border-radius:10px; }
.bbvg__participant-options strong { color:var(--navy); font-size:1.1rem; }
.bbvg__participant-options small { font-size:.74rem; color:#657b83; }
.bbvg__tier { margin:11px 0 0; color:var(--blue); font-weight:800; }
.bbvg label { display:block; margin:15px 0 0; color:var(--navy); font-weight:750; font-size:.92rem; }
.bbvg label small { color:#798d93; font-weight:500; }
.bbvg input,.bbvg textarea { width:100%; margin-top:7px; border:1px solid var(--line); border-radius:10px; background:#fff; color:var(--ink); padding:12px 13px; min-height:46px; }
.bbvg textarea { min-height:95px; resize:vertical; }
.bbvg input:focus,.bbvg textarea:focus { outline:3px solid rgba(14,143,181,.18); border-color:var(--blue); }
.bbvg__fields--two { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.bbvg__check { display:flex!important; gap:10px; align-items:center; font-weight:600!important; }
.bbvg__check input { width:18px!important; min-height:18px; margin:0; accent-color:var(--blue); }
.bbvg__summary { position:sticky; top:24px; display:grid; gap:16px; }
.bbvg__voucher { min-height:350px; display:flex; flex-direction:column; overflow:hidden; border-radius:20px; color:#fff; background:linear-gradient(145deg,#0c7898,#082c3c); box-shadow:0 18px 55px rgba(8,44,60,.2); }
.bbvg__voucher,.bbvg__voucher * { color:#fff!important; }
.bbvg__voucher-top,.bbvg__voucher-bottom { display:flex; justify-content:space-between; padding:18px 20px; letter-spacing:.06em; font-size:.77rem; }
.bbvg__voucher-top { justify-content:center; text-align:center; }
.bbvg__voucher-top strong { font-family:"BB Kilimanjaro","Arial Narrow",sans-serif; font-size:2rem; line-height:.8; }
.bbvg__voucher-body { flex:1; display:flex; flex-direction:column; justify-content:center; align-items:center; padding:20px; text-align:center; background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.16),transparent 38%); }
.bbvg__voucher-body small { letter-spacing:.18em; opacity:.75; }
.bbvg__voucher-body h3 { margin:7px 0 16px; font-size:1.45rem; }
.bbvg__voucher-body>p { margin:0; color:#fff; font-size:1.1rem; font-weight:800; }
.bbvg__voucher-body blockquote { margin:22px 0 8px; font-family:Georgia,serif; font-style:italic; line-height:1.4; }
.bbvg__voucher-body em { opacity:.8; font-size:.88rem; }
.bbvg__voucher-bottom { background:rgba(2,23,31,.25); }
.bbvg__checkout { padding:22px; }
.bbvg__total { display:flex; justify-content:space-between; gap:16px; color:var(--navy); font-size:1.05rem; }
.bbvg__total strong { font-size:1.25rem; white-space:nowrap; }
.bbvg__checkout ul { margin:18px 0; padding-left:20px; color:#567078; font-size:.88rem; line-height:1.8; }
.bbvg__checkout button[type=submit] { width:100%; min-height:52px; border:0; border-radius:11px; padding:12px 16px; background:var(--navy); color:#fff; font-weight:800; cursor:pointer; }
.bbvg__checkout button[type=submit]:hover { background:var(--blue); }
.bbvg__checkout button[type=submit]:disabled { opacity:.65; cursor:wait; }
.bbvg__checkout>small { display:block; margin-top:12px; color:#788b91; text-align:center; line-height:1.4; }
.bbvg__error { margin:12px 0 0; padding:10px; border-radius:8px; background:#fff0f0; color:#9c2525; font-size:.88rem; }
@media (max-width:840px) { .bbvg__intro { display:block; } .bbvg__intro p { margin:18px auto 0; text-align:center; } .bbvg__grid { grid-template-columns:1fr; } .bbvg__summary { position:static; } }
@media (max-width:560px) { .bbvg__section { padding:22px 16px; } .bbvg__activities,.bbvg__fields--two { grid-template-columns:1fr; } .bbvg__amounts { grid-template-columns:repeat(2,1fr); } .bbvg__product { align-items:start; flex-direction:column; } }

.bbvg-view { --voucher-green:#4d7060; --voucher-ink:#26372f; --voucher-line:#4d7060; max-width:1180px; padding:24px 0 50px; color:var(--voucher-ink); }
.bbvg-view__actions { display:flex; justify-content:flex-end; margin-bottom:14px; }
.bbvg-view__actions button { border:0; border-radius:8px; padding:12px 18px; background:var(--voucher-green); color:#fff; font-family:"BB Mundial",Arial,sans-serif; font-weight:700; cursor:pointer; }
.bbvg-view__actions button:hover { background:#365648; }
.bbvg-voucher-sheet { container-type:inline-size; width:100%; aspect-ratio:297/210; overflow:hidden; padding:2.9% 3.4% 2.2%; background:#fff; color:var(--voucher-ink); font-family:"BB Mundial",Arial,sans-serif; box-shadow:0 16px 55px rgba(38,55,47,.13); }
.bbvg-voucher-sheet__header { overflow:hidden; padding:0; background:#dce3ca; }
.bbvg-voucher-sheet__header img { display:block; width:100%; height:auto; aspect-ratio:1000/200; object-fit:cover; }
.bbvg-voucher-sheet__header div { display:flex; align-items:center; justify-content:center; min-height:5.3cqw; padding:.42cqw 1.7cqw .17cqw; background:var(--voucher-green); color:#fff; font-family:"BB Kilimanjaro","Arial Narrow",sans-serif; font-size:6.4cqw; font-weight:700; line-height:.9; }
.bbvg-voucher-sheet__issued { margin:1cqw 0 1.85cqw; color:var(--voucher-ink); font-size:clamp(.62rem,1.1cqw,.82rem); text-align:right; }
.bbvg-voucher-card { overflow:hidden; border:2px solid var(--voucher-line); border-radius:10px; }
.bbvg-voucher-card__top { display:grid; grid-template-columns:52% 48%; min-height:19cqw; border-bottom:2px solid var(--voucher-line); }
.bbvg-voucher-card__activity,.bbvg-voucher-card__message { min-width:0; padding:2.7cqw 3.7cqw; }
.bbvg-voucher-card__activity { display:flex; flex-direction:column; justify-content:center; }
.bbvg-voucher-card__message { border-left:1px solid var(--voucher-line); }
.bbvg-voucher-label { margin:0 0 1.2cqw; color:var(--voucher-green); font-size:clamp(.68rem,1.35cqw,1rem); font-weight:700; line-height:1.2; }
.bbvg-voucher-card__activity h1 { margin:0 0 1cqw; color:var(--voucher-ink); font-family:"BB Kilimanjaro","Arial Narrow",sans-serif; font-size:9cqw; font-weight:700; line-height:.84; }
.bbvg-voucher-card__detail { margin:0; color:var(--voucher-ink); font-size:clamp(.78rem,1.8cqw,1.35rem); font-weight:700; line-height:1.25; }
.bbvg-voucher-card__included { margin:.42cqw 0 0; color:var(--voucher-green); font-size:clamp(.75rem,1.7cqw,1.25rem); font-weight:700; }
.bbvg-voucher-card__message { display:flex; flex-direction:column; }
.bbvg-voucher-card__message>div { flex:1; display:flex; align-items:center; justify-content:center; min-height:11cqw; padding:2cqw 2.5cqw; border-radius:5px; background:var(--voucher-green); color:#fff!important; font-size:clamp(.9rem,2.35cqw,1.75rem); font-weight:700; line-height:1.25; text-align:center; }
.bbvg-voucher-card__bottom { display:grid; grid-template-columns:1fr 1fr 1fr; min-height:8.9cqw; }
.bbvg-voucher-card__bottom>div { position:relative; display:flex; flex-direction:column; justify-content:center; min-width:0; padding:1.5cqw 3.55cqw; }
.bbvg-voucher-card__bottom>div+div::before { position:absolute; top:1.45cqw; bottom:1.45cqw; left:0; width:1px; background:var(--voucher-line); content:""; }
.bbvg-voucher-card__bottom .bbvg-voucher-label { margin-bottom:.68cqw; }
.bbvg-voucher-card__bottom strong { overflow-wrap:anywhere; color:var(--voucher-ink); font-size:clamp(.8rem,1.9cqw,1.42rem); line-height:1.15; }
.bbvg-voucher-card__recipient { font-family:"BB Kilimanjaro","Arial Narrow",sans-serif; font-size:3.9cqw!important; line-height:.8!important; }
.bbvg-voucher-sheet__footer { display:grid; grid-template-columns:1.08fr .92fr; margin-top:2.3cqw; padding-top:1.5cqw; border-top:2px solid var(--voucher-line); }
.bbvg-voucher-sheet__footer>div { min-width:0; padding-right:2.9cqw; }
.bbvg-voucher-sheet__footer>div+div { padding:0 0 0 4.1cqw; border-left:1px solid var(--voucher-line); }
.bbvg-voucher-sheet__footer strong { display:block; margin-bottom:.5cqw; color:var(--voucher-green); font-size:clamp(.68rem,1.35cqw,1rem); }
.bbvg-voucher-sheet__footer p { margin:0; color:var(--voucher-ink); font-size:clamp(.62rem,1.24cqw,.92rem); line-height:1.35; }
.bbvg-view__help,.bbvg-view__status,.bbvg-view__notice { margin-top:18px; padding:18px 20px; border:1px solid var(--line); border-radius:12px; background:#fff; text-align:center; }
.bbvg-view__status { font-weight:800; background:#fff2e0; color:#874f00; }
.bbvg-view__status--redeemed { background:#edf0f2; color:#4d5960; }
.bbvg-view__notice { padding:40px 24px; }
.bbvg-view__notice h1 { margin-top:0; color:var(--navy); }
.bbvg-print-portal { --voucher-green:#4d7060; --voucher-ink:#26372f; --voucher-line:#4d7060; display:none; color:var(--voucher-ink); }
.bbvg-print-portal,.bbvg-print-portal * { box-sizing:border-box; }
@media (max-width:760px) {
  .bbvg-view { padding-top:10px; }
  .bbvg-voucher-sheet { container-type:normal; aspect-ratio:auto; padding:14px; }
  .bbvg-voucher-sheet__header div { min-height:48px; font-size:2.5rem; }
  .bbvg-voucher-sheet__issued { margin:9px 0 14px; font-size:.72rem; }
  .bbvg-voucher-card__top { grid-template-columns:1fr; }
  .bbvg-voucher-card__activity,.bbvg-voucher-card__message { padding:24px; }
  .bbvg-voucher-card__message { border-top:1px solid var(--voucher-line); border-left:0; }
  .bbvg-voucher-card__activity h1 { font-size:4rem; }
  .bbvg-voucher-card__bottom { grid-template-columns:1fr; }
  .bbvg-voucher-card__bottom>div { padding:18px 24px; }
  .bbvg-voucher-card__bottom>div+div::before { top:0; right:24px; bottom:auto; left:24px; width:auto; height:1px; }
  .bbvg-voucher-sheet__footer { grid-template-columns:1fr; }
  .bbvg-voucher-sheet__footer>div { padding-right:0; }
  .bbvg-voucher-sheet__footer>div+div { margin-top:16px; padding:16px 0 0; border-top:1px solid var(--voucher-line); border-left:0; }
}
@media print {
  @page { size:A4 landscape; margin:0; }
  html,body { width:297mm!important; height:210mm!important; margin:0!important; padding:0!important; overflow:hidden!important; background:#fff!important; }
  body { display:block!important; }
  body>* { display:none!important; }
  body>.bbvg-print-portal { position:fixed!important; inset:0!important; z-index:2147483647!important; display:block!important; width:297mm!important; height:210mm!important; margin:0!important; padding:0!important; overflow:hidden!important; background:#fff!important; }
  .bbvg-print-portal .bbvg-voucher-sheet { container-type:normal; display:block!important; width:297mm!important; height:210mm!important; aspect-ratio:auto; margin:0!important; padding:11mm 13mm 4mm; overflow:hidden!important; background:#fff!important; box-shadow:none; break-after:avoid; page-break-after:avoid; print-color-adjust:exact; -webkit-print-color-adjust:exact; }
  .bbvg-print-portal .bbvg-voucher-sheet__header { display:block!important; overflow:hidden!important; padding:0!important; background:#dce3ca!important; }
  .bbvg-print-portal .bbvg-voucher-sheet__header img { display:block!important; width:271mm!important; height:54.2mm!important; object-fit:cover!important; }
  .bbvg-print-portal .bbvg-voucher-sheet__header div { display:flex!important; align-items:center!important; justify-content:center!important; min-height:15mm!important; padding:1mm 5mm .5mm!important; background:#4d7060!important; color:#fff!important; font-family:"BB Kilimanjaro","Arial Narrow",sans-serif!important; font-size:17mm!important; font-weight:700!important; line-height:.9!important; text-align:center!important; }
  .bbvg-print-portal .bbvg-voucher-sheet__issued { display:block!important; height:10mm!important; margin:3mm 0 2mm!important; color:#26372f!important; font-family:"BB Mundial",Arial,sans-serif!important; font-size:3mm!important; line-height:5mm!important; text-align:right!important; }
  .bbvg-print-portal .bbvg-voucher-card { display:block!important; height:83mm!important; overflow:hidden!important; border:.5mm solid #4d7060!important; border-radius:2.5mm!important; background:#fff!important; }
  .bbvg-print-portal .bbvg-voucher-card__top { display:grid!important; grid-template-columns:52% 48%!important; width:100%!important; height:53.5mm!important; min-height:0!important; border-bottom:.5mm solid #4d7060!important; }
  .bbvg-print-portal .bbvg-voucher-card__activity,.bbvg-print-portal .bbvg-voucher-card__message { min-width:0!important; padding:7mm 12mm!important; }
  .bbvg-print-portal .bbvg-voucher-card__activity { display:flex!important; flex-direction:column!important; justify-content:center!important; }
  .bbvg-print-portal .bbvg-voucher-card__message { display:flex!important; flex-direction:column!important; border-top:0!important; border-left:.25mm solid #4d7060!important; }
  .bbvg-print-portal .bbvg-voucher-label { display:block!important; margin:0 0 2.5mm!important; color:#4d7060!important; font-family:"BB Mundial",Arial,sans-serif!important; font-size:3.5mm!important; font-weight:700!important; line-height:1.2!important; }
  .bbvg-print-portal .bbvg-voucher-card__activity h1 { display:block!important; margin:0 0 2.5mm!important; color:#26372f!important; font-family:"BB Kilimanjaro","Arial Narrow",sans-serif!important; font-size:18mm!important; font-weight:700!important; line-height:.84!important; }
  .bbvg-print-portal .bbvg-voucher-card__activity h1::after { display:none!important; content:none!important; }
  .bbvg-print-portal .bbvg-voucher-card__detail { display:block!important; margin:0!important; color:#26372f!important; font-family:"BB Mundial",Arial,sans-serif!important; font-size:5mm!important; font-weight:700!important; line-height:1.25!important; }
  .bbvg-print-portal .bbvg-voucher-card__included { display:block!important; margin:1mm 0 0!important; color:#4d7060!important; font-family:"BB Mundial",Arial,sans-serif!important; font-size:4.5mm!important; font-weight:700!important; }
  .bbvg-print-portal .bbvg-voucher-card__message>div { flex:1!important; display:flex!important; align-items:center!important; justify-content:center!important; min-height:27mm!important; padding:4mm 8mm!important; border-radius:1.2mm!important; background:#4d7060!important; color:#fff!important; font-family:"BB Mundial",Arial,sans-serif!important; font-size:6mm!important; font-weight:700!important; line-height:1.25!important; text-align:center!important; }
  .bbvg-print-portal .bbvg-voucher-card__bottom { display:grid!important; grid-template-columns:1fr 1fr 1fr!important; width:100%!important; height:28.5mm!important; min-height:0!important; }
  .bbvg-print-portal .bbvg-voucher-card__bottom>div { position:relative!important; display:flex!important; flex-direction:column!important; justify-content:center!important; min-width:0!important; padding:4mm 12mm!important; }
  .bbvg-print-portal .bbvg-voucher-card__bottom>div+div::before { position:absolute!important; top:4mm!important; bottom:4mm!important; left:0!important; display:block!important; width:.25mm!important; height:auto!important; background:#4d7060!important; content:""!important; }
  .bbvg-print-portal .bbvg-voucher-card__bottom .bbvg-voucher-label { margin-bottom:2mm!important; }
  .bbvg-print-portal .bbvg-voucher-card__bottom strong { display:block!important; color:#26372f!important; font-family:"BB Mundial",Arial,sans-serif!important; font-size:5mm!important; font-weight:700!important; line-height:1.15!important; }
  .bbvg-print-portal .bbvg-voucher-card__bottom .bbvg-voucher-card__recipient { font-family:"BB Kilimanjaro","Arial Narrow",sans-serif!important; font-size:11mm!important; line-height:.8!important; }
  .bbvg-print-portal .bbvg-voucher-sheet__footer { display:grid!important; grid-template-columns:1.08fr .92fr!important; width:100%!important; height:19mm!important; margin-top:6mm!important; padding-top:4mm!important; border-top:.5mm solid #4d7060!important; }
  .bbvg-print-portal .bbvg-voucher-sheet__footer>div { min-width:0!important; padding-right:8mm!important; }
  .bbvg-print-portal .bbvg-voucher-sheet__footer>div+div { margin-top:0!important; padding:0 0 0 12mm!important; border-top:0!important; border-left:.25mm solid #4d7060!important; }
  .bbvg-print-portal .bbvg-voucher-sheet__footer strong { display:block!important; margin-bottom:1mm!important; color:#4d7060!important; font-family:"BB Mundial",Arial,sans-serif!important; font-size:3.5mm!important; font-weight:700!important; }
  .bbvg-print-portal .bbvg-voucher-sheet__footer p { display:block!important; margin:0!important; color:#26372f!important; font-family:"BB Mundial",Arial,sans-serif!important; font-size:3mm!important; line-height:1.35!important; }
}
