/**
 * Wobistro V2 — public Laravel product UI
 * One authoritative layer over the legacy theme.
 */

:root {
  --wb-blue: #2667ff;
  --wb-blue-dark: #1649b7;
  --wb-blue-pale: #edf2ff;
  --wb-night: #101318;
  --wb-night-2: #191d24;
  --wb-ink: #17191d;
  --wb-copy: #565b64;
  --wb-muted: #7d828a;
  --wb-paper: #f7f7f5;
  --wb-white: #ffffff;
  --wb-line: rgba(17, 21, 34, 0.11);
  --wb-line-dark: rgba(255, 255, 255, 0.12);
  --wb-radius-sm: 10px;
  --wb-radius: 18px;
  --wb-radius-lg: 28px;
  --wb-shadow: 0 18px 60px rgba(13, 17, 27, 0.09);
  --wb-font: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --color-primary: #2667ff;
  --color-primary-rgb: 38, 103, 255;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body.wb-site {
  margin: 0;
  padding-top: 76px !important;
  overflow-x: hidden;
  background: var(--wb-paper) !important;
  color: var(--wb-ink) !important;
  font-family: var(--wb-font) !important;
  font-size: 16px !important;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.wb-site h1,
body.wb-site h2,
body.wb-site h3,
body.wb-site h4,
body.wb-site h5,
body.wb-site h6,
body.wb-site .title {
  margin-top: 0;
  color: var(--wb-ink) !important;
  font-family: var(--wb-font) !important;
  font-weight: 650 !important;
  letter-spacing: -0.035em;
  line-height: 1.08 !important;
  text-wrap: balance;
}

body.wb-site p,
body.wb-site .text,
body.wb-site .card-text { color: var(--wb-copy); text-wrap: pretty; }
body.wb-site a { transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
body.wb-site img { max-width: 100%; }
body.wb-site ::selection { background: var(--wb-blue); color: #fff; }
.container { max-width: 1240px !important; }

.wb-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10010;
  transform: translateY(-160%);
  border-radius: 8px;
  background: var(--wb-night);
  color: #fff !important;
  padding: .65rem .9rem;
}
.wb-skip-link:focus { transform: translateY(0); }

/* Header */
.header-area.wb-header {
  position: fixed !important;
  inset: 0 0 auto !important;
  z-index: 1000 !important;
  min-height: 76px;
  border-bottom: 1px solid rgba(17, 21, 34, .07) !important;
  background: rgba(245, 244, 240, .9) !important;
  box-shadow: none !important;
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
}
.header-area .main-navbar .navbar { min-height: 76px; padding: 0 !important; }
.header-area .navbar-brand { margin-right: clamp(2rem, 5vw, 5rem) !important; padding: 0 !important; }
.header-area .navbar-brand img,
.header-area .logo img { display: block; width: auto !important; max-height: 31px !important; }
.header-area .navbar-collapse { justify-content: flex-start; }
.header-area .navbar-nav { align-items: center; gap: .15rem; }
.header-area .main-navbar .nav-item { margin: 0 !important; }
.header-area .nav-link {
  position: relative;
  border-radius: 8px !important;
  padding: .55rem .7rem !important;
  color: #3e4655 !important;
  font-size: .875rem !important;
  font-weight: 550 !important;
  line-height: 1.2 !important;
}
.header-area .nav-link:hover,
.header-area .nav-link:focus,
.header-area .nav-link.active { background: rgba(17, 21, 34, .055) !important; color: var(--wb-ink) !important; }
.header-area .nav-link.active::after {
  position: absolute;
  right: .7rem;
  bottom: .25rem;
  left: .7rem;
  height: 2px;
  border-radius: 2px;
  background: var(--wb-blue);
  content: "";
}
.header-area .nav-link i { margin-left: .2rem; font-size: .75rem; }
.header-area .menu-dropdown {
  top: calc(100% + 10px) !important;
  min-width: 210px !important;
  border: 1px solid var(--wb-line) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .98) !important;
  box-shadow: 0 20px 45px rgba(13, 17, 27, .12) !important;
  padding: .5rem !important;
}
.header-area .menu-dropdown .nav-link { display: block; padding: .7rem .8rem !important; }
.header-area .menu-dropdown .nav-link::after { display: none; }
.header-area .more-option { display: flex; align-items: center; gap: .7rem; margin-left: auto; }
.header-area .more-option .item { margin: 0 !important; }
.wb-login-link { color: var(--wb-ink) !important; font-size: .875rem; font-weight: 600; padding: .55rem .3rem; }
.wb-login-link:hover { color: var(--wb-blue) !important; }
.wb-language .nice-select,
.wb-language select {
  min-width: 54px;
  height: 38px !important;
  min-height: 38px !important;
  border: 1px solid var(--wb-line) !important;
  border-radius: 9px !important;
  background: transparent !important;
  font-size: .75rem !important;
  line-height: 36px !important;
}
.main-responsive-nav { display: none; }
.wb-mobile-login { display: none; }

/* Buttons */
.btn.primary-btn,
a.btn.primary-btn,
.btn.wb-btn {
  display: inline-flex !important;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: var(--wb-blue) !important;
  background-image: none !important;
  box-shadow: 0 8px 18px rgba(38, 103, 255, .22) !important;
  color: #fff !important;
  font-family: var(--wb-font) !important;
  font-size: .9rem !important;
  font-weight: 650 !important;
  letter-spacing: -.01em !important;
  line-height: 1.2 !important;
  padding: .78rem 1.15rem !important;
}
.btn.primary-btn::before, .btn.primary-btn::after { display: none !important; }
.btn.primary-btn:hover,
.btn.primary-btn:focus { background: var(--wb-blue-dark) !important; box-shadow: 0 12px 25px rgba(38, 103, 255, .28) !important; transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(.98) !important; }
.btn.secondary-btn,
.btn.wb-btn-ghost {
  display: inline-flex !important;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wb-line) !important;
  border-radius: 10px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--wb-ink) !important;
  font-weight: 600 !important;
  padding: .78rem 1.15rem !important;
}
.btn.secondary-btn:hover, .btn.wb-btn-ghost:hover { border-color: var(--wb-blue) !important; color: var(--wb-blue) !important; }
.btn-block { width: 100%; }

/* Hero */
.wb-hero.home-banner {
  position: relative;
  width: 100%;
  margin: 0 !important;
  overflow: hidden;
  border-bottom: 1px solid var(--wb-line);
  border-radius: 0;
  background: #fff !important;
  padding: clamp(4.75rem, 8vw, 7.25rem) 0 clamp(4.5rem, 7vw, 6.5rem) !important;
}
.wb-hero .container { position: relative; z-index: 1; }
.wb-hero__copy { max-width: 630px; }
.wb-hero__signal {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 1.5rem;
  color: var(--wb-blue);
  font-size: .77rem;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.wb-hero__title,
.wb-hero .wb-hero__title.title {
  max-width: 11ch;
  margin: 0 0 1.4rem !important;
  color: var(--wb-ink) !important;
  font-size: clamp(3.7rem, 6.3vw, 5.9rem) !important;
  font-weight: 650 !important;
  letter-spacing: -.068em !important;
  line-height: .91 !important;
}
.wb-hero__title em {
  display: block;
  color: var(--wb-blue);
  font-family: var(--wb-font);
  font-size: 1em;
  font-style: normal;
  font-weight: 650;
  letter-spacing: inherit;
}
.wb-hero__lede {
  max-width: 540px;
  margin: 0;
  color: var(--wb-copy) !important;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem) !important;
  line-height: 1.55 !important;
}
.wb-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.35rem; margin-top: 2rem !important; }
.wb-hero .btn.primary-btn { min-height: 52px; border-radius: 12px !important; padding: .95rem 1.35rem !important; }
.wb-text-link { display: inline-flex; align-items: center; gap: .55rem; color: var(--wb-ink) !important; font-size: .92rem; font-weight: 650; }
.wb-text-link:hover { color: var(--wb-blue) !important; transform: translateY(-1px); }
.wb-hero__trust { display: flex; align-items: center; gap: .9rem; margin-top: 2.4rem; }
.wb-hero__trust p { margin: 0; color: var(--wb-muted) !important; font-size: .78rem; line-height: 1.45; }
.wb-hero__trust strong { color: var(--wb-ink); font-weight: 650; }
.wb-hero__avatars { display: flex; }
.wb-hero__avatars span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  margin-left: -7px;
  border: 2px solid var(--wb-night);
  border-radius: 50%;
  background: #283247;
  color: #fff;
  font-size: .58rem;
  font-weight: 700;
}
.wb-hero__avatars span:first-child { margin-left: 0; background: var(--wb-blue); }
.wb-hero__avatars span:last-child { background: #5f6672; }

/* Real restaurant demos — proof before product decoration */
.wb-hero-demos {
  position: relative;
  display: grid;
  max-width: 590px;
  grid-template-columns: 1.1fr .9fr;
  gap: 12px;
  margin-left: auto;
}
.wb-hero-demo {
  position: relative;
  display: block;
  height: 210px;
  overflow: hidden;
  border: 1px solid var(--wb-line);
  border-radius: 16px;
  background: #eceeed;
  box-shadow: 0 14px 40px rgba(17, 21, 34, .08);
}
.wb-hero-demo:first-child { grid-row: span 2; height: 432px; }
.wb-hero-demo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .35s ease; }
.wb-hero-demo:hover img { transform: scale(1.018); }
.wb-hero-demo > span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 10px;
  background: rgba(255,255,255,.94);
  color: var(--wb-ink);
  padding: .75rem .8rem;
  backdrop-filter: blur(10px);
}
.wb-hero-demo strong { font-size: .78rem; }
.wb-hero-demo small { color: var(--wb-blue); font-size: .65rem; font-weight: 700; white-space: nowrap; }
.wb-hero-demos__all { grid-column: 1 / -1; display: flex; align-items: center; justify-content: flex-end; gap: .5rem; color: var(--wb-blue) !important; font-size: .78rem; font-weight: 700; padding-top: .25rem; }

/* Product UI illustration */
.wb-ui-mock {
  position: relative;
  width: 100%;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background: #f8f9fc;
  box-shadow: 0 45px 100px rgba(0, 0, 0, .38), 0 0 0 8px rgba(255, 255, 255, .035);
  color: var(--wb-ink);
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}
.wb-ui-mock__chrome { display: flex; height: 50px; align-items: center; gap: 7px; border-bottom: 1px solid #e5e8ef; padding: 0 15px; }
.wb-ui-mock__chrome > span { width: 8px; height: 8px; border-radius: 50%; background: #e0e3ea; }
.wb-ui-mock__chrome > span:first-child { background: #ff6b5f; }
.wb-ui-mock__chrome > span:nth-child(2) { background: #ffc14d; }
.wb-ui-mock__chrome > span:nth-child(3) { background: #9ea4ae; }
.wb-ui-mock__url {
  display: flex;
  height: 28px;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  margin-left: 8px;
  border: 1px solid #e1e5ed;
  border-radius: 8px;
  background: #fff;
  color: #7c8492;
  font-size: .65rem;
}
.wb-ui-mock__url i { font-size: .55rem; }
.wb-ui-mock__body { display: grid; min-height: 390px; grid-template-columns: 138px 1fr; }
.wb-ui-mock__nav { border-right: 1px solid #e5e8ef; padding: 1.5rem .85rem; }
.wb-ui-mock__brand { margin: 0 .35rem 1.2rem; color: var(--wb-blue); font-size: .84rem; font-weight: 750; letter-spacing: -.04em; }
.wb-ui-mock__brand span { color: var(--wb-ink); }
.wb-ui-mock__nav-item { margin: .12rem 0; border-radius: 7px; color: #687185; font-size: .68rem; font-weight: 600; padding: .55rem .6rem; }
.wb-ui-mock__nav-item.is-active { background: var(--wb-blue-pale); color: var(--wb-blue); }
.wb-ui-mock__main { min-width: 0; padding: 1.5rem 1.1rem 1rem; }
.wb-ui-mock__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.wb-ui-mock__label { display: flex; align-items: center; gap: .35rem; color: #778092; font-size: .59rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.wb-ui-mock__label i { width: 6px; height: 6px; border-radius: 50%; background: var(--wb-blue); }
.wb-ui-mock__h { margin-top: .22rem; font-size: .95rem; font-weight: 700; letter-spacing: -.03em; }
.wb-ui-mock__pill { border-radius: 999px; background: var(--wb-blue-pale); color: var(--wb-blue); font-size: .6rem; font-weight: 700; padding: .4rem .55rem; }
.wb-ui-mock__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .55rem; margin-top: .8rem; }
.wb-ui-mock__stat { border: 1px solid #e4e7ee; border-radius: 10px; background: #fff; padding: .8rem .5rem; text-align: center; }
.wb-ui-mock__stat strong { display: block; color: var(--wb-ink); font-size: .9rem; font-variant-numeric: tabular-nums; }
.wb-ui-mock__stat span { display: block; margin-top: .2rem; color: #818898; font-size: .53rem; }
.wb-ui-mock__list { display: grid; gap: .45rem; margin-top: .75rem; }
.wb-ui-mock__row { display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: .5rem; border: 1px solid #e4e7ee; border-radius: 9px; background: #fff; padding: .65rem .75rem; }
.wb-ui-mock__row strong, .wb-ui-mock__row span { display: block; }
.wb-ui-mock__row strong { overflow: hidden; color: #252a35; font-size: .64rem; text-overflow: ellipsis; white-space: nowrap; }
.wb-ui-mock__row span { margin-top: .15rem; color: #89909d; font-size: .55rem; }
.wb-ui-mock__row em { border-radius: 6px; background: #edf0f5; color: #667085; font-size: .52rem; font-style: normal; font-weight: 700; padding: .3rem .4rem; }
.wb-ui-mock__row em.is-live { background: #fff0e4; color: #ad4c18; }
.wb-ui-mock__row em.is-ok { background: var(--wb-blue-pale); color: var(--wb-blue); }
.wb-ui-mock__phone {
  position: absolute;
  right: -24px;
  bottom: -34px;
  width: 112px;
  border: 5px solid #242b38;
  border-radius: 22px;
  background: #171e2b;
  box-shadow: 0 22px 45px rgba(0, 0, 0, .28);
  padding: 11px 7px 9px;
}
.wb-ui-mock__phone-bar { width: 30px; height: 3px; margin: 0 auto 10px; border-radius: 3px; background: #596173; }
.wb-ui-mock__phone-title { margin-bottom: 6px; color: #fff; font-size: .52rem; font-weight: 650; text-align: center; }
.wb-ui-mock__qr { height: 82px; border: 7px solid #fff; border-radius: 6px; background: #18202d; }
.wb-ui-mock__phone-lines { padding: 8px 2px 0; }
.wb-ui-mock__phone-lines i { display: block; height: 3px; margin-bottom: 4px; border-radius: 3px; background: #455064; }

/* Product bento */
.wb-strip { padding: clamp(5rem, 9vw, 8rem) 0 !important; background: var(--wb-paper) !important; }
.wb-strip__intro { display: grid; grid-template-columns: 1fr minmax(360px, 1.4fr) minmax(280px, .8fr); gap: 2rem; align-items: end; margin-bottom: 3rem; }
.wb-section-index { align-self: start; color: var(--wb-blue); font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.wb-strip__intro h2 { margin: 0 !important; font-size: clamp(2.4rem, 5vw, 4.4rem) !important; letter-spacing: -.06em !important; line-height: .97 !important; }
.wb-strip__intro p { max-width: 35ch; margin: 0; font-size: 1rem; }
.wb-cap-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.wb-cap {
  position: relative;
  min-height: 285px;
  overflow: hidden;
  border: 1px solid var(--wb-line);
  border-radius: var(--wb-radius);
  background: #fff;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.wb-cap:nth-child(1), .wb-cap:nth-child(4) { grid-column: span 7; }
.wb-cap:nth-child(2), .wb-cap:nth-child(3) { grid-column: span 5; }
.wb-cap:nth-child(1), .wb-cap:nth-child(2), .wb-cap:nth-child(3), .wb-cap:nth-child(4) { background: #fff; border-color: var(--wb-line); }
.wb-cap:hover { transform: translateY(-4px); box-shadow: var(--wb-shadow); }
.wb-cap__icon { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 3.6rem; border-radius: 12px; background: var(--wb-blue-pale); color: var(--wb-blue); }
.wb-cap__icon svg { width: 24px; height: 24px; }
.wb-cap__number { position: absolute; top: 1.6rem; right: 1.7rem; color: #9ca3b0; font-size: .7rem; font-weight: 700; }
.wb-cap h3 { margin-bottom: .7rem !important; font-size: clamp(1.4rem, 2.4vw, 2rem) !important; }
.wb-cap p { max-width: 44ch; margin: 0; font-size: .92rem; line-height: 1.55; }
.wb-cap:nth-child(1) h3, .wb-cap:nth-child(4) h3 { color: var(--wb-ink) !important; }
.wb-cap:nth-child(1) p, .wb-cap:nth-child(4) p { color: var(--wb-copy) !important; }
.wb-cap:nth-child(1) .wb-cap__icon, .wb-cap:nth-child(4) .wb-cap__icon { background: var(--wb-blue-pale); color: var(--wb-blue); }
.wb-cap:nth-child(1) .wb-cap__number, .wb-cap:nth-child(4) .wb-cap__number { color: #9ca3b0; }

/* Shared section system */
.wb-section,
.store-area,
.choose-area,
.template-area,
.pricing-area,
.testimonial-area,
.blog-area,
.user-profile-area,
.sponsor { padding: clamp(4.5rem, 8vw, 7.5rem) 0 !important; }
.store-area, .pricing-area, .blog-area { background: #fff !important; }
.choose-area, .template-area, .testimonial-area, .user-profile-area, .sponsor { background: var(--wb-paper) !important; }
.section-title, .wb-section__head { margin-bottom: 2.8rem !important; }
.section-title .subtitle, .wb-kicker {
  display: inline-flex !important;
  margin-bottom: 1rem !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--wb-blue) !important;
  font-size: .72rem !important;
  font-weight: 750 !important;
  letter-spacing: .085em !important;
  padding: 0 !important;
  text-transform: uppercase !important;
}
.section-title .title, .wb-section__head .title { max-width: 20ch; margin-right: auto; margin-left: auto; font-size: clamp(2.25rem, 4.5vw, 4rem) !important; letter-spacing: -.055em !important; }
.card { border: 1px solid var(--wb-line) !important; border-radius: var(--wb-radius) !important; background: #fff !important; box-shadow: none !important; }

/* Steps */
.wb-steps .row { counter-reset: step; }
.wb-step { position: relative; height: 100%; min-height: 270px; overflow: hidden; padding: 1.6rem !important; }
.wb-step:hover { border-color: rgba(38,103,255,.35) !important; transform: translateY(-3px); }
.wb-step__num { margin-bottom: 3.5rem; color: var(--wb-muted); font-size: .68rem; font-weight: 700; letter-spacing: .08em; }
.wb-step__icon, .wb-step .card-icon { position: absolute; top: 1.35rem; right: 1.35rem; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 11px; background: var(--wb-blue-pale); color: var(--wb-blue); }
.wb-step .card-title { margin-bottom: .7rem !important; font-size: 1.2rem !important; }
.wb-step .card-text { margin: 0; font-size: .88rem; line-height: 1.55; }

/* Intro feature grid */
.wb-intro .choose-content { position: sticky; top: 110px; }
.wb-intro .choose-content .title { font-size: clamp(2.3rem, 4.5vw, 4rem) !important; letter-spacing: -.055em !important; }
.wb-intro .choose-content .text { max-width: 46ch; }
.wb-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.wb-feature { min-height: 220px; padding: 1.6rem !important; }
.wb-feature:nth-child(even) { transform: translateY(32px); }
.wb-feature__mark { margin-bottom: 3.5rem; color: var(--wb-blue); font-size: .7rem; font-weight: 750; }
.wb-feature .card-title { margin-bottom: .65rem !important; font-size: 1.25rem !important; }

/* Template, blog and testimonial media */
.template-area .card, .blog-area .card { overflow: hidden; height: calc(100% - 30px); }
.template-area .card-image, .blog-area .card-image { overflow: hidden; background: #e9ebef; }
.template-area .card-image img, .blog-area .card-image img { width: 100%; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.template-area .card:hover img, .blog-area .card:hover img { transform: scale(1.025); }
.template-area .theme-name { margin: 0 !important; padding: 1.15rem !important; font-size: 1rem !important; }
.blog-area .card .content { padding: 1.35rem !important; }
.blog-area .info-list { display: none !important; }
.blog-area .card-title { font-size: 1.18rem !important; }
.blog-area .card-btn { display: inline-flex; margin-top: 1rem; color: var(--wb-blue); font-size: .86rem; font-weight: 650; }
.testimonial-area .image-left img { width: 100%; border-radius: var(--wb-radius-lg); filter: saturate(.85); }
.testimonial-area .slider-item { border-top: 1px solid var(--wb-line); padding: 1.6rem 0; }
.testimonial-area .quote .icon { color: var(--wb-blue) !important; }
.testimonial-area .client .image { overflow: hidden; border-radius: 12px !important; }

/* Demo library */
.wb-demo-library__intro { display: grid; max-width: 1040px; grid-template-columns: .65fr 1.5fr 1fr; align-items: end; gap: 2rem; margin-bottom: 2.8rem; }
.wb-demo-library__intro h2 { margin: 0 !important; font-size: clamp(2.4rem, 5vw, 4.4rem) !important; letter-spacing: -.06em !important; line-height: .97 !important; }
.wb-demo-library__intro p { max-width: 38ch; margin: 0; }
.wb-demo-card { height: 100%; overflow: hidden; border: 1px solid var(--wb-line); border-radius: 16px; background: #fff; transition: transform .22s ease, box-shadow .22s ease; }
.wb-demo-card:hover { transform: translateY(-3px); box-shadow: 0 18px 45px rgba(17,21,34,.08); }
.wb-demo-card__image { display: block; height: 320px; overflow: hidden; border-bottom: 1px solid var(--wb-line); background: #eceeed; }
.wb-demo-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .35s ease; }
.wb-demo-card:hover .wb-demo-card__image img { transform: scale(1.018); }
.wb-demo-card__body { display: flex; min-height: 102px; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.15rem 1.25rem; }
.wb-demo-card__body span { display: block; color: var(--wb-muted); font-size: .66rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.wb-demo-card__body h3 { margin: .18rem 0 0 !important; font-size: 1.06rem !important; letter-spacing: -.025em !important; }
.wb-demo-card__body > a { display: inline-flex; flex: 0 0 auto; align-items: center; gap: .4rem; color: var(--wb-blue) !important; font-size: .76rem; font-weight: 700; }
.wb-demo-library__cta { display: flex; justify-content: center; margin-top: 2rem; }
.wb-demo-empty { border: 1px solid var(--wb-line); border-radius: 14px; background: #fff; padding: 2rem; text-align: center; }

/* Pricing */
.wb-pricing__tabs .nav-tabs { display: inline-flex; margin: 0 auto 2.5rem; border: 1px solid var(--wb-line) !important; border-radius: 12px; background: var(--wb-paper); padding: 4px; }
.wb-pricing__tabs .nav-link { border: 0 !important; border-radius: 8px !important; background: transparent !important; color: var(--wb-copy) !important; font-size: .85rem; font-weight: 600; padding: .65rem 1rem !important; }
body.wb-site .pricing-area .wb-pricing__tabs .nav-link.active { background: #fff !important; box-shadow: 0 2px 8px rgba(13,17,27,.08); color: var(--wb-ink) !important; }
.wb-price-card { position: relative; display: flex; min-height: 100%; flex-direction: column; padding: 1.75rem !important; }
.wb-price-card.is-featured { border-color: var(--wb-blue) !important; box-shadow: 0 0 0 1px var(--wb-blue), var(--wb-shadow) !important; }
.wb-price-card__badge { position: absolute; top: 1rem; right: 1rem; border-radius: 7px; background: var(--wb-blue-pale); color: var(--wb-blue); font-size: .66rem; font-weight: 750; padding: .35rem .55rem; text-transform: uppercase; }
.wb-price-card__name { margin-bottom: 1.6rem !important; font-size: 1rem !important; }
.wb-price-card__price { display: flex; align-items: flex-end; gap: .35rem; }
.wb-price-card__amount { color: var(--wb-ink); font-size: 3rem; font-weight: 650; letter-spacing: -.065em; line-height: 1; }
.wb-price-card__period { color: var(--wb-muted); font-size: .8rem; }
.wb-price-card__metrics { display: grid; grid-template-columns: repeat(3, 1fr); margin: 1.5rem 0; padding: 1rem 0; border-top: 1px solid var(--wb-line); border-bottom: 1px solid var(--wb-line); list-style: none; }
.wb-price-card__metrics li { text-align: center; }
.wb-price-card__metrics strong, .wb-price-card__metrics span { display: block; }
.wb-price-card__metrics strong { color: var(--wb-ink); font-size: 1rem; }
.wb-price-card__metrics span { color: var(--wb-muted); font-size: .58rem; text-transform: uppercase; }
.wb-price-card__features { display: grid; gap: .65rem; margin: 0 0 1.5rem; padding: 0; list-style: none; }
.wb-price-card__features li { position: relative; color: var(--wb-copy); font-size: .84rem; padding-left: 1.35rem; }
.wb-price-card__features li::before { position: absolute; top: .28rem; left: 0; width: 8px; height: 8px; border: 2px solid var(--wb-blue); border-radius: 50%; content: ""; }
.wb-price-card__actions { display: grid; gap: .6rem; margin-top: auto; }

/* Inner pages and forms */
.page-title-area { position: relative; padding: 4.5rem 0 3.25rem !important; overflow: hidden; border-bottom: 1px solid var(--wb-line); background: #fff !important; background-image: none !important; }
.page-title-area::before { display: none; }
.page-title-area .content { position: relative; z-index: 1; }
body.wb-site .page-title-area h2 { color: var(--wb-ink) !important; font-size: clamp(2.6rem, 6vw, 4.8rem) !important; }
.page-title-area li, .page-title-area a { color: var(--wb-muted) !important; font-size: .82rem; }
input.form-control, textarea.form-control, select.form-control, .nice-select {
  min-height: 48px;
  border: 1px solid var(--wb-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: none !important;
  font-family: var(--wb-font) !important;
}
input.form-control:focus, textarea.form-control:focus, select.form-control:focus { border-color: var(--wb-blue) !important; box-shadow: 0 0 0 4px rgba(38,103,255,.1) !important; }

/* Footer */
.footer-area, footer.footer-area { margin-top: 0 !important; background: var(--wb-night) !important; color: rgba(255,255,255,.6) !important; }
.footer-area .footer-top { padding: 5rem 0 3.5rem !important; }
.footer-area img { max-height: 34px; width: auto; }
body.wb-site .footer-area h3 { margin-bottom: 1.1rem !important; color: #fff !important; font-size: .86rem !important; letter-spacing: .01em; }
.footer-area p, .footer-area li, .footer-area span { color: rgba(255,255,255,.52) !important; font-size: .83rem; }
.footer-area a { color: rgba(255,255,255,.62) !important; }
.footer-area a:hover { color: #fff !important; }
.copy-right-area { border-top: 1px solid var(--wb-line-dark) !important; padding: 1.25rem 0 !important; background: transparent !important; }
.footer-area .input-group { padding: 4px; border: 1px solid var(--wb-line-dark); border-radius: 12px; background: rgba(255,255,255,.06); }
.footer-area .form-control { min-height: 40px; border: 0 !important; background: transparent !important; color: #fff !important; }

/* Cookie consent: small, readable, never blocks the page */
.cookie-consent {
  position: fixed !important;
  right: 18px !important;
  bottom: 18px !important;
  left: auto !important;
  z-index: 10000 !important;
  width: min(430px, calc(100% - 36px)) !important;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px !important;
  background: rgba(13,17,27,.96) !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.28) !important;
  color: #fff;
  padding: 1rem !important;
  backdrop-filter: blur(16px);
}
.cookie-consent > .container { width: 100% !important; max-width: none !important; padding: 0 !important; }
.cookie-container { display: flex !important; align-items: center !important; gap: 1rem; justify-content: space-between !important; text-align: left !important; }
.cookie-consent__message { display: block !important; color: rgba(255,255,255,.68) !important; font-size: .76rem !important; line-height: 1.45 !important; }
button.cookie-consent__agree { flex: 0 0 auto; margin: 0 !important; border: 0 !important; border-radius: 9px !important; background: var(--wb-blue) !important; color: #fff !important; font-size: .75rem !important; font-weight: 750; padding: .7rem .85rem !important; }
button.cookie-consent__agree:hover { background: var(--wb-blue-dark) !important; transform: translateY(-1px); }

.go-top { display: grid !important; right: 18px !important; bottom: 18px !important; width: 44px !important; height: 44px !important; place-items: center; border-radius: 11px !important; background: var(--wb-night) !important; color: #fff !important; box-shadow: var(--wb-shadow) !important; }
.cookie-consent ~ .go-top { bottom: 110px !important; }

@media (max-width: 1199px) {
  .header-area .navbar-brand { margin-right: 2rem !important; }
  .header-area .nav-link { padding-right: .5rem !important; padding-left: .5rem !important; }
  .wb-ui-mock { transform: none; }
  .wb-ui-mock__phone { right: -10px; }
}

@media (max-width: 991px) {
  body.wb-site { padding-top: 68px !important; }
  .header-area.wb-header { min-height: 68px; }
  .header-area .main-navbar { display: none !important; }
  .main-responsive-nav { display: block !important; padding: 0 !important; }
  .main-responsive-nav .container { display: flex; min-height: 68px; align-items: center; }
  .main-responsive-nav .logo { margin-right: auto; }
  .wb-mobile-login { display: inline-flex; margin-right: .8rem; color: var(--wb-ink) !important; font-size: .82rem; font-weight: 650; }
  .menu-toggler { position: relative; display: inline-flex !important; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid var(--wb-line) !important; border-radius: 10px; background: #fff !important; padding: 0 !important; }
  .menu-toggler span { position: absolute !important; left: 12px; display: block; width: 17px !important; height: 2px !important; border-radius: 2px; background: var(--wb-ink) !important; transition: top .18s ease, transform .18s ease !important; }
  .menu-toggler span:nth-child(1) { top: 14px !important; }
  .menu-toggler span:nth-child(2) { top: 20px !important; }
  .menu-toggler span:nth-child(3) { top: 26px !important; }
  .menu-toggler.active span:nth-child(1), .menu-toggler.active span:nth-child(3) { top: 20px !important; }
  .menu-toggler.active span:nth-child(1) { transform: rotate(45deg) !important; }
  .menu-toggler.active span:nth-child(2) { transform: scaleX(0) !important; }
  .menu-toggler.active span:nth-child(3) { transform: rotate(-45deg) !important; }
  .mobile-menu { background: rgba(13, 17, 27, .72) !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important; }
  .mobile-menu .mobile-menu-wrapper { width: calc(100% - 20px) !important; max-height: calc(100dvh - 88px); overflow-y: auto; margin: 78px 10px 0 !important; border: 1px solid rgba(255,255,255,.8) !important; border-radius: 16px !important; background: var(--wb-paper) !important; box-shadow: 0 22px 60px rgba(13,17,27,.22) !important; padding: .75rem !important; }
  .mobile-menu .navbar-nav { align-items: stretch !important; padding: 0 !important; }
  .mobile-menu .navbar-nav li a { border-color: var(--wb-line) !important; color: var(--wb-ink) !important; font-weight: 600 !important; padding: .78rem .85rem !important; text-align: left; }
  .mobile-menu .more-option { padding: 1rem; }
  .wb-hero.home-banner { width: 100%; margin-top: 0 !important; border-radius: 0; }
  .wb-hero__copy { max-width: none; }
  .wb-hero__title, .wb-hero .wb-hero__title.title { max-width: 10ch; }
  .wb-hero-demos { max-width: none; margin-top: 2.5rem; margin-left: 0; }
  .wb-strip__intro { grid-template-columns: 1fr; gap: 1rem; }
  .wb-strip__intro p { max-width: 50ch; }
  .wb-demo-library__intro { grid-template-columns: 1fr; gap: 1rem; }
  .wb-intro .choose-content { position: static; }
}

@media (max-width: 767px) {
  body.wb-site { font-size: 15px !important; }
  .container { padding-right: 20px !important; padding-left: 20px !important; }
  .wb-hero.home-banner { padding: 3.7rem 0 3rem !important; }
  .wb-hero__signal { align-items: flex-start; font-size: .66rem; line-height: 1.5; }
  .wb-hero__title, .wb-hero .wb-hero__title.title { font-size: clamp(3.4rem, 17vw, 4.8rem) !important; }
  .wb-hero__lede { font-size: 1rem !important; }
  .wb-hero__trust { margin-top: 1.9rem; }
  .wb-hero-demos { grid-template-columns: 1fr 1fr; gap: 8px; }
  .wb-hero-demo, .wb-hero-demo:first-child { grid-row: auto; height: 190px; }
  .wb-hero-demo:first-child { grid-column: 1 / -1; height: 300px; }
  .wb-hero-demo > span { right: 7px; bottom: 7px; left: 7px; padding: .65rem; }
  .wb-hero-demo small { display: none; }
  .wb-ui-mock__chrome { height: 40px; padding: 0 10px; }
  .wb-ui-mock__body { min-height: 325px; grid-template-columns: 76px 1fr; }
  .wb-ui-mock__nav { padding: 1rem .4rem; }
  .wb-ui-mock__brand { margin: 0 .25rem .9rem; font-size: .65rem; }
  .wb-ui-mock__nav-item { padding: .43rem .35rem; font-size: .52rem; }
  .wb-ui-mock__main { padding: 1rem .65rem; }
  .wb-ui-mock__stats { gap: .35rem; }
  .wb-ui-mock__stat { padding: .6rem .2rem; }
  .wb-ui-mock__stat strong { font-size: .7rem; }
  .wb-ui-mock__row { padding: .55rem; }
  .wb-ui-mock__phone { display: none; }
  .wb-strip, .wb-section, .store-area, .choose-area, .template-area, .pricing-area, .testimonial-area, .blog-area, .user-profile-area, .sponsor { padding: 4.5rem 0 !important; }
  .wb-strip__intro { margin-bottom: 2rem; }
  .wb-strip__intro h2 { font-size: 2.55rem !important; }
  .wb-cap-grid { display: grid; grid-template-columns: 1fr; }
  .wb-cap:nth-child(n) { grid-column: auto; min-height: 240px; }
  .wb-cap__icon { margin-bottom: 2.6rem; }
  .wb-feature-grid { grid-template-columns: 1fr; }
  .wb-feature:nth-child(even) { transform: none; }
  .section-title .title, .wb-section__head .title { font-size: 2.5rem !important; }
  .wb-demo-library__intro h2 { font-size: 2.55rem !important; }
  .wb-demo-card__image { height: 270px; }
  .page-title-area { padding: 3.5rem 0 2.6rem !important; }
  .cookie-consent { right: 10px !important; bottom: 10px !important; width: calc(100% - 20px) !important; }
  .cookie-container { align-items: stretch !important; flex-direction: column; gap: .75rem; }
  button.cookie-consent__agree { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-aos] { opacity: 1 !important; transform: none !important; }
}

@media (prefers-contrast: more) {
  :root { --wb-line: rgba(17, 21, 34, .28); }
  .wb-hero__lede, .wb-hero__trust p { color: var(--wb-ink) !important; }
}
