:root{--ink:#0b1514;--deep:#0b332d;--green:#00ca7a;--green2:#34e39b;--paper:#f5f3ed;--white:#fff;--muted:#66706d;--line:rgba(11,21,20,.13);--radius:24px;--shadow:0 24px 70px rgba(4,20,17,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.site-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.site-header{position:fixed;z-index:99;inset:0 0 auto;background:transparent;color:#fff;transition:.25s}.site-header.is-scrolled,.fob-checkout-page .site-header,.fob-cart-page .site-header,.page:not(.home) .site-header{background:rgba(8,25,23,.96);backdrop-filter:blur(16px);box-shadow:0 1px rgba(255,255,255,.08)}.site-header__inner{height:82px;display:flex;align-items:center;gap:32px}.site-brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:-.04em}.site-brand__mark{display:grid;place-items:center;width:42px;height:42px;border:2px solid var(--green);color:var(--green);font-size:25px}.site-brand__text{font-size:15px;line-height:.9}.site-brand__text small{font-size:10px;letter-spacing:.18em}.custom-logo{max-height:54px;width:auto}.site-nav{display:flex;gap:28px;margin-left:auto;font-weight:700;font-size:14px}.site-nav a{opacity:.82}.site-nav a:hover{opacity:1;color:var(--green2)}.button{appearance:none;border:0;display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 26px;border-radius:999px;background:var(--green);color:#071a16;font-weight:850;font-size:15px;cursor:pointer;transition:.2s;box-shadow:0 12px 30px rgba(0,202,122,.2)}.button:hover{transform:translateY(-2px);background:var(--green2)}.button--small{min-height:44px;padding-inline:20px}.button--ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.35);box-shadow:none}.button--dark{background:var(--ink);color:#fff;box-shadow:none}.button--full{width:100%}.mobile-menu-toggle{display:none;margin-left:auto;border:0;background:none;padding:8px}.mobile-menu-toggle span{display:block;width:24px;height:2px;background:#fff;margin:5px}.mobile-book{display:none}
.hero{min-height:860px;display:flex;align-items:center;position:relative;overflow:hidden;color:#fff;background:linear-gradient(115deg,rgba(8,39,35,.97),rgba(6,19,18,.94) 55%,rgba(4,83,57,.84)),var(--hero-image);background-size:cover;background-position:center}.hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 75% 30%,rgba(0,202,122,.25),transparent 28%),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:auto,70px 70px,70px 70px;mask-image:linear-gradient(to bottom,black,transparent)}.hero__glow{position:absolute;width:700px;height:700px;border-radius:50%;right:-170px;bottom:-250px;background:rgba(0,202,122,.14);filter:blur(60px)}.hero__content{position:relative;padding-top:90px;max-width:1180px;display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:70px;align-items:center}.hero__main{min-width:0}.eyebrow,.section-label{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:900;color:var(--green)}.hero h1{font-size:clamp(58px,7vw,100px);max-width:820px;line-height:.92;letter-spacing:-.065em;margin:24px 0 28px}.hero p{font-size:clamp(19px,2vw,25px);max-width:760px;color:rgba(255,255,255,.78);margin:0}.hero__actions{display:flex;gap:14px;margin-top:38px}.hero__meta{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:30px;margin-top:70px;padding-top:24px;border-top:1px solid rgba(255,255,255,.18);font-weight:750;color:rgba(255,255,255,.75)}.hero-sponsors{padding:26px;border:1px solid rgba(255,255,255,.17);border-radius:24px;background:rgba(4,20,17,.4);backdrop-filter:blur(12px)}.hero-sponsors>span{display:block;margin-bottom:18px;text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:900;color:rgba(255,255,255,.58)}.hero-sponsors__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hero-sponsors__grid a,.hero-sponsors__grid>img{min-height:72px;border-radius:0;background:transparent;padding:8px;display:grid;place-items:center}.hero-sponsors__grid a img,.hero-sponsors__grid>img{width:100%;height:54px;object-fit:contain}.hero-sponsors__grid a{transition:.2s;opacity:.88}.hero-sponsors__grid a:hover{transform:translateY(-2px);opacity:1;background:transparent}.stats-bar{background:var(--green);padding:26px 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stats-grid div{display:flex;align-items:center;gap:14px}.stats-grid strong{font-size:42px;letter-spacing:-.05em}.stats-grid span{font-weight:750;line-height:1.2}.section{padding:120px 0}.section--light{background:var(--paper)}.section--dark{background:var(--ink);color:#fff}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:100px;align-items:start}.section h2,.final-cta h2{font-size:clamp(42px,5vw,70px);line-height:1.02;letter-spacing:-.055em;margin:20px 0}.lead{font-size:22px;color:#4f5957}.text-link{font-weight:850;color:var(--deep);display:inline-block;margin-top:22px}.benefits{background:#fff}.card-grid{display:grid;gap:18px;margin-top:46px}.card-grid--4{grid-template-columns:repeat(4,1fr)}.feature-card{padding:30px;border:1px solid var(--line);border-radius:var(--radius);min-height:300px;display:flex;flex-direction:column}.feature-card>span{font-size:12px;font-weight:900;color:var(--green)}.feature-card h3{font-size:24px;margin:auto 0 12px;letter-spacing:-.03em}.feature-card p{color:var(--muted);margin:0}.section-head{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:end;margin-bottom:50px}.section-head p{font-size:19px;color:rgba(255,255,255,.6)}.speaker-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.speaker-card__image{aspect-ratio:1/1;border-radius:20px;overflow:hidden;background:linear-gradient(145deg,#163d36,#0e241f);display:grid;place-items:center}.speaker-card__image img{width:100%;height:100%;object-fit:cover}.speaker-card__image span{font-size:76px;font-weight:900;color:var(--green)}.speaker-card__link{display:block}.speaker-card__link:hover h3{color:var(--green2)}.speaker-card h3{font-size:20px;margin:16px 0 3px}.speaker-card p{margin:0;color:rgba(255,255,255,.55)}.programme{background:#eff5f1}.programme .section-head p{color:var(--muted)}.timeline{border-top:1px solid var(--line)}.timeline__item{display:grid;grid-template-columns:140px 1fr;gap:40px;padding:26px 0;border-bottom:1px solid var(--line)}.timeline__item time{font-weight:900;color:var(--deep)}.timeline__item h3{margin:0;font-size:22px}.timeline__item p{margin:4px 0 0;color:var(--muted)}.tickets{background:linear-gradient(135deg,#0c302b,#071816);color:#fff;position:relative;overflow:hidden}.tickets:after{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:rgba(0,202,122,.12);filter:blur(70px);right:-150px;top:-150px}.ticket-layout{position:relative;z-index:1;display:grid;grid-template-columns:1fr .9fr;gap:80px;align-items:center}.ticket-copy>p{font-size:21px;color:rgba(255,255,255,.68);max-width:620px}.payment-notes{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:40px}.payment-notes div{padding:22px;border:1px solid rgba(255,255,255,.14);border-radius:18px}.payment-notes strong,.payment-notes span{display:block}.payment-notes span{font-size:14px;color:rgba(255,255,255,.58);margin-top:5px}.booking-card{background:#fff;color:var(--ink);padding:34px;border-radius:30px;box-shadow:var(--shadow)}.booking-card__head{display:flex;justify-content:space-between;gap:20px}.booking-card__head span,.booking-card__head strong,.booking-card__head small{display:block}.booking-card__head strong{font-size:42px;letter-spacing:-.05em;margin-top:5px}.ticket-pill{background:#e8fff4;color:#087549;border-radius:99px;padding:8px 12px;height:max-content;font-size:12px;font-weight:850}.booking-card ul{padding:20px 0 20px 20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:#53605c}.booking-card label{font-weight:850}.quantity-control{display:grid;grid-template-columns:50px 1fr 50px;gap:9px;margin:10px 0 22px}.quantity-control button,.quantity-control input{height:52px;border:1px solid #d6dfdc;border-radius:14px;background:#fff;text-align:center;font-size:20px}.quantity-control button{cursor:pointer}.booking-total{display:flex;justify-content:space-between;align-items:end;margin:0 0 22px}.booking-total strong{font-size:30px}.booking-card__fine{font-size:12px;color:#77817e;text-align:center;margin:14px 0 0}.venue{background:#fff}.venue-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.venue-media{border-radius:28px;overflow:hidden;min-height:520px;background:#dce7e2}.venue-media img{width:100%;height:520px;object-fit:cover}.venue-placeholder{height:520px;display:grid;place-items:center;background:linear-gradient(145deg,#d4e4dc,#adcabc);font-size:54px;font-weight:900;color:#315b4e}.final-cta{text-align:center;padding:120px 0;background:var(--paper)}.final-cta h2{max-width:950px;margin:20px auto 38px}.site-footer{background:#06110f;color:#fff;padding:56px 0 90px}.site-footer__grid{display:grid;grid-template-columns:1.4fr 1fr auto;gap:50px;align-items:start}.site-footer p,.site-footer span{color:rgba(255,255,255,.55)}.site-footer a{display:block}.site-footer__links{display:flex;gap:18px}.woo-page,.page-shell{padding:140px 0 90px;background:var(--paper);min-height:75vh}.content-area{max-width:920px}.woocommerce form.checkout{display:grid;grid-template-columns:1.2fr .8fr;gap:42px}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce #order_review_heading,.woocommerce #order_review{float:none;width:auto}.woocommerce #order_review{background:#fff;border-radius:24px;padding:26px;box-shadow:var(--shadow);height:max-content;position:sticky;top:110px}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2-container--default .select2-selection--single{min-height:52px;border:1px solid #d7dfdc;border-radius:12px;padding:12px 14px;background:#fff}.woocommerce form .form-row textarea{min-height:110px}.woocommerce h3{font-size:28px}.woocommerce button.button,.woocommerce a.button,.woocommerce input.button,.woocommerce #payment #place_order{background:var(--green)!important;color:#071a16!important;border-radius:999px!important;min-height:52px;padding:0 25px!important;font-weight:850!important}.woocommerce-info,.woocommerce-message{border-top-color:var(--green);background:#fff;border-radius:14px}.woocommerce-error{border-top-color:#b92727;border-radius:14px}.mobile-book{position:fixed;z-index:95;bottom:14px;left:14px;right:14px}.mobile-book .button{width:100%}
@media(max-width:1050px){.hero__content{grid-template-columns:minmax(0,1fr) 320px;gap:38px}.hero h1{font-size:68px}}
@media(max-width:900px){.site-nav{display:none;position:absolute;left:20px;right:20px;top:75px;background:#0a201d;border-radius:18px;padding:18px;flex-direction:column}.site-nav.is-open{display:flex}.site-header .button--small{display:none}.mobile-menu-toggle{display:block}.hero{min-height:760px}.hero__content{display:block}.hero h1{font-size:58px}.hero-sponsors{margin-top:40px;max-width:620px}.hero-sponsors__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hero__meta{margin-top:40px}.stats-grid{grid-template-columns:1fr 1fr}.split,.section-head,.ticket-layout,.venue-grid,.woocommerce form.checkout{grid-template-columns:1fr;gap:40px}.card-grid--4,.speaker-grid{grid-template-columns:1fr 1fr}.section{padding:86px 0}.section-head{margin-bottom:35px}.payment-notes{grid-template-columns:1fr}.woocommerce #order_review{position:static}.mobile-book{display:block}.site-footer{padding-bottom:110px}.site-footer__grid{grid-template-columns:1fr}.site-footer__links{display:flex}.venue-media,.venue-media img,.venue-placeholder{min-height:380px;height:380px}}
@media(max-width:600px){.site-shell{width:min(100% - 28px,1180px)}.site-header__inner{height:70px}.hero{min-height:720px}.hero h1{font-size:48px}.hero-sponsors__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-sponsors__grid a,.hero-sponsors__grid>img{min-height:76px}.hero__actions{flex-direction:column}.hero__actions .button{width:100%}.hero__meta{gap:12px;flex-direction:column;margin-top:38px}.stats-grid{grid-template-columns:1fr 1fr}.stats-grid strong{font-size:30px}.stats-grid span{font-size:13px}.card-grid--4,.speaker-grid{grid-template-columns:1fr}.timeline__item{grid-template-columns:80px 1fr;gap:16px}.booking-card{padding:24px}.booking-card__head{display:block}.ticket-pill{display:inline-block;margin-top:12px}.section h2,.final-cta h2{font-size:40px}.site-brand__text{display:none}}

/* Corporate checkout layout — v1.3.0 */
.fob-checkout-page .page-shell,
.fob-checkout-page .woo-page{padding-top:130px}
.fob-checkout-page .content-area{max-width:none;width:100%}
.fob-checkout-page .content-area>article{width:100%}
.fob-checkout-page .woocommerce{width:100%;max-width:1180px;margin:0 auto}
.fob-checkout-page .woocommerce form.checkout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,440px);
  grid-template-areas:
    "customer heading"
    "customer review";
  gap:0 48px;
  align-items:start;
}
.fob-checkout-page .woocommerce-checkout #customer_details{grid-area:customer;min-width:0}
.fob-checkout-page .woocommerce-checkout #order_review_heading{grid-area:heading;margin:0 0 18px;padding:0;font-size:30px;line-height:1.15}
.fob-checkout-page .woocommerce-checkout #order_review{grid-area:review;min-width:0}
.fob-checkout-page .woocommerce .col2-set,
.fob-checkout-page .woocommerce-page .col2-set{display:block;width:100%;margin:0}
.fob-checkout-page .woocommerce .col2-set .col-1,
.fob-checkout-page .woocommerce-page .col2-set .col-1,
.fob-checkout-page .woocommerce .col2-set .col-2,
.fob-checkout-page .woocommerce-page .col2-set .col-2{
  float:none;
  width:100%;
  max-width:none;
}
.fob-checkout-page .woocommerce .col2-set .col-1,
.fob-checkout-page .woocommerce .col2-set .col-2{
  background:#fff;
  border:1px solid rgba(11,21,20,.08);
  border-radius:24px;
  padding:30px;
  box-shadow:0 18px 55px rgba(4,20,17,.07);
  margin:0 0 24px;
}
.fob-checkout-page .woocommerce-billing-fields>h3,
.fob-checkout-page .woocommerce-additional-fields>h3,
.fob-checkout-page .fob-business-questions h3{margin:0 0 24px;font-size:30px;line-height:1.15}
.fob-checkout-page .woocommerce-billing-fields__field-wrapper,
.fob-checkout-page .woocommerce-additional-fields__field-wrapper{display:flex;flex-wrap:wrap;gap:0 18px}
.fob-checkout-page .woocommerce form .form-row{float:none!important;width:100%!important;margin:0 0 18px;padding:0}
.fob-checkout-page .woocommerce form .form-row-first,
.fob-checkout-page .woocommerce form .form-row-last{width:calc(50% - 9px)!important}
.fob-checkout-page .woocommerce form .form-row-wide{width:100%!important}
.fob-checkout-page .woocommerce form .form-row label{display:block;font-weight:750;margin:0 0 7px;line-height:1.35}
.fob-checkout-page .woocommerce form .form-row input.input-text,
.fob-checkout-page .woocommerce form .form-row textarea,
.fob-checkout-page .woocommerce form .form-row select,
.fob-checkout-page .select2-container,
.fob-checkout-page .select2-container--default .select2-selection--single{width:100%!important}
.fob-checkout-page .select2-container--default .select2-selection--single{display:flex;align-items:center}
.fob-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered{padding-left:0;line-height:normal}
.fob-checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow{top:50%;transform:translateY(-50%);right:10px}
.fob-checkout-page .woocommerce #order_review{
  padding:30px;
  border:1px solid rgba(11,21,20,.08);
  border-radius:24px;
  box-shadow:0 18px 55px rgba(4,20,17,.09);
  overflow:hidden;
}
.fob-checkout-page .woocommerce-checkout-review-order-table{border:0!important;border-collapse:collapse!important;margin:0 0 24px!important}
.fob-checkout-page .woocommerce-checkout-review-order-table th,
.fob-checkout-page .woocommerce-checkout-review-order-table td{padding:16px 10px!important;border-color:rgba(11,21,20,.1)!important}
.fob-checkout-page .woocommerce-checkout-review-order-table th:first-child,
.fob-checkout-page .woocommerce-checkout-review-order-table td:first-child{padding-left:0!important}
.fob-checkout-page .woocommerce-checkout-review-order-table th:last-child,
.fob-checkout-page .woocommerce-checkout-review-order-table td:last-child{padding-right:0!important;text-align:right}
.fob-checkout-page #payment{background:#f1eef5!important;border-radius:18px!important;overflow:hidden}
.fob-checkout-page #payment ul.payment_methods{padding:20px!important;border-bottom:1px solid rgba(11,21,20,.08)!important}
.fob-checkout-page #payment div.form-row{padding:22px!important;margin:0!important}
.fob-checkout-page #payment #place_order{width:100%;float:none!important;margin:18px 0 0!important}
.fob-checkout-page .woocommerce-form-coupon-toggle{margin-bottom:34px}
.fob-checkout-page .woocommerce-form-coupon{background:#fff;border-radius:18px;padding:22px;margin-top:-20px;margin-bottom:30px}

@media(max-width:1050px){
  .fob-checkout-page .woocommerce form.checkout{
    grid-template-columns:minmax(0,1fr) 360px;
    gap:0 30px;
  }
}
@media(max-width:900px){
  .fob-checkout-page .woocommerce form.checkout{
    display:grid;
    grid-template-columns:1fr;
    grid-template-areas:"customer" "heading" "review";
    gap:0;
  }
  .fob-checkout-page .woocommerce-checkout #order_review_heading{margin-top:18px}
  .fob-checkout-page .woocommerce #order_review{position:static}
}
@media(max-width:600px){
  .fob-checkout-page .woocommerce .col2-set .col-1,
  .fob-checkout-page .woocommerce .col2-set .col-2,
  .fob-checkout-page .woocommerce #order_review{padding:22px;border-radius:18px}
  .fob-checkout-page .woocommerce form .form-row-first,
  .fob-checkout-page .woocommerce form .form-row-last{width:100%!important}
  .fob-checkout-page .woocommerce-billing-fields__field-wrapper,
  .fob-checkout-page .woocommerce-additional-fields__field-wrapper{display:block}
}


/* Detailed programme board — v1.5.0 */
.programme--detailed{background:#04110f;color:#fff;position:relative;overflow:hidden}
.programme--detailed:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 92% 18%,rgba(0,202,122,.16),transparent 34%),radial-gradient(circle at 0 80%,rgba(0,202,122,.08),transparent 30%),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:auto,auto,58px 58px,58px 58px;pointer-events:none}
.programme--detailed .site-shell{position:relative}
.programme-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:40px;align-items:end;margin-bottom:22px}
.programme-hero h2{margin:14px 0 0;color:#08a667;font-size:clamp(44px,5.5vw,76px);line-height:.98}
.programme-date-card{border:3px solid rgba(255,255,255,.92);border-radius:22px;padding:18px 28px;text-align:center;min-width:315px;box-shadow:0 0 0 1px rgba(0,202,122,.28) inset}
.programme-date-card strong,.programme-date-card span{display:block;text-transform:uppercase;font-weight:900;letter-spacing:.06em}
.programme-date-card strong{font-size:22px;color:var(--green)}
.programme-date-card span{font-size:18px;margin-top:3px}
.programme-intro{max-width:800px;color:rgba(255,255,255,.67);font-size:19px;margin:0 0 38px}
.programme-board{display:grid;gap:12px}
.programme-break{display:grid;grid-template-columns:70px minmax(0,1fr);align-items:center;gap:16px;background:#0ca36a;border-radius:13px;padding:11px 16px;color:#fff}
.programme-break time{display:inline-grid;place-items:center;background:#fff;color:#08704d;border-radius:5px;min-height:31px;padding:0 7px;font-weight:900;font-size:14px}
.programme-break strong{font-size:19px;letter-spacing:.005em}
.programme-session{border-radius:14px;overflow:hidden;background:#09a769;box-shadow:0 14px 35px rgba(0,0,0,.16)}
.programme-session__head{min-height:42px;background:#fff;color:#075c43;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:8px 15px}
.programme-session__head h3{font-size:15px;line-height:1.2;margin:0;text-transform:uppercase;letter-spacing:.01em;font-weight:950}
.programme-session__sponsor{display:flex;justify-content:flex-end;align-items:center;min-width:130px}
.programme-session__sponsor img{display:block;max-width:145px;max-height:30px;width:auto;height:auto;object-fit:contain}
.programme-session__sponsor span{font-weight:900;color:#52615d;font-size:15px}
.programme-session__body{padding:13px 16px 14px}
.programme-row{display:grid;grid-template-columns:54px minmax(0,1fr) 150px;gap:14px;align-items:start;color:#fff;padding:3px 0}
.programme-row time{display:inline-grid;place-items:center;min-height:27px;padding:0 5px;background:#fff;color:#08704d;border-radius:4px;font-size:12px;font-weight:950}
.programme-row strong{font-size:18px;line-height:1.28;font-weight:650}
.programme-row span{text-align:right;font-size:17px;line-height:1.25;font-weight:650}
@media(max-width:850px){.programme-hero{grid-template-columns:1fr;align-items:start}.programme-date-card{justify-self:start;min-width:0}.programme-row{grid-template-columns:54px minmax(0,1fr)}.programme-row span{grid-column:2;text-align:left;color:rgba(255,255,255,.7);font-size:14px;margin-top:-2px}.programme-session__sponsor{min-width:90px}}
@media(max-width:600px){.programme--detailed{padding-left:0;padding-right:0}.programme-date-card{width:100%}.programme-session__head{align-items:flex-start}.programme-session__head h3{font-size:13px}.programme-session__sponsor img{max-width:92px;max-height:25px}.programme-session__sponsor span{font-size:12px}.programme-session__body{padding:12px}.programme-row{grid-template-columns:46px minmax(0,1fr);gap:10px}.programme-row strong{font-size:15px}.programme-break{grid-template-columns:58px minmax(0,1fr);padding:9px 12px}.programme-break strong{font-size:16px}}

/* Checkout sizing and alignment refinement — v1.8.0 */
.fob-checkout-page .page-shell{
  padding-top:132px;
  padding-bottom:110px;
}
.fob-checkout-page .page-shell>.site-shell.content-area{
  width:min(1280px,calc(100% - 48px));
  max-width:1280px;
  margin-inline:auto;
}
.fob-checkout-page .content-area>article,
.fob-checkout-page .content-area>article>.woocommerce{
  width:100%;
  max-width:none;
}
.fob-checkout-page .content-area>article>h1{
  max-width:1280px;
  margin:0 0 34px;
  font-size:clamp(34px,4vw,52px);
  line-height:1.05;
  letter-spacing:-.045em;
}
.fob-checkout-page .woocommerce{
  max-width:none;
}
.fob-checkout-page .woocommerce-form-coupon-toggle,
.fob-checkout-page .woocommerce-form-coupon{
  width:100%;
}
.fob-checkout-page .woocommerce form.checkout{
  grid-template-columns:minmax(0,780px) minmax(390px,440px);
  justify-content:space-between;
  column-gap:48px;
  width:100%;
}
.fob-checkout-page .woocommerce-checkout #customer_details,
.fob-checkout-page .woocommerce-checkout #order_review,
.fob-checkout-page .woocommerce-checkout #order_review_heading{
  width:100%;
  max-width:none;
}
.fob-checkout-page .woocommerce .col2-set .col-1,
.fob-checkout-page .woocommerce .col2-set .col-2{
  padding:34px;
}
.fob-checkout-page .woocommerce #order_review{
  padding:28px;
}
.fob-checkout-page .woocommerce-checkout #order_review_heading{
  align-self:end;
  margin-bottom:14px;
}
.fob-checkout-page .woocommerce-checkout-review-order-table{
  table-layout:fixed;
  width:100%;
}
.fob-checkout-page .woocommerce-checkout-review-order-table th:first-child,
.fob-checkout-page .woocommerce-checkout-review-order-table td:first-child{
  width:66%;
  overflow-wrap:anywhere;
}
.fob-checkout-page .woocommerce-checkout-review-order-table th:last-child,
.fob-checkout-page .woocommerce-checkout-review-order-table td:last-child{
  width:34%;
  white-space:nowrap;
}

@media(max-width:1180px){
  .fob-checkout-page .page-shell>.site-shell.content-area{
    width:min(1120px,calc(100% - 40px));
  }
  .fob-checkout-page .woocommerce form.checkout{
    grid-template-columns:minmax(0,1fr) 390px;
    column-gap:32px;
  }
}
@media(max-width:980px){
  .fob-checkout-page .woocommerce form.checkout{
    grid-template-columns:minmax(0,1fr) 350px;
    column-gap:26px;
  }
  .fob-checkout-page .woocommerce .col2-set .col-1,
  .fob-checkout-page .woocommerce .col2-set .col-2{
    padding:28px;
  }
  .fob-checkout-page .woocommerce #order_review{
    padding:24px;
  }
}
@media(max-width:900px){
  .fob-checkout-page .page-shell>.site-shell.content-area{
    width:min(760px,calc(100% - 32px));
  }
  .fob-checkout-page .woocommerce form.checkout{
    grid-template-columns:1fr;
    grid-template-areas:"customer" "heading" "review";
    row-gap:0;
  }
  .fob-checkout-page .woocommerce-checkout #order_review_heading{
    margin:18px 0 14px;
  }
}
@media(max-width:600px){
  .fob-checkout-page .page-shell{
    padding-top:104px;
  }
  .fob-checkout-page .page-shell>.site-shell.content-area{
    width:calc(100% - 24px);
  }
  .fob-checkout-page .content-area>article>h1{
    margin-bottom:24px;
  }
  .fob-checkout-page .woocommerce .col2-set .col-1,
  .fob-checkout-page .woocommerce .col2-set .col-2,
  .fob-checkout-page .woocommerce #order_review{
    padding:20px;
  }
}


/* Aligned sticky checkout summary column — v1.9.0 */
@media(min-width:901px){
  .fob-checkout-page .woocommerce form.checkout{
    display:grid!important;
    grid-template-columns:minmax(0,780px) minmax(390px,440px)!important;
    grid-template-areas:none!important;
    column-gap:48px!important;
    align-items:start!important;
  }
  .fob-checkout-page .woocommerce-checkout #customer_details{
    grid-column:1!important;
    grid-row:1!important;
    align-self:start!important;
  }
  .fob-checkout-page .fob-order-column{
    grid-column:2!important;
    grid-row:1!important;
    align-self:start!important;
    min-width:0;
    position:sticky;
    top:104px;
    z-index:5;
  }
  .fob-checkout-page .fob-order-column #order_review_heading{
    position:static!important;
    width:100%!important;
    margin:0 0 16px!important;
    padding:0!important;
    align-self:auto!important;
  }
  .fob-checkout-page .fob-order-column #order_review{
    position:static!important;
    top:auto!important;
    width:100%!important;
    margin:0!important;
  }
}
@media(max-width:1180px) and (min-width:901px){
  .fob-checkout-page .woocommerce form.checkout{
    grid-template-columns:minmax(0,1fr) 390px!important;
    column-gap:32px!important;
  }
}
@media(max-width:980px) and (min-width:901px){
  .fob-checkout-page .woocommerce form.checkout{
    grid-template-columns:minmax(0,1fr) 350px!important;
    column-gap:26px!important;
  }
}
@media(max-width:900px){
  .fob-checkout-page .fob-order-column{
    display:block;
    position:static;
    width:100%;
  }
  .fob-checkout-page .fob-order-column #order_review_heading{
    margin:18px 0 14px!important;
  }
  .fob-checkout-page .fob-order-column #order_review{
    position:static!important;
  }
}


/* Unified corporate checkout fields — v1.10.0 */
.fob-checkout-page .woocommerce form.checkout input.input-text,
.fob-checkout-page .woocommerce form.checkout input[type="text"],
.fob-checkout-page .woocommerce form.checkout input[type="email"],
.fob-checkout-page .woocommerce form.checkout input[type="tel"],
.fob-checkout-page .woocommerce form.checkout input[type="number"],
.fob-checkout-page .woocommerce form.checkout textarea,
.fob-checkout-page .woocommerce form.checkout select,
.fob-checkout-page .woocommerce form.checkout .select2-container--default .select2-selection--single{
  width:100%!important;
  min-height:54px!important;
  border:1px solid #d7dfdc!important;
  border-radius:13px!important;
  padding:13px 15px!important;
  background:#fff!important;
  color:#0b1514!important;
  box-shadow:none!important;
  font:inherit!important;
  transition:border-color .18s,box-shadow .18s,background .18s;
}
.fob-checkout-page .woocommerce form.checkout textarea{min-height:126px!important;resize:vertical}
.fob-checkout-page .woocommerce form.checkout input:focus,
.fob-checkout-page .woocommerce form.checkout textarea:focus,
.fob-checkout-page .woocommerce form.checkout select:focus,
.fob-checkout-page .woocommerce form.checkout .select2-container--open .select2-selection--single{
  outline:none!important;
  border-color:#00ca7a!important;
  box-shadow:0 0 0 3px rgba(0,202,122,.12)!important;
}
.fob-checkout-page .woocommerce form.checkout .select2-selection__rendered{padding:0!important;color:#0b1514!important;line-height:26px!important}
.fob-checkout-page .woocommerce form.checkout .select2-selection__arrow{height:52px!important}
.fob-checkout-page .woocommerce form.checkout label,
.fob-checkout-page .woocommerce form.checkout legend{font-weight:780;color:#0b1514}
.fob-checkout-page #billing_company_field label{display:block!important;visibility:visible!important;opacity:1!important}
.fob-checkout-page .fobcb-checkbox-field{border:0;margin:0 0 20px!important;padding:0!important}
.fob-checkout-page .fobcb-checkbox-field legend{display:block;width:100%;margin:0 0 10px;font-size:16px;line-height:1.35}
.fob-checkout-page .fobcb-checkbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.fob-checkout-page .fobcb-checkbox-option{
  display:flex!important;align-items:center;gap:10px;min-height:48px;margin:0!important;padding:11px 13px;
  border:1px solid #d7dfdc;border-radius:12px;background:#fff;font-weight:650!important;cursor:pointer;transition:.18s;
}
.fob-checkout-page .fobcb-checkbox-option:hover{border-color:#8fdcbc;background:#f7fffb}
.fob-checkout-page .fobcb-checkbox-option:has(input:checked){border-color:#00ca7a;background:#ebfff6;box-shadow:0 0 0 2px rgba(0,202,122,.08)}
.fob-checkout-page .fobcb-checkbox-option input[type="checkbox"]{
  appearance:none;-webkit-appearance:none;width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;
  margin:0!important;padding:0!important;border:1.5px solid #aebbb6!important;border-radius:5px!important;background:#fff!important;display:grid;place-content:center;
}
.fob-checkout-page .fobcb-checkbox-option input[type="checkbox"]:before{content:"";width:10px;height:6px;border:solid #06271d;border-width:0 0 2px 2px;transform:rotate(-45deg) scale(0);margin-top:-2px;transition:.12s}
.fob-checkout-page .fobcb-checkbox-option input[type="checkbox"]:checked{background:#00ca7a!important;border-color:#00ca7a!important}
.fob-checkout-page .fobcb-checkbox-option input[type="checkbox"]:checked:before{transform:rotate(-45deg) scale(1)}
@media(max-width:640px){.fob-checkout-page .fobcb-checkbox-grid{grid-template-columns:1fr}}

/* Corporate checkout business questions refinement — v1.10.1 */
.fob-checkout-page .woocommerce form.checkout fieldset.fobcb-checkbox-field,
.fob-checkout-page .woocommerce form.checkout #fobcb_priorities_field{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  margin:0 0 24px!important;
  padding:0 0 22px!important;
  border:0!important;
  border-bottom:1px solid #e4e9e7!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.fob-checkout-page .woocommerce form.checkout fieldset.fobcb-checkbox-field legend,
.fob-checkout-page .woocommerce form.checkout #fobcb_priorities_field legend{
  display:block!important;
  float:none!important;
  width:100%!important;
  max-width:none!important;
  margin:0 0 13px!important;
  padding:0!important;
  border:0!important;
  font-size:16px!important;
  font-weight:780!important;
  line-height:1.35!important;
  color:#0b1514!important;
}
.fob-checkout-page .woocommerce form.checkout .fobcb-checkbox-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px 14px!important;
  width:100%!important;
}
.fob-checkout-page .woocommerce form.checkout .fobcb-checkbox-option{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-height:42px!important;
  margin:0!important;
  padding:7px 0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  font-size:15px!important;
  font-weight:650!important;
  line-height:1.35!important;
}
.fob-checkout-page .woocommerce form.checkout .fobcb-checkbox-option:hover,
.fob-checkout-page .woocommerce form.checkout .fobcb-checkbox-option:has(input:checked){
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#087549!important;
}
.fob-checkout-page .woocommerce form.checkout textarea,
.fob-checkout-page .woocommerce form.checkout .input-textarea,
.fob-checkout-page .woocommerce form.checkout #order_comments,
.fob-checkout-page .woocommerce form.checkout #fobcb_challenge{
  width:100%!important;
  min-height:145px!important;
  padding:16px 18px!important;
  border:1px solid #d7dfdc!important;
  border-radius:16px!important;
  background:#fff!important;
  color:#0b1514!important;
  box-shadow:none!important;
  font:inherit!important;
  line-height:1.5!important;
  resize:vertical!important;
  transition:border-color .18s,box-shadow .18s,background .18s!important;
}
.fob-checkout-page .woocommerce form.checkout textarea:focus,
.fob-checkout-page .woocommerce form.checkout #order_comments:focus,
.fob-checkout-page .woocommerce form.checkout #fobcb_challenge:focus{
  outline:none!important;
  border-color:#00ca7a!important;
  box-shadow:0 0 0 3px rgba(0,202,122,.12)!important;
}
.fob-checkout-page .fob-business-questions>p:last-child{
  position:relative;
  margin:12px 0 0!important;
  padding:18px 20px 18px 54px!important;
  border:1px solid #bcebd5!important;
  border-radius:16px!important;
  background:#effcf6!important;
  color:#31524a!important;
  line-height:1.55!important;
}
.fob-checkout-page .fob-business-questions>p:last-child:before{
  content:"✉";
  position:absolute;
  left:19px;
  top:17px;
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#00ca7a;
  color:#05271d;
  font-size:13px;
  font-weight:900;
}
.fob-checkout-page .fob-business-questions>p:last-child strong{color:#0b1514}
@media(max-width:640px){
  .fob-checkout-page .woocommerce form.checkout .fobcb-checkbox-grid{grid-template-columns:1fr!important}
}


/* Checkout card header and payment palette refinement — v1.10.2 */
.fob-checkout-page .fob-order-column{
  min-width:0;
}
.fob-checkout-page .fob-order-column #order_review{
  background:#fff!important;
  border:1px solid rgba(11,21,20,.08)!important;
  border-radius:24px!important;
  padding:34px!important;
  box-shadow:0 18px 55px rgba(4,20,17,.09)!important;
  overflow:hidden!important;
}
.fob-checkout-page .fob-order-column #order_review_heading{
  display:block!important;
  margin:0 0 24px!important;
  padding:0!important;
  font-size:30px!important;
  line-height:1.15!important;
  letter-spacing:-.025em!important;
  color:#0b1514!important;
}
.fob-checkout-page .woocommerce-billing-fields>h3,
.fob-checkout-page .fob-order-column #order_review_heading{
  min-height:35px;
}
.fob-checkout-page #payment{
  background:#edf4f1!important;
  border:1px solid #d8e4df!important;
  border-radius:18px!important;
  color:#0b1514!important;
}
.fob-checkout-page #payment ul.payment_methods{
  padding:20px!important;
  border-bottom:1px solid #d3dfda!important;
  background:#edf4f1!important;
}
.fob-checkout-page #payment ul.payment_methods li{
  color:#0b1514!important;
}
.fob-checkout-page #payment ul.payment_methods li label{
  color:#0b1514!important;
  font-weight:800!important;
}
.fob-checkout-page #payment div.payment_box{
  background:#0b3b31!important;
  color:#fff!important;
  border-radius:14px!important;
  padding:18px!important;
  margin:14px 0 0!important;
}
.fob-checkout-page #payment div.payment_box:before{
  border-bottom-color:#0b3b31!important;
}
.fob-checkout-page #payment div.payment_box p,
.fob-checkout-page #payment div.payment_box a,
.fob-checkout-page #payment div.payment_box strong{
  color:#fff!important;
}
.fob-checkout-page #payment div.form-row{
  background:#f7faf8!important;
  color:#0b1514!important;
  padding:22px!important;
}
.fob-checkout-page #payment .woocommerce-privacy-policy-text,
.fob-checkout-page #payment .woocommerce-privacy-policy-text p{
  color:#35433f!important;
}
@media(max-width:600px){
  .fob-checkout-page .fob-order-column #order_review{padding:22px!important}
  .fob-checkout-page .fob-order-column #order_review_heading{font-size:26px!important;margin-bottom:20px!important}
}


/* Corporate order received / thank-you page — v1.10.3 */
.woocommerce-order-received .woo-page,
.woocommerce-order-received .section--light{
  padding-top:72px!important;
  padding-bottom:100px!important;
}
.woocommerce-order-received .woocommerce{
  max-width:1180px;
  margin:0 auto;
}
.woocommerce-order-received .woocommerce-order > p.woocommerce-notice,
.woocommerce-order-received .woocommerce-order > p.woocommerce-thankyou-order-received{
  margin:0 0 22px!important;
  color:#47605a!important;
  font-size:17px!important;
}
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-order-received .woocommerce-bacs-bank-details,
.woocommerce-order-received .wc-bacs-bank-details,
.woocommerce-order-received ul.woocommerce-order-overview{
  margin:26px 0!important;
  padding:30px!important;
  border:1px solid #dce5e1!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 16px 45px rgba(4,20,17,.07)!important;
}
.woocommerce-order-received ul.woocommerce-order-overview{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:0;
  list-style:none!important;
}
.woocommerce-order-received ul.woocommerce-order-overview li{
  min-width:0!important;
  margin:0!important;
  padding:3px 20px!important;
  border-right:1px solid #e3e9e6!important;
  font-size:13px!important;
  color:#60716c!important;
}
.woocommerce-order-received ul.woocommerce-order-overview li:first-child{padding-left:0!important}
.woocommerce-order-received ul.woocommerce-order-overview li:last-child{border-right:0!important;padding-right:0!important}
.woocommerce-order-received ul.woocommerce-order-overview li strong{
  display:block!important;
  margin-top:7px!important;
  color:#0b1514!important;
  font-size:16px!important;
  line-height:1.35!important;
}
.woocommerce-order-received h1,
.woocommerce-order-received h2,
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-order-received .wc-bacs-bank-details-heading{
  letter-spacing:-.035em!important;
  color:#0b1514!important;
}
.woocommerce-order-received h2,
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-order-received .wc-bacs-bank-details-heading{
  margin:42px 0 16px!important;
  font-size:34px!important;
  line-height:1.15!important;
}
.woocommerce-order-received table.shop_table{
  margin:0!important;
  border:0!important;
  border-collapse:collapse!important;
  background:#fff!important;
}
.woocommerce-order-received table.shop_table th,
.woocommerce-order-received table.shop_table td{
  padding:16px 14px!important;
  border:0!important;
  border-bottom:1px solid #e2e8e5!important;
  color:#17231f!important;
}
.woocommerce-order-received table.shop_table thead th{
  color:#557069!important;
  font-size:13px!important;
  text-transform:uppercase!important;
  letter-spacing:.05em!important;
}
.woocommerce-order-received .woocommerce-customer-details address{
  padding:0!important;
  border:0!important;
  font-style:normal!important;
  line-height:1.7!important;
}
.woocommerce-order-received .fobcb-thankyou-panel{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:30px;
  align-items:center;
  margin:30px 0 36px;
  padding:34px;
  border:1px solid #8edbb9;
  border-radius:24px;
  background:linear-gradient(135deg,#073d32,#0b5a45);
  color:#fff;
  box-shadow:0 20px 55px rgba(4,42,32,.18);
}
.woocommerce-order-received .fobcb-thankyou-panel__eyebrow{
  display:block;
  margin-bottom:9px;
  color:#69efb1;
  font-size:12px;
  font-weight:850;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.woocommerce-order-received .fobcb-thankyou-panel h2{
  margin:0 0 12px!important;
  color:#fff!important;
  font-size:32px!important;
}
.woocommerce-order-received .fobcb-thankyou-panel p{max-width:720px;margin:0;color:#d8eee6;line-height:1.6}
.woocommerce-order-received .fobcb-thankyou-panel p strong{color:#fff}
.woocommerce-order-received .fobcb-thankyou-panel__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
.woocommerce-order-received .fobcb-thankyou-panel .button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:50px!important;
  padding:12px 20px!important;
  border-radius:999px!important;
  border:1px solid transparent!important;
  text-decoration:none!important;
  font-weight:800!important;
}
.woocommerce-order-received .fobcb-dashboard-button{background:#00d17f!important;color:#06271d!important}
.woocommerce-order-received .fobcb-invoice-button{background:transparent!important;color:#fff!important;border-color:rgba(255,255,255,.45)!important}
.woocommerce-order-received .fobcb-thankyou-panel__meta{
  min-width:220px;
  padding:20px 22px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:18px;
  background:rgba(255,255,255,.07);
}
.woocommerce-order-received .fobcb-thankyou-panel__meta span{display:block;margin-bottom:6px;color:#a9cabf;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.woocommerce-order-received .fobcb-thankyou-panel__meta strong{font-size:18px;color:#fff}
@media(max-width:820px){
  .woocommerce-order-received ul.woocommerce-order-overview{grid-template-columns:1fr 1fr!important;gap:18px!important}
  .woocommerce-order-received ul.woocommerce-order-overview li{padding:0!important;border:0!important}
  .woocommerce-order-received .fobcb-thankyou-panel{grid-template-columns:1fr;padding:25px}
  .woocommerce-order-received .fobcb-thankyou-panel__meta{min-width:0}
}
@media(max-width:520px){
  .woocommerce-order-received ul.woocommerce-order-overview{grid-template-columns:1fr!important}
  .woocommerce-order-received .woocommerce-order-details,
  .woocommerce-order-received .woocommerce-customer-details,
  .woocommerce-order-received .woocommerce-bacs-bank-details,
  .woocommerce-order-received .wc-bacs-bank-details,
  .woocommerce-order-received ul.woocommerce-order-overview{padding:21px!important;border-radius:18px!important}
  .woocommerce-order-received .fobcb-thankyou-panel__actions{flex-direction:column}
  .woocommerce-order-received .fobcb-thankyou-panel .button{width:100%}
}

/* FOB customer experience v1.11.0 */
.fobcb-next-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0 0 38px}
.fobcb-next-steps>div{padding:22px;border:1px solid #dce5e1;border-radius:18px;background:#fff;box-shadow:0 12px 32px rgba(4,20,17,.06)}
.fobcb-next-steps span{display:block;margin-bottom:26px;color:#00a965;font-size:12px;font-weight:900;letter-spacing:.12em}
.fobcb-next-steps strong{display:block;margin-bottom:7px;color:#0b1514;font-size:16px}
.fobcb-next-steps small{display:block;color:#677871;line-height:1.5}
.woocommerce-order-received .woocommerce-bacs-bank-details,.woocommerce-order-received .wc-bacs-bank-details{position:relative;overflow:hidden}
.woocommerce-order-received .woocommerce-bacs-bank-details:before,.woocommerce-order-received .wc-bacs-bank-details:before{content:"EFT payment details";display:block;margin:-30px -30px 28px;padding:18px 30px;background:#073d32;color:#fff;font-weight:850;font-size:18px}
.woocommerce-order-received .woocommerce-bacs-bank-details h2,.woocommerce-order-received .wc-bacs-bank-details h2{font-size:24px!important;margin:0 0 20px!important}
.woocommerce-order-received .wc-bacs-bank-details-account-name{font-size:20px!important}
.woocommerce-order-received .fobcb-thankyou-panel__meta small{display:block;margin-top:10px;color:#8ee9bf;font-size:12px;font-weight:800}

.fobcb-dashboard{max-width:1180px;margin:0 auto;padding:70px 22px 100px;color:#0b1514}
.fobcb-dashboard__hero{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:28px;padding:34px;border-radius:26px;background:linear-gradient(135deg,#072f28,#0b5a45);color:#fff;box-shadow:0 22px 55px rgba(3,37,28,.18)}
.fobcb-eyebrow{display:block;margin-bottom:10px;color:#76efb9;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.fobcb-dashboard__hero h1{max-width:780px;margin:0 0 9px;color:#fff;font-size:clamp(34px,5vw,62px);line-height:1;letter-spacing:-.05em}
.fobcb-dashboard__hero p{margin:0;color:#cde5dc;font-weight:750}
.fobcb-status{display:inline-flex;align-items:center;white-space:nowrap;padding:10px 14px;border-radius:999px;font-size:12px;font-weight:900}
.fobcb-status.is-pending{background:#fff1c7;color:#765300}.fobcb-status.is-paid{background:#cbf8e4;color:#075b3a}
.fobcb-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px}
.fobcb-kpis article{padding:24px;border:1px solid #dce5e1;border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(4,20,17,.06)}
.fobcb-kpis span{display:block;margin-bottom:14px;color:#677871;font-size:13px;font-weight:750}.fobcb-kpis strong{font-size:38px;line-height:1;color:#0a1714}
.fobcb-progress-card,.fobcb-card{margin-bottom:18px;padding:28px;border:1px solid #dce5e1;border-radius:22px;background:#fff;box-shadow:0 14px 40px rgba(4,20,17,.065)}
.fobcb-progress-card>div:first-child,.fobcb-card__head{display:flex;align-items:center;justify-content:space-between;gap:20px}.fobcb-progress-card h2,.fobcb-card h2{margin:0 0 18px;font-size:25px;letter-spacing:-.035em}.fobcb-progress-card>div:first-child h2{margin:0}.fobcb-progress-card>div:first-child strong{color:#008b56;font-size:20px}
.fobcb-progress{height:12px;margin:18px 0;border-radius:999px;background:#e7efeb;overflow:hidden}.fobcb-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#00b970,#00d788)}
.fobcb-progress-card ol{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:18px 0 0;padding:0;list-style:none}.fobcb-progress-card li{position:relative;padding-top:22px;color:#8b9994;font-size:12px;font-weight:800}.fobcb-progress-card li:before{content:"";position:absolute;top:0;left:0;width:12px;height:12px;border:2px solid #bdc8c4;border-radius:50%;background:#fff}.fobcb-progress-card li.done{color:#164e3c}.fobcb-progress-card li.done:before{border-color:#00c87a;background:#00c87a;box-shadow:0 0 0 4px rgba(0,200,122,.13)}
.fobcb-dashboard__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.fobcb-card--wide{grid-column:span 1}.fobcb-card p{color:#60716c;line-height:1.65}.fobcb-card dl{margin:0 0 24px}.fobcb-card dl div{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid #e5ebe8}.fobcb-card dt{color:#6d7e78}.fobcb-card dd{margin:0;font-weight:850;text-align:right}
.fobcb-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 21px;border:0;border-radius:999px;text-decoration:none!important;font-weight:850;cursor:pointer}.fobcb-btn--primary{background:#00d17f!important;color:#06271d!important}.fobcb-btn:hover{transform:translateY(-1px)}
.fobcb-upload label{display:block;margin:16px 0;padding:18px;border:1px dashed #aac3b9;border-radius:16px;background:#f7faf8}.fobcb-upload label span{display:block;margin-bottom:10px;font-weight:800}.fobcb-alert{margin:15px 0;padding:14px 16px;border-radius:14px;background:#e7f8ef;color:#116541;font-weight:750}.fobcb-card textarea{width:100%;min-height:150px;margin:12px 0 16px;padding:15px 17px;border:1px solid #d3dfda;border-radius:16px;font:inherit;resize:vertical}.fobcb-card textarea:focus{outline:0;border-color:#00bd72;box-shadow:0 0 0 4px rgba(0,189,114,.12)}
.fobcb-attendees{margin-top:18px}.fobcb-card__head span{color:#647670;font-weight:800}.fobcb-table{overflow:auto;border:1px solid #e0e8e4;border-radius:16px}.fobcb-table__row{display:grid;grid-template-columns:minmax(260px,2fr) 1fr 1fr .8fr;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid #e7ece9}.fobcb-table__row:last-child{border-bottom:0}.fobcb-table__row.is-head{background:#f4f7f5;color:#657770;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.fobcb-pill{display:inline-flex;padding:6px 9px;border-radius:999px;font-size:11px}.fobcb-pill.is-sent,.fobcb-pill.is-complete{background:#dff8ec;color:#075f3c}.fobcb-pill.is-waiting{background:#fff1cf;color:#805d00}
@media(max-width:900px){.fobcb-kpis{grid-template-columns:repeat(2,1fr)}.fobcb-dashboard__grid{grid-template-columns:1fr}.fobcb-progress-card ol{grid-template-columns:1fr 1fr}.fobcb-next-steps{grid-template-columns:1fr 1fr}.fobcb-dashboard__hero{align-items:flex-start;flex-direction:column}.fobcb-table__row{min-width:720px}}
@media(max-width:560px){.fobcb-kpis,.fobcb-next-steps{grid-template-columns:1fr}.fobcb-dashboard{padding:35px 15px 70px}.fobcb-dashboard__hero,.fobcb-card,.fobcb-progress-card{padding:22px;border-radius:18px}.fobcb-progress-card ol{grid-template-columns:1fr}.fobcb-kpis strong{font-size:32px}}


/* Order received and dashboard alignment refinements v1.12.1 */
.woocommerce-order-received ul.woocommerce-order-overview{
  grid-template-columns:minmax(105px,.72fr) minmax(155px,1fr) minmax(250px,1.45fr) minmax(160px,.95fr) minmax(185px,1.1fr)!important;
  grid-template-areas:"order date email total payment";
  align-items:start;
}
.woocommerce-order-received .woocommerce-order-overview__order{grid-area:order}
.woocommerce-order-received .woocommerce-order-overview__date{grid-area:date}
.woocommerce-order-received .woocommerce-order-overview__email{grid-area:email}
.woocommerce-order-received .woocommerce-order-overview__total{grid-area:total}
.woocommerce-order-received .woocommerce-order-overview__payment-method{grid-area:payment;max-width:205px}
.woocommerce-order-received .woocommerce-order-overview__payment-method strong{
  max-width:180px;font-size:14px!important;line-height:1.28!important;overflow-wrap:anywhere;
}
.fobcb-dashboard-page article > h1,.fobcb-dashboard-page .entry-title{display:none!important}

/* Milestone centring fixes v1.12.2 */
.fobcb-next-steps span{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  line-height:1!important;
  text-align:center!important;
  box-sizing:border-box!important;
}
.fobcb-progress-card ol{align-items:start!important}
.fobcb-progress-card li{
  padding-top:46px!important;
  text-align:center!important;
  line-height:1.3!important;
}
.fobcb-progress-card li:before{
  left:50%!important;
  transform:translateX(-50%)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  line-height:1!important;
  text-align:center!important;
  box-sizing:border-box!important;
}
@media(max-width:900px){
  .fobcb-progress-card li{text-align:left!important;padding-left:44px!important;padding-top:4px!important;min-height:34px}
  .fobcb-progress-card li:before{left:0!important;transform:none!important}
}

/* Mobile EFT bank details alignment — v1.12.3 */
@media (max-width: 640px){
  .woocommerce-order-received ul.wc-bacs-bank-details,
  .woocommerce-order-received ul.order_details.bacs_details{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    align-items:center!important;
    gap:0!important;
    width:100%!important;
  }

  .woocommerce-order-received ul.wc-bacs-bank-details:before,
  .woocommerce-order-received ul.order_details.bacs_details:before{
    display:none!important;
    content:none!important;
  }

  .woocommerce-order-received ul.wc-bacs-bank-details > li,
  .woocommerce-order-received ul.order_details.bacs_details > li{
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    min-width:0!important;
    width:auto!important;
    margin:0!important;
    padding:4px 16px!important;
    border:0!important;
    float:none!important;
    clear:none!important;
    text-align:left!important;
  }

  .woocommerce-order-received ul.wc-bacs-bank-details > li:nth-child(2),
  .woocommerce-order-received ul.order_details.bacs_details > li:nth-child(2),
  .woocommerce-order-received ul.wc-bacs-bank-details > li.account_number,
  .woocommerce-order-received ul.order_details.bacs_details > li.account_number{
    padding-left:20px!important;
    border-left:1px dashed #cad8d2!important;
  }

  .woocommerce-order-received ul.wc-bacs-bank-details > li strong,
  .woocommerce-order-received ul.order_details.bacs_details > li strong{
    display:block!important;
    margin-top:4px!important;
    font-size:17px!important;
    line-height:1.25!important;
    overflow-wrap:anywhere!important;
  }
}

/* Hide purchase CTA after a corporate booking has already been made */
.fobcb-dashboard-page .mobile-book{display:none!important}
