:root{
  --bg:#ffffff;
  --surface:#f7f7f9;
  --text:#121212;
  --muted:#5b5f6a;
  --border:#e5e7eb;

  --lbc-red:#c81e2a;
  --lbc-red-2:#b5121d;
  --aus-green:#0a7a3c;
  --aus-gold:#f2c230;

  --radius:16px;
  --shadow: 0 10px 30px rgba(0,0,0,.07);

  --max: 1100px;
  --pad: 18px;
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:var(--font);
  color:var(--text);
  background:var(--bg);
  line-height:1.5;
}
a{color:inherit}
.container{
  width:min(var(--max), calc(100% - (var(--pad) * 2)));
  margin:0 auto;
}
.skip{
  position:absolute;
  left:-9999px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}
.skip:focus{
  left:16px;
  top:16px;
  width:auto;
  height:auto;
  padding:10px 12px;
  background:#000;
  color:#fff;
  border-radius:10px;
  z-index:9999;
}

.topbar{
  background:var(--lbc-red);
  color:#fff;
}
.topbar .container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:10px 0;
  font-size:14px;
}
.badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(255,255,255,.15);
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.25);
  font-weight:600;
  white-space:nowrap;
}
.badge .dot{
  width:10px;height:10px;border-radius:50%;
  background:var(--aus-gold);
  box-shadow:0 0 0 3px rgba(242,194,48,.25);
}

.header{
  position:sticky;
  top:0;
  background:#fff;
  border-bottom:1px solid var(--border);
  z-index:100;
}
.header .container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 0;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
}
.logo{
  height:72px;
  width:auto;
  max-width:320px;
  display:block;
  border-radius:0;
  object-fit:contain;
}
.logoWide{max-width:360px;}
.brand b{display:block;font-size:16px;line-height:1.2}
.brand span{display:block;font-size:12px;color:var(--muted)}
.nav{
  display:flex;
  align-items:center;
  gap:14px;
}
.nav a{
  text-decoration:none;
  font-weight:600;
  color:#1b1b1b;
  padding:10px 10px;
  border-radius:12px;
}
.nav a:hover{background:var(--surface)}
.nav .cta{
  background:var(--lbc-red);
  color:#fff;
  padding:10px 14px;
}
.nav .cta:hover{background:var(--lbc-red-2)}
.menuBtn{
  display:none;
  border:1px solid var(--border);
  background:#fff;
  border-radius:12px;
  padding:10px 12px;
  font-weight:700;
}
.mobileNav{
  display:none;
  border-top:1px solid var(--border);
}
.mobileNav a{
  display:block;
  text-decoration:none;
  padding:14px var(--pad);
  border-bottom:1px solid var(--border);
  font-weight:700;
}
.mobileNav a.cta{
  background:var(--lbc-red);
  color:#fff;
}
.accentLine{
  height:5px;
  background:linear-gradient(90deg, var(--aus-green), var(--aus-green) 70%, var(--aus-gold) 70%, var(--aus-gold));
}

.hero{
  padding:28px 0 18px;
  background:linear-gradient(180deg, #fff, #fff 40%, #fafafa);
}
.heroGrid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:18px;
  align-items:stretch;
}
.card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.heroMain{padding:22px}
.kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(200,30,42,.08);
  color:var(--lbc-red);
  border:1px solid rgba(200,30,42,.16);
  font-weight:800;
  font-size:13px;
}
h1{
  margin:12px 0 10px;
  font-size:34px;
  line-height:1.1;
}
.lead{color:var(--muted);font-size:16px;margin:0 0 16px}
.actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:10px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-decoration:none;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid var(--border);
  background:#fff;
  font-weight:800;
}
.btn.primary{
  border-color:transparent;
  background:var(--lbc-red);
  color:#fff;
}
.btn.primary:hover{background:var(--lbc-red-2)}
.btn.ghost:hover{background:var(--surface)}
.smallprint{font-size:13px;color:var(--muted);margin-top:10px}

.heroSide{padding:18px}
.heroSide h3{margin:0 0 10px;font-size:18px}
.pill{
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:14px;
  padding:12px;
  margin:10px 0;
}
.pill b{display:block}
.pill span{color:var(--muted);font-size:13px}
.grid3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.section{padding:24px 0}
.section h2{margin:0 0 8px;font-size:22px}
.section p{margin:0 0 14px;color:var(--muted)}
.feature{
  padding:16px;
}
.feature h4{margin:0 0 6px}
.feature p{margin:0;color:var(--muted);font-size:14px}

.notice{
  padding:14px 16px;
  border-radius:14px;
  border:1px solid rgba(10,122,60,.25);
  background:rgba(10,122,60,.06);
}
.notice b{display:block;margin-bottom:4px}
.notice p{margin:0;color:var(--muted);font-size:14px}

.table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border:1px solid var(--border);
  border-radius:14px;
}
.table th, .table td{
  text-align:left;
  padding:12px 12px;
  border-bottom:1px solid var(--border);
  font-size:14px;
}
.table th{
  background:var(--surface);
  font-weight:900;
}
.table tr:last-child td{border-bottom:none}
.tag{
  display:inline-flex;
  align-items:center;
  padding:4px 10px;
  border-radius:999px;
  background:rgba(242,194,48,.18);
  border:1px solid rgba(242,194,48,.35);
  font-weight:800;
  font-size:12px;
}

.footer{
  border-top:1px solid var(--border);
  padding:18px 0;
  margin-top:26px;
  color:var(--muted);
  font-size:13px;
}
.footerGrid{
  display:grid;
  grid-template-columns: 1.3fr .7fr;
  gap:14px;
  align-items:start;
}
.footer a{color:var(--muted);text-decoration:none}
.footer a:hover{text-decoration:underline}
hr.sep{
  border:none;
  border-top:1px solid var(--border);
  margin:18px 0;
}

.form{
  display:grid;
  gap:10px;
}
.hidden{display:none !important;}

/* Pickup area selector */
.regionGrid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:10px;
  margin-top:12px;
}
.regionOption{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--border);
  background:#fff;
  font:inherit;
  font-weight:900;
  cursor:pointer;
}
.regionOption:hover{background:var(--surface)}
.regionOption[disabled]{opacity:.45; cursor:not-allowed;}
.regionOption[disabled]:hover{background:#fff}
.regionOption.is-selected{border-color:rgba(200,30,42,.35); background:rgba(200,30,42,.06); color:var(--lbc-red);}
.regionOption .soon{
  font-size:12px;
  font-weight:900;
  padding:4px 8px;
  border-radius:999px;
  border:1px solid var(--border);
  background:var(--surface);
  color:var(--muted);
  white-space:nowrap;
}
.field label{display:block;font-weight:800;font-size:13px;margin-bottom:6px}
.field input, .field select, .field textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--border);
  font:inherit;
  background:#fff;
}
.field textarea{min-height:110px;resize:vertical}
.help{font-size:12px;color:var(--muted)}
.inline{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:10px;
}
.copyBox{
  border:1px dashed rgba(200,30,42,.35);
  background:rgba(200,30,42,.05);
  border-radius:14px;
  padding:12px;
  font-size:13px;
  color:#2b2b2b;
}
.copyBox pre{
  margin:0;
  white-space:pre-wrap;
  word-break:break-word;
  font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size:12px;
}
.gallery{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:12px;
}
.gallery img{
  width:100%;
  height:auto;
  border-radius:16px;
  border:1px solid var(--border);
  box-shadow:var(--shadow);
}

@media (max-width: 880px){
  h1{font-size:30px}
  .heroGrid{grid-template-columns: 1fr}
  .grid3{grid-template-columns: 1fr}
  .gallery{grid-template-columns: 1fr}
  .inline{grid-template-columns:1fr}
  .regionGrid{grid-template-columns:1fr}
  .nav{display:none}
  .menuBtn{display:inline-flex}
  .footerGrid{grid-template-columns:1fr}
}

/* Language switch */
.topbarInner{display:flex; align-items:center; justify-content:space-between; gap:12px;}
.topbarRight{display:flex; align-items:center; gap:10px;}
.langSwitch{display:inline-flex; padding:3px; border:1px solid rgba(255,255,255,.35); border-radius:999px; background:rgba(255,255,255,.12);}
.langSwitch button{
  appearance:none; border:0; background:transparent; color:#fff;
  padding:6px 10px; border-radius:999px; font-weight:700; font-size:12px;
  cursor:pointer;
}
.langSwitch button[aria-pressed="true"]{background:#fff; color:var(--lbc-red);}
.toplink{color:#fff; text-decoration:none; font-weight:700; font-size:13px; padding:6px 10px; border-radius:999px; border:1px solid rgba(255,255,255,.25);}
.toplink:focus-visible, .langSwitch button:focus-visible{outline:3px solid rgba(255,255,255,.65); outline-offset:2px;}

/* Cleaner hero + quick cards */
.kicker{font-weight:800; letter-spacing:.2px;}
.miniSteps{display:flex; gap:10px; flex-wrap:wrap; margin-top:12px;}
.stepPill{display:inline-flex; align-items:center; gap:8px; padding:8px 10px; border:1px solid var(--border); border-radius:999px; background:#fff; font-weight:700; font-size:13px;}
.stepPill .num{width:22px;height:22px; border-radius:999px; background:rgba(200,30,42,.10); display:flex; align-items:center; justify-content:center; color:var(--lbc-red); font-weight:900;}
.quickGrid{display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin-top:14px;}
.quickCard{display:flex; align-items:center; justify-content:center; text-decoration:none; padding:12px 10px; border-radius:14px; border:1px solid var(--border); background:#fff; font-weight:800; color:#1b1b1b;}
.quickCard:hover{box-shadow:var(--shadow); transform:translateY(-1px);}
.quickCard:active{transform:translateY(0px);}
.notice.compact{margin-top:14px}
.lead{max-width:46ch;}

@media (max-width: 880px){
  .quickGrid{grid-template-columns:repeat(2,1fr);}
  .topbar .container{padding:10px 16px;}
  .toplink{display:none;}
  .brand span{display:none;}
  .logo{height:84px; max-width:340px;}
}

@media (max-width: 520px){
  .regionGrid{grid-template-columns:1fr;}
}

.btn.small{padding:10px 12px; font-size:14px}
.headerActions{display:flex; align-items:center; gap:10px}
