/* ============================================================
   Website Price Builder — /web-application-development(.php|_bd.php)
   Follows the site's Aurora Studio look: dark hero + dark closing slab,
   white/soft sheets, red → orange accent, green only for "added".
   ============================================================ */
/* Tokens also on the modal / bar / toast: the JS moves those to <body>. */
.wb, .wb-modal, .wb-bar, .wb-toast {
  --wb-ink: #0f172a;
  --wb-muted: #64748b;
  --wb-line: #e5e7eb;
  --wb-soft: #f8fafc;
  --wb-accent: #dc2626;
  --wb-accent-2: #f97316;
  --wb-grad: linear-gradient(135deg, #ef4444 0%, #dc2626 45%, #f97316 100%);
  --wb-ok: #16a34a;
  --wb-ok-bg: #f0fdf4;
  --wb-r: 18px;
  --wb-ease: cubic-bezier(.22, 1, .36, 1);
}
.wb { color: var(--wb-ink); position: relative; z-index: 1; }
.wb-bn, .wb-bn .btn, .wb-bn input, .wb-bn textarea, .wb-bn button,
.wb-modal.wb-bn, .wb-modal.wb-bn input, .wb-modal.wb-bn textarea, .wb-modal.wb-bn button {
  font-family: 'Hind Siliguri', 'Noto Sans Bengali', 'Inter', system-ui, sans-serif;
}
.wb h1, .wb h2, .wb h3 { color: inherit; letter-spacing: -.01em; }

/* ---------- Buttons ---------- */
.wb-btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; border: 0; border-radius: 12px;
  padding: .8rem 1.4rem; font-weight: 700; font-size: .95rem; text-decoration: none; cursor: pointer;
  transition: transform .25s var(--wb-ease), box-shadow .25s var(--wb-ease), background .2s, color .2s; }
.wb-btn:disabled { opacity: .45; cursor: not-allowed; transform: none !important; box-shadow: none !important; }
.wb-btn-primary { background: var(--wb-grad); color: #fff; box-shadow: 0 10px 26px rgba(220, 38, 38, .28); }
.wb-btn-primary:hover:not(:disabled) { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 34px rgba(220, 38, 38, .36); }
.wb-btn-ghost { background: rgba(255, 255, 255, .06); color: #fff; border: 1px solid rgba(255, 255, 255, .18); }
.wb-btn-ghost:hover { color: #fff; background: rgba(255, 255, 255, .12); }
.wb-btn-ghost-dark { background: #fff; color: var(--wb-ink); border: 1px solid var(--wb-line); }
.wb-btn-outline { background: #fff; color: var(--wb-accent); border: 1.5px solid rgba(220, 38, 38, .35); }
.wb-btn-outline:hover { background: var(--wb-accent); color: #fff; }
.wb-btn-wa { background: #25d366; color: #fff; }
.wb-btn-wa:hover { color: #fff; background: #1ebe5b; }
.wb-btn-lg { padding: 1rem 2rem; font-size: 1.05rem; }

/* ---------- Hero ---------- */
.wb-hero { background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 55%, #0f0f1a 100%); color: #fff; padding: 7rem 0 4.5rem; position: relative; overflow: hidden; }
.wb-hero-glow { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; }
.wb-hero-glow.g1 { width: 520px; height: 520px; top: -180px; right: -120px; background: radial-gradient(circle, rgba(220, 38, 38, .32), transparent 65%); animation: wbDrift 18s ease-in-out infinite alternate; }
.wb-hero-glow.g2 { width: 420px; height: 420px; bottom: -200px; left: -120px; background: radial-gradient(circle, rgba(139, 92, 246, .22), transparent 65%); animation: wbDrift 24s ease-in-out infinite alternate-reverse; }
@keyframes wbDrift { to { transform: translate(-60px, 50px) scale(1.12); } }
.wb-hero .container { position: relative; z-index: 2; }
.wb-badge { display: inline-flex; align-items: center; gap: .4rem; background: rgba(220, 38, 38, .12); border: 1px solid rgba(248, 113, 113, .35);
  color: #fca5a5; padding: .4rem 1rem; border-radius: 50px; font-size: .82rem; font-weight: 700; margin-bottom: 1.1rem; animation: wbPulse 2.4s infinite; }
@keyframes wbPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(220, 38, 38, .35); } 50% { box-shadow: 0 0 0 9px rgba(220, 38, 38, 0); } }
.wb-h1 { font-size: clamp(2.1rem, 5vw, 3.5rem); font-weight: 900; line-height: 1.18; color: #fff !important; margin-bottom: 1rem; }
.wb-grad { background: var(--wb-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.wb-lead { color: #cbd5e1; font-size: 1.08rem; line-height: 1.75; max-width: 580px; margin-bottom: 1.6rem; }
.wb-hero-cta { display: flex; flex-wrap: wrap; gap: .75rem; }
.wb-ticks { list-style: none; padding: 0; margin: 1.4rem 0 0; display: flex; flex-wrap: wrap; gap: .5rem 1.2rem; }
.wb-ticks li { color: #e2e8f0; font-size: .9rem; font-weight: 600; display: flex; align-items: center; gap: .4rem; }
.wb-ticks i { color: #4ade80; }
.wb-region-switch { margin: 1.2rem 0 0; font-size: .82rem; color: #94a3b8; }
.wb-region-switch a { color: #fca5a5; font-weight: 600; text-decoration: none; }

/* hero mockup */
.wb-mock { background: #fff; color: var(--wb-ink); border-radius: 22px; padding: 1.4rem; box-shadow: 0 40px 80px rgba(0, 0, 0, .45), 0 0 0 1px rgba(255, 255, 255, .08);
  transform: perspective(1200px) rotateY(-8deg) rotateX(4deg); animation: wbFloat 6s ease-in-out infinite; }
@keyframes wbFloat { 50% { transform: perspective(1200px) rotateY(-8deg) rotateX(4deg) translateY(-10px); } }
.wb-mock-top { display: flex; align-items: center; gap: 6px; margin-bottom: 1rem; }
.wb-mock-top span { width: 10px; height: 10px; border-radius: 50%; background: #e5e7eb; }
.wb-mock-top span:first-child { background: #f87171; } .wb-mock-top span:nth-child(2) { background: #fbbf24; } .wb-mock-top span:nth-child(3) { background: #4ade80; }
.wb-mock-top em { font-style: normal; font-weight: 800; margin-left: .5rem; }
.wb-mock-row { display: flex; align-items: center; gap: .6rem; padding: .7rem .8rem; border: 1px dashed var(--wb-line); border-radius: 12px; margin-bottom: .5rem; font-weight: 600; font-size: .92rem; color: var(--wb-muted); transition: all .45s var(--wb-ease); }
.wb-mock-row b { margin-left: auto; color: var(--wb-ink); }
.wb-mock-row.on { border-style: solid; border-color: #bbf7d0; background: var(--wb-ok-bg); color: var(--wb-ink); }
.wb-mock-row.on i { color: var(--wb-ok); }
.wb-mock-total { display: flex; justify-content: space-between; align-items: baseline; border-top: 1px solid var(--wb-line); margin-top: .8rem; padding-top: .9rem; }
.wb-mock-total span { color: var(--wb-muted); font-size: .85rem; font-weight: 600; }
.wb-mock-total strong { font-size: 2rem; font-weight: 900; background: var(--wb-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.wb-mock-btn { margin-top: .9rem; background: var(--wb-grad); color: #fff; text-align: center; border-radius: 12px; padding: .7rem; font-weight: 700; }

/* ---------- Sections ---------- */
.wb-sec { padding: 5rem 0; background: #fff; position: relative; }
.wb-sec-soft { background: var(--wb-soft); }
.wb-head { text-align: center; max-width: 720px; margin: 0 auto 2.6rem; }
.wb-kicker { display: inline-block; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--wb-accent); background: rgba(220, 38, 38, .08); padding: .3rem .8rem; border-radius: 50px; margin-bottom: .8rem; }
.wb-head h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); font-weight: 900; margin-bottom: .6rem; }
.wb-head p { color: var(--wb-muted); font-size: 1rem; margin: 0; }

/* ---------- Types ---------- */
.wb-types { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; }
.wb-type { position: relative; background: #fff; border: 1.5px solid var(--wb-line); border-radius: var(--wb-r); padding: 1.6rem 1.3rem; text-align: left; cursor: pointer;
  display: flex; flex-direction: column; gap: .3rem; transition: transform .3s var(--wb-ease), border-color .2s, box-shadow .3s; }
.wb-type:hover { transform: translateY(-4px); border-color: rgba(220, 38, 38, .4); box-shadow: 0 18px 40px rgba(15, 23, 42, .08); }
.wb-type-ic { font-size: 2.2rem; line-height: 1; margin-bottom: .5rem; transition: transform .35s var(--wb-ease); }
.wb-type:hover .wb-type-ic { transform: scale(1.15) rotate(-6deg); }
.wb-type-t { font-weight: 800; font-size: 1.08rem; color: var(--wb-ink); }
.wb-type-n { font-size: .8rem; color: var(--wb-muted); }
.wb-type-ok { position: absolute; top: 1rem; right: 1rem; color: var(--wb-accent); font-size: 1.3rem; opacity: 0; transform: scale(.4); transition: all .3s var(--wb-ease); }
.wb-type.active { border-color: var(--wb-accent); background: linear-gradient(180deg, #fff, #fff5f5); box-shadow: 0 0 0 4px rgba(220, 38, 38, .1); }
.wb-type.active .wb-type-ok { opacity: 1; transform: scale(1); }

/* ---------- Builder ---------- */
.wb-main { min-width: 0; }
.wb-builder { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 1.6rem; align-items: start; }
.wb-tabs { display: flex; gap: .5rem; overflow-x: auto; padding-bottom: .4rem; margin-bottom: 1.2rem; scrollbar-width: none; position: sticky; top: 72px; z-index: 5; background: var(--wb-soft); padding-top: .5rem; }
.wb-tabs::-webkit-scrollbar { display: none; }
.wb-tab { flex-shrink: 0; border: 1.5px solid var(--wb-line); background: #fff; color: var(--wb-ink); border-radius: 50px; padding: .55rem 1rem; font-weight: 700; font-size: .88rem; cursor: pointer; transition: all .2s; display: inline-flex; align-items: center; gap: .4rem; }
.wb-tab:hover { border-color: rgba(220, 38, 38, .4); }
.wb-tab.active { background: var(--wb-ink); border-color: var(--wb-ink); color: #fff; }
.wb-tab-n:not(:empty) { background: var(--wb-ok); color: #fff; border-radius: 50px; font-size: .7rem; padding: .05rem .45rem; min-width: 1.2rem; text-align: center; }
.wb-pane { display: none; }
.wb-pane.active { display: block; animation: wbIn .45s var(--wb-ease); }
@keyframes wbIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.wb-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }

.wb-card { position: relative; background: #fff; border: 1.5px solid var(--wb-line); border-radius: var(--wb-r); padding: 1.25rem; display: flex; flex-direction: column; transition: border-color .25s, box-shadow .3s, transform .3s var(--wb-ease); }
.wb-card:hover { box-shadow: 0 14px 34px rgba(15, 23, 42, .07); transform: translateY(-2px); }
.wb-card.on { border-color: #86efac; box-shadow: 0 0 0 3px rgba(22, 163, 74, .1); }
.wb-card.pop { animation: wbPop .45s var(--wb-ease); }
@keyframes wbPop { 40% { transform: scale(1.025); } }
.wb-rec { display: none; position: absolute; top: -10px; left: 1rem; background: var(--wb-grad); color: #fff; font-size: .68rem; font-weight: 800; padding: .15rem .6rem; border-radius: 50px; letter-spacing: .03em; }
.wb-card.rec .wb-rec { display: inline-block; }
.wb-card-top { display: flex; gap: .8rem; }
.wb-card-ic { font-size: 1.6rem; width: 48px; height: 48px; flex-shrink: 0; display: grid; place-items: center; background: var(--wb-soft); border-radius: 14px; }
.wb-card h3 { font-size: 1.02rem; font-weight: 800; margin: .1rem 0 .2rem; }
.wb-card p { font-size: .85rem; color: var(--wb-muted); margin: 0; line-height: 1.5; }
.wb-pts { list-style: none; padding: 0; margin: .8rem 0 0; display: grid; gap: .2rem; }
.wb-pts li { font-size: .82rem; color: #334155; }
.wb-pts i { color: var(--wb-ok); margin-right: .2rem; }
.wb-card-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: .5rem; margin-top: auto; padding-top: 1rem; }
.wb-price small { font-size: .72rem; color: var(--wb-muted); font-weight: 600; margin-left: .25rem; }
.wb-price b { font-size: 1.35rem; font-weight: 900; }
.wb-add { border: 1.5px solid var(--wb-ink); background: #fff; color: var(--wb-ink); border-radius: 10px; padding: .45rem .95rem; font-weight: 700; font-size: .85rem; cursor: pointer; transition: all .2s; }
.wb-add:hover { background: var(--wb-ink); color: #fff; }
.wb-add .d { display: none; }
.wb-card.on .wb-add { background: var(--wb-ok); border-color: var(--wb-ok); color: #fff; }
.wb-card.on .wb-add .a { display: none; }
.wb-card.on .wb-add .d { display: inline; }

.wb-addons { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .4s var(--wb-ease), opacity .3s, margin .3s; margin-top: 0; }
.wb-addons > * { overflow: hidden; }
.wb-card.on .wb-addons { grid-template-rows: auto; opacity: 1; margin-top: 1rem; }
.wb-card:not(.on) .wb-addons { display: none; }
.wb-addons-h { font-size: .78rem; font-weight: 800; color: var(--wb-accent); text-transform: uppercase; letter-spacing: .06em; padding-top: .8rem; border-top: 1px dashed var(--wb-line); margin-bottom: .4rem; }
.wb-addon { display: flex; align-items: center; gap: .5rem; padding: .45rem .55rem; border-radius: 10px; font-size: .84rem; transition: background .2s; }
.wb-addon:hover { background: var(--wb-soft); }
.wb-addon .n { flex: 1; font-weight: 600; }
.wb-addon b { font-weight: 800; white-space: nowrap; }
.wb-addon-t { width: 28px; height: 28px; border-radius: 8px; border: 1.5px solid var(--wb-line); background: #fff; display: grid; place-items: center; cursor: pointer; transition: all .2s; }
.wb-addon.on { background: var(--wb-ok-bg); }
.wb-addon.on .wb-addon-t { background: var(--wb-ok); border-color: var(--wb-ok); color: #fff; }
.wb-addon .q { display: inline-flex; align-items: center; border: 1.5px solid var(--wb-line); border-radius: 8px; overflow: hidden; background: #fff; }
.wb-addon .q button { border: 0; background: none; width: 26px; height: 26px; font-weight: 800; cursor: pointer; }
.wb-addon .q em { font-style: normal; min-width: 1.4rem; text-align: center; font-weight: 800; }

/* summary */
.wb-side { position: sticky; top: 88px; }
.wb-sum { background: #fff; border: 1.5px solid var(--wb-line); border-radius: 22px; box-shadow: 0 24px 60px rgba(15, 23, 42, .08); overflow: hidden; }
.wb-sum-h { padding: 1.1rem 1.3rem; background: var(--wb-ink); color: #fff; display: flex; flex-direction: column; }
.wb-sum-h span { font-size: .72rem; letter-spacing: .14em; font-weight: 800; color: #94a3b8; }
.wb-sum-h em { font-style: normal; font-weight: 800; font-size: 1.05rem; }
.wb-sum-list { max-height: 330px; overflow-y: auto; padding: .4rem 1.3rem; }
.wb-modal .wb-sum-list { max-height: none; padding: 0; }
.wb-sline { display: flex; align-items: center; gap: .5rem; padding: .5rem 0; border-bottom: 1px dashed var(--wb-line); font-size: .88rem; animation: wbIn .35s var(--wb-ease); }
.wb-sline span { flex: 1; min-width: 0; }
.wb-sline.sub span { color: var(--wb-muted); padding-left: .8rem; font-size: .82rem; }
.wb-sline b { white-space: nowrap; }
.wb-sline button { border: 0; background: none; color: #94a3b8; width: 22px; height: 22px; border-radius: 6px; cursor: pointer; line-height: 1; }
.wb-sline button:hover { background: #fee2e2; color: var(--wb-accent); }
.wb-sum-empty { padding: 1.6rem 1.3rem; text-align: center; color: var(--wb-muted); font-size: .9rem; }
.wb-sum-empty i { display: block; font-size: 1.8rem; margin-bottom: .3rem; animation: wbFloat2 2s ease-in-out infinite; }
@keyframes wbFloat2 { 50% { transform: translateY(-5px); } }
.wb-sum-foot { padding: 1rem 1.3rem 1.3rem; border-top: 1px solid var(--wb-line); background: var(--wb-soft); }
.wb-sum-count { font-size: .82rem; color: var(--wb-muted); margin-bottom: .4rem; }
.wb-sum-total { display: flex; justify-content: space-between; align-items: baseline; gap: .5rem; margin-bottom: .9rem; }
.wb-sum-total span { font-size: .82rem; color: var(--wb-muted); font-weight: 600; }
.wb-sum-total strong { font-size: 2rem; font-weight: 900; line-height: 1; background: var(--wb-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.wb-sum-total strong.bump { animation: wbBump .5s var(--wb-ease); }
@keyframes wbBump { 30% { transform: scale(1.12); } }
.wb-fine { font-size: .76rem; color: var(--wb-muted); margin: .7rem 0 0; line-height: 1.5; }

/* ---------- Packages ---------- */
.wb-pkg { position: relative; height: 100%; background: #fff; border: 1.5px solid var(--wb-line); border-radius: 22px; padding: 1.8rem; display: flex; flex-direction: column; transition: transform .3s var(--wb-ease), box-shadow .3s; }
.wb-pkg:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(15, 23, 42, .1); }
.wb-pkg.hot { border-color: rgba(220, 38, 38, .45); box-shadow: 0 0 0 4px rgba(220, 38, 38, .07); }
.wb-pkg-rib { position: absolute; top: -12px; right: 1.4rem; background: var(--wb-grad); color: #fff; font-size: .72rem; font-weight: 800; padding: .25rem .8rem; border-radius: 50px; }
.wb-pkg-ic { font-size: 2rem; }
.wb-pkg h3 { font-size: 1.2rem; font-weight: 800; margin: .5rem 0 .2rem; }
.wb-pkg-price { font-size: 2.2rem; font-weight: 900; }
.wb-pkg-price sup { color: var(--wb-accent); font-size: 1.1rem; }
.wb-pkg p { color: var(--wb-muted); font-size: .9rem; flex: 1; }

/* ---------- Steps ---------- */
.wb-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; position: relative; }
.wb-steps::before { content: ""; position: absolute; top: 42px; left: 12%; right: 12%; height: 2px; background: repeating-linear-gradient(90deg, rgba(220, 38, 38, .35) 0 8px, transparent 8px 16px); }
.wb-step { position: relative; background: #fff; border: 1.5px solid var(--wb-line); border-radius: 20px; padding: 1.5rem 1.3rem; text-align: center; }
.wb-step-n { display: inline-grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; background: var(--wb-grad); color: #fff; font-weight: 900; font-size: 1.1rem; margin-bottom: .9rem; box-shadow: 0 10px 22px rgba(220, 38, 38, .3); }
.wb-step h3 { font-size: 1.02rem; font-weight: 800; }
.wb-step p { font-size: .87rem; color: var(--wb-muted); margin: 0; }

/* ---------- Compare ---------- */
.wb-cmp { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; max-width: 880px; margin: 0 auto; }
.wb-cmp-col { border-radius: 22px; padding: 1.6rem; }
.wb-cmp-col h3 { font-size: 1.08rem; font-weight: 800; margin-bottom: 1rem; }
.wb-cmp-col.old { background: var(--wb-soft); border: 1.5px solid var(--wb-line); color: var(--wb-muted); }
.wb-cmp-col.old h3 i { color: #94a3b8; }
.wb-cmp-col.new { background: var(--wb-ink); color: #fff; box-shadow: 0 30px 60px rgba(15, 23, 42, .2); }
.wb-cmp-col.new h3 i { color: #4ade80; }
.wb-cmp-row { padding: .7rem 0; border-top: 1px solid rgba(148, 163, 184, .25); font-weight: 600; font-size: .95rem; }
.wb-cmp-col.old .wb-cmp-row { text-decoration: line-through; text-decoration-color: rgba(148, 163, 184, .7); }
.wb-cmp-col.new .wb-cmp-row::before { content: "✓"; color: #4ade80; font-weight: 900; margin-right: .5rem; }

/* ---------- Trust ---------- */
.wb-trust { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.wb-trust-i { background: #fff; border: 1.5px solid var(--wb-line); border-radius: 20px; padding: 1.4rem 1.1rem; }
.wb-trust-i i { font-size: 1.6rem; color: var(--wb-accent); }
.wb-trust-i h3 { font-size: .98rem; font-weight: 800; margin: .6rem 0 .3rem; }
.wb-trust-i p { font-size: .84rem; color: var(--wb-muted); margin: 0; }

/* ---------- FAQ ---------- */
.wb-faq { display: grid; gap: .7rem; }
.wb-faq-i { background: #fff; border: 1.5px solid var(--wb-line); border-radius: 16px; padding: 0 1.2rem; transition: border-color .2s; }
.wb-faq-i[open] { border-color: rgba(220, 38, 38, .35); }
.wb-faq-i summary { list-style: none; cursor: pointer; padding: 1.05rem 0; font-weight: 800; display: flex; justify-content: space-between; gap: 1rem; }
.wb-faq-i summary::-webkit-details-marker { display: none; }
.wb-faq-i summary i { transition: transform .3s var(--wb-ease); color: var(--wb-accent); }
.wb-faq-i[open] summary i { transform: rotate(45deg); }
.wb-faq-i > div { padding: 0 0 1.1rem; color: #475569; line-height: 1.7; }
.wb-faq-i a { color: var(--wb-accent); }

/* ---------- Final CTA ---------- */
.wb-final { background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 60%, #0f0f1a 100%); color: #fff; padding: 5.5rem 0; position: relative; overflow: hidden; }
.wb-final .container { position: relative; z-index: 2; }
.wb-final h2 { font-size: clamp(1.7rem, 4vw, 2.8rem); font-weight: 900; color: #fff !important; }
.wb-final-sub { color: #cbd5e1; font-size: 1.15rem; margin: 1rem 0 1.8rem; line-height: 1.7; }
.wb-final-help { color: #86efac; font-weight: 700; text-decoration: none; }

/* ---------- Quote ---------- */
.wb-quote-wrap { background: var(--wb-soft); padding: 7.5rem 0 4rem; }
.wb-quote { background: #fff; border-radius: 26px; box-shadow: 0 30px 70px rgba(15, 23, 42, .1); overflow: hidden; max-width: 980px; margin: 0 auto; }
.wb-quote-head { display: flex; gap: 1rem; align-items: center; padding: 1.8rem; background: var(--wb-ink); color: #fff; }
.wb-quote-head h1 { font-size: clamp(1.3rem, 3vw, 1.8rem); font-weight: 900; margin: 0 0 .3rem; color: #fff !important; }
.wb-quote-head p { margin: 0; color: #cbd5e1; }
.wb-quote-check { width: 58px; height: 58px; flex-shrink: 0; border-radius: 50%; background: #16a34a; display: grid; place-items: center; font-size: 1.8rem; animation: wbBump .7s var(--wb-ease) .2s; }
.wb-quote-body { display: grid; grid-template-columns: 1.2fr 1fr; }
.wb-quote-lines { padding: 1.6rem 1.8rem; }
.wb-line { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem 0; border-bottom: 1px dashed var(--wb-line); }
.wb-line-total { border: 0; padding-top: 1rem; font-weight: 700; align-items: baseline; }
.wb-line-total b { font-size: 1.8rem; font-weight: 900; }
.wb-quote-next { padding: 1.6rem 1.8rem; background: var(--wb-soft); display: flex; flex-direction: column; gap: .6rem; }
.wb-quote-next h3 { font-size: 1.05rem; font-weight: 800; }
.wb-quote-next ol { padding-left: 1.2rem; color: #475569; margin-bottom: .6rem; }
.wb-quote-next li { margin-bottom: .35rem; }

/* ---------- Modal ---------- */
.wb-modal { border-radius: 22px; border: 0; overflow: hidden; }
.wb-modal .modal-header { background: #0f172a; color: #fff; border: 0; }
.wb-modal .modal-header .btn-close { filter: invert(1); }
.wb-modal .modal-title { font-weight: 800; }
.wb-modal .wb-l { display: block; font-size: .8rem; font-weight: 700; color: #334155; margin: .7rem 0 .25rem; }
.wb-modal .wb-l:first-of-type { margin-top: 0; }
.wb-modal .form-control { border-radius: 10px; padding: .6rem .8rem; }
.wb-modal .form-control:focus { border-color: #dc2626; box-shadow: 0 0 0 3px rgba(220, 38, 38, .12); }
.wb-modal .modal-footer { border: 0; padding-top: 0; }
.wb-modal .wb-btn-primary { background: linear-gradient(135deg, #ef4444 0%, #dc2626 45%, #f97316 100%); color: #fff; }
.wb-modal .wb-sum-total strong { background: linear-gradient(135deg, #ef4444, #f97316); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.wb-modal .wb-sline { border-color: #e5e7eb; }
.wb-modal .wb-fine { color: #64748b; }
.wb-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- Mobile bar + toast ---------- */
.wb-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1030; display: flex; align-items: center; gap: .8rem; background: #fff; border-top: 1px solid var(--wb-line);
  box-shadow: 0 -10px 30px rgba(15, 23, 42, .1); padding: .7rem 1rem calc(.7rem + env(safe-area-inset-bottom)); transform: translateY(110%); transition: transform .4s var(--wb-ease); }
.wb-bar.show { transform: none; }
.wb-bar-p { flex: 1; min-width: 0; }
.wb-bar .wb-btn { padding: .7rem 1.1rem; white-space: nowrap; }
.wb-toast { position: fixed; left: 50%; bottom: 96px; transform: translate(-50%, 20px); background: #0f172a; color: #fff; padding: .7rem 1.1rem; border-radius: 12px; font-size: .88rem; font-weight: 600;
  z-index: 1060; opacity: 0; pointer-events: none; transition: all .35s var(--wb-ease); max-width: calc(100vw - 32px); text-align: center; }
.wb-toast.show { opacity: 1; transform: translate(-50%, 0); }

/* ---------- Responsive ---------- */
@media (max-width: 1199.98px) {
  .wb-trust { grid-template-columns: repeat(3, 1fr); }
  .wb-builder { grid-template-columns: minmax(0, 1fr) 320px; }
}
@media (max-width: 991.98px) {
  .wb-builder { grid-template-columns: minmax(0, 1fr); }
  .wb-side { display: none; }
  .wb-steps { grid-template-columns: repeat(2, 1fr); }
  .wb-steps::before { display: none; }
  .wb-quote-body { grid-template-columns: 1fr; }
  .wb-tabs { top: 64px; }
}
@media (max-width: 767.98px) {
  .wb-hero { padding: 6rem 0 3rem; }
  .wb-sec { padding: 3.5rem 0; }
  .wb-types { grid-template-columns: repeat(2, 1fr); gap: .7rem; }
  .wb-type { padding: 1.1rem 1rem; }
  .wb-cards { grid-template-columns: 1fr; }
  .wb-cmp { grid-template-columns: 1fr; }
  .wb-trust { grid-template-columns: 1fr 1fr; }
  .wb-hero-cta .wb-btn { flex: 1 1 auto; }
}
@media (max-width: 420px) {
  .wb-steps, .wb-trust { grid-template-columns: 1fr; }
  .wb-type-n { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .wb *, .wb *::before { animation: none !important; transition: none !important; }
}

/* ============================================================
   v2 — two paths (Easy / Advanced) + AI planner
   ============================================================ */
.wb-lead strong { color: #fff; }

/* sticky bar: all widths; hidden on desktop in Advanced (the sidebar shows the price) */
.wb-bar-p { font-weight: 700; color: var(--wb-muted); font-size: .92rem; }
.wb-bar-p b { color: var(--wb-ink); }
.wb-bar-p strong { font-size: 1.3rem; font-weight: 900; color: var(--wb-ink); }
body.wb-has-bar { padding-bottom: 76px; }
body.wb-has-bar #aiw { bottom: 88px !important; }
body.wb-has-bar .btn-back-top { display: none !important; }
@media (min-width: 992px) {
  .wb-bar { padding-left: max(1rem, calc((100vw - 1140px) / 2)); padding-right: max(1rem, calc((100vw - 1140px) / 2)); }
  body.wb-adv .wb-bar { display: none; }
  body.wb-adv.wb-has-bar { padding-bottom: 0; }
  body.wb-adv.wb-has-bar #aiw { bottom: 24px !important; }
}

/* choose your way */
.wb-ways { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2.6rem; }
.wb-way { text-align: left; background: rgba(255, 255, 255, .05); border: 1.5px solid rgba(255, 255, 255, .14); border-radius: 22px; padding: 1.5rem 1.5rem 1.3rem; color: #fff; cursor: pointer;
  display: flex; flex-direction: column; gap: .35rem; transition: transform .3s var(--wb-ease), background .25s, border-color .25s, box-shadow .3s; }
.wb-way:hover { transform: translateY(-4px); background: rgba(255, 255, 255, .09); border-color: rgba(248, 113, 113, .6); box-shadow: 0 20px 50px rgba(0, 0, 0, .35); }
.wb-way-ic { font-size: 2rem; line-height: 1; }
.wb-way-k { font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #fca5a5; margin-top: .4rem; }
.wb-way strong { font-size: 1.25rem; font-weight: 800; line-height: 1.3; }
.wb-way ul { list-style: none; padding: 0; margin: .3rem 0 .6rem; color: #cbd5e1; font-size: .92rem; }
.wb-way li i { color: #4ade80; margin-right: .3rem; }
.wb-way-cta { margin-top: auto; align-self: flex-start; background: var(--wb-grad); padding: .65rem 1.1rem; border-radius: 12px; font-weight: 800; font-size: .92rem; box-shadow: 0 10px 24px rgba(220, 38, 38, .3); }
.wb-ai-strip { width: 100%; margin-top: 1rem; display: flex; align-items: center; gap: .9rem; text-align: left; color: #e2e8f0; cursor: pointer;
  background: linear-gradient(90deg, rgba(139, 92, 246, .16), rgba(220, 38, 38, .12)); border: 1px solid rgba(167, 139, 250, .35); border-radius: 16px; padding: .85rem 1.1rem; transition: border-color .2s, transform .3s var(--wb-ease); }
.wb-ai-strip:hover { transform: translateY(-2px); border-color: rgba(196, 181, 253, .7); }
.wb-ai-strip > span:nth-child(2) { flex: 1; font-size: .92rem; }
.wb-ai-strip strong { color: #fff; }
.wb-ai-dot { width: 38px; height: 38px; flex-shrink: 0; border-radius: 12px; display: grid; place-items: center; color: #fff; font-size: 1.1rem;
  background: linear-gradient(135deg, #8b5cf6, #dc2626); animation: wbAiPulse 2.4s infinite; }
@keyframes wbAiPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(139, 92, 246, .5); } 50% { box-shadow: 0 0 0 8px rgba(139, 92, 246, 0); } }

/* app shell */
.wb-app { padding-top: 3.5rem; scroll-margin-top: 80px; }
.wb-modebar { display: flex; gap: .4rem; background: #fff; border: 1.5px solid var(--wb-line); border-radius: 16px; padding: .35rem; max-width: 520px; margin: 0 auto 1.8rem; }
.wb-mode { flex: 1; border: 0; background: none; border-radius: 12px; padding: .7rem .6rem; font-weight: 800; font-size: .92rem; color: var(--wb-muted); cursor: pointer; transition: all .25s var(--wb-ease); }
.wb-mode.active { background: var(--wb-ink); color: #fff; box-shadow: 0 8px 20px rgba(15, 23, 42, .18); }
.wb-easy { max-width: 860px; margin: 0 auto; }
.wb-progress { height: 6px; background: var(--wb-line); border-radius: 99px; overflow: hidden; margin-bottom: 1.6rem; }
.wb-progress span { display: block; height: 100%; width: 25%; background: var(--wb-grad); border-radius: 99px; transition: width .5s var(--wb-ease); }
.wb-step-screen:not([hidden]) { animation: wbIn .45s var(--wb-ease); }
.wb-q { font-size: clamp(1.45rem, 3.2vw, 2rem); font-weight: 900; text-align: center; margin-bottom: .4rem; }
.wb-q-sub { text-align: center; color: var(--wb-muted); margin-bottom: 1.4rem; }
.wb-easy .wb-types { margin-top: 1.2rem; }
.wb-kept { text-align: center; color: var(--wb-ok); font-weight: 700; font-size: .88rem; margin: 1rem 0 0; }
.wb-back { border: 0; background: none; color: var(--wb-muted); font-weight: 700; padding: 0; margin-bottom: .8rem; cursor: pointer; }
.wb-back:hover { color: var(--wb-ink); }
.wb-link { display: block; margin: 1rem auto 0; border: 0; background: none; color: var(--wb-accent); font-weight: 800; cursor: pointer; }
.wb-link:hover { text-decoration: underline; }

/* AI box */
.wb-ai { position: relative; background: #fff; border: 1.5px solid rgba(139, 92, 246, .35); border-radius: 22px; padding: 1.3rem; box-shadow: 0 18px 44px rgba(139, 92, 246, .1); scroll-margin-top: 90px; }
.wb-ai-h { display: flex; gap: .8rem; align-items: center; margin-bottom: .9rem; }
.wb-ai-h strong { display: block; font-size: 1.05rem; }
.wb-ai-h small { color: var(--wb-muted); }
.wb-ai-box { display: flex; gap: .6rem; align-items: stretch; }
.wb-ai-box textarea { flex: 1; resize: vertical; min-height: 58px; border: 1.5px solid var(--wb-line); border-radius: 14px; padding: .7rem .9rem; font-size: 1rem; outline: none; transition: border-color .2s, box-shadow .2s; }
.wb-ai-box textarea:focus { border-color: #8b5cf6; box-shadow: 0 0 0 4px rgba(139, 92, 246, .12); }
.wb-ai-box .wb-btn { white-space: nowrap; }
.wb-ai-chips { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .7rem; }
.wb-chip { border: 1px solid var(--wb-line); background: var(--wb-soft); color: #334155; border-radius: 50px; padding: .35rem .8rem; font-size: .8rem; font-weight: 600; cursor: pointer; transition: all .2s; }
.wb-chip:hover { border-color: #8b5cf6; color: #6d28d9; }
.wb-ai-busy { position: absolute; inset: 0; border-radius: 22px; background: rgba(255, 255, 255, .95); display: flex; align-items: center; justify-content: center; gap: 1rem; text-align: left; padding: 1rem; }
.wb-ai-busy[hidden] { display: none; }
.wb-ai-busy strong { display: block; }
.wb-ai-busy small { color: #6d28d9; font-weight: 700; }
.wb-ai-spin { width: 42px; height: 42px; flex-shrink: 0; border-radius: 50%; border: 4px solid rgba(139, 92, 246, .2); border-top-color: #8b5cf6; border-right-color: #dc2626; animation: wbSpin .9s linear infinite; }
@keyframes wbSpin { to { transform: rotate(360deg); } }
.wb-or { display: flex; align-items: center; gap: .8rem; color: var(--wb-muted); font-weight: 700; font-size: .88rem; margin: 1.8rem 0 1.2rem; }
.wb-or::before, .wb-or::after { content: ""; flex: 1; height: 1px; background: var(--wb-line); }

/* goals */
.wb-goals { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
.wb-goal { display: flex; align-items: center; gap: .75rem; text-align: left; background: #fff; border: 1.5px solid var(--wb-line); border-radius: 14px; padding: .9rem 1rem; cursor: pointer; transition: all .2s; }
.wb-goal:hover { border-color: rgba(22, 163, 74, .5); }
.wb-goal-box { width: 24px; height: 24px; flex-shrink: 0; border-radius: 7px; border: 2px solid #cbd5e1; display: grid; place-items: center; color: transparent; transition: all .2s; }
.wb-goal-t { flex: 1; font-weight: 700; line-height: 1.35; }
.wb-goal-p { font-size: .78rem; color: var(--wb-muted); font-weight: 700; white-space: nowrap; }
.wb-goal.on { border-color: #86efac; background: var(--wb-ok-bg); }
.wb-goal.on .wb-goal-box { background: var(--wb-ok); border-color: var(--wb-ok); color: #fff; }
.wb-step-foot { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.2rem; background: #fff; border: 1.5px solid var(--wb-line); border-radius: 16px; padding: .8rem 1rem; }
.wb-mini small { display: block; color: var(--wb-muted); font-weight: 700; }
.wb-mini strong { font-size: 1.5rem; font-weight: 900; }

/* stages */
.wb-stages { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin-top: 1.2rem; }
.wb-stage { display: flex; justify-content: space-between; align-items: center; background: #fff; border: 1.5px solid var(--wb-line); border-radius: 16px; padding: 1.2rem; font-weight: 800; font-size: 1.05rem; cursor: pointer; transition: all .25s var(--wb-ease); }
.wb-stage i { color: var(--wb-accent); transition: transform .25s; }
.wb-stage:hover, .wb-stage.active { border-color: var(--wb-accent); box-shadow: 0 0 0 4px rgba(220, 38, 38, .08); }
.wb-stage:hover i { transform: translateX(4px); }

/* recommended plan */
.wb-plan { background: #fff; border-radius: 26px; overflow: hidden; box-shadow: 0 30px 70px rgba(15, 23, 42, .12); border: 1.5px solid var(--wb-line); max-width: 620px; margin: 0 auto; }
.wb-plan-h { background: var(--wb-ink); color: #fff; padding: 1.5rem 1.6rem; position: relative; overflow: hidden; }
.wb-plan-h::after { content: ""; position: absolute; width: 260px; height: 260px; right: -90px; top: -120px; border-radius: 50%; background: radial-gradient(circle, rgba(220, 38, 38, .35), transparent 65%); }
.wb-plan-k { font-size: .74rem; font-weight: 800; letter-spacing: .12em; color: #fca5a5; }
.wb-plan-h h2 { font-size: clamp(1.5rem, 4vw, 2rem); font-weight: 900; margin: .3rem 0 .2rem; color: #fff; }
.wb-plan-h p { color: #cbd5e1; margin: 0; position: relative; z-index: 1; }
.wb-plan-body { padding: 1.2rem 1.6rem .4rem; }
.wb-plan-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .1rem; }
.wb-plan-list li { display: grid; grid-template-columns: 22px 1fr auto; column-gap: .5rem; align-items: baseline; padding: .45rem 0; border-bottom: 1px dashed var(--wb-line); font-weight: 700; animation: wbIn .4s var(--wb-ease) both; }
.wb-plan-list li i { color: var(--wb-ok); }
.wb-plan-list li small { grid-column: 2 / 4; color: var(--wb-muted); font-weight: 500; font-size: .82rem; }
.wb-plan-list li.sub { font-weight: 600; color: #475569; }
.wb-plan-list li.sub i { color: #94a3b8; }
.wb-plan-list li.free em { font-style: normal; font-size: .72rem; font-weight: 800; color: var(--wb-ok); background: var(--wb-ok-bg); padding: .1rem .5rem; border-radius: 50px; }
.wb-plan-extra { margin-top: 1rem; }
.wb-plan-extra-h { font-size: .8rem; font-weight: 800; color: var(--wb-accent); margin-bottom: .45rem; }
.wb-plan-chips { display: flex; flex-wrap: wrap; gap: .4rem; }
.wb-chip-x.on { background: var(--wb-ok-bg); border-color: #86efac; color: var(--wb-ok); }
.wb-plan-foot { padding: 1rem 1.6rem 1.5rem; text-align: center; display: flex; flex-direction: column; align-items: center; gap: .15rem; }
.wb-plan-foot > span { color: var(--wb-muted); font-weight: 700; font-size: .9rem; }
.wb-plan-foot > strong { font-size: clamp(2.4rem, 7vw, 3.2rem); font-weight: 900; line-height: 1.05; background: var(--wb-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.wb-plan-foot > small { color: var(--wb-muted); }
.wb-why { width: 100%; margin: .6rem 0 1rem; text-align: left; }
.wb-why summary { list-style: none; cursor: pointer; text-align: center; font-weight: 800; color: var(--wb-accent); }
.wb-why summary::-webkit-details-marker { display: none; }
.wb-why .wb-sum-list { max-height: none; padding: .6rem 0 0; }

/* advanced header */
.wb-adv-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.2rem; }

/* price equation */
.wb-eq { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: .6rem; }
.wb-eq-i { background: #fff; border: 1.5px solid var(--wb-line); border-radius: 16px; padding: .7rem 1rem; text-align: center; min-width: 96px; }
.wb-eq-i small { display: block; color: var(--wb-muted); font-weight: 700; font-size: .78rem; }
.wb-eq-i b { font-size: 1.25rem; font-weight: 900; }
.wb-eq-op { font-size: 1.5rem; font-weight: 900; color: #94a3b8; }
.wb-eq-total { background: var(--wb-ink); border-color: var(--wb-ink); color: #fff; box-shadow: 0 16px 36px rgba(15, 23, 42, .2); }
.wb-eq-total small { color: #94a3b8; }

/* previous work */
.wb-work { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.wb-work-card { display: flex; align-items: center; gap: 1rem; background: var(--wb-ink); color: #fff; border-radius: 20px; padding: 1.3rem 1.4rem; text-decoration: none; transition: transform .3s var(--wb-ease), box-shadow .3s; }
.wb-work-card:hover { color: #fff; transform: translateY(-4px); box-shadow: 0 24px 50px rgba(15, 23, 42, .25); }
.wb-work-card > i:first-child { font-size: 1.8rem; color: #fca5a5; }
.wb-work-card div { flex: 1; }
.wb-work-card strong { display: block; font-size: 1.05rem; }
.wb-work-card span { color: #cbd5e1; font-size: .88rem; }

/* lead modal */
.modal-dialog:has(.wb-modal) { max-width: 520px; }
.wb-modal .modal-header small { color: #cbd5e1; }
.wb-modal-plan { background: #f8fafc; border: 1px solid #e5e7eb; border-radius: 12px; padding: .6rem .8rem; margin-bottom: .6rem; }
.wb-modal-plan summary { list-style: none; cursor: pointer; font-weight: 700; display: flex; align-items: center; gap: .3rem; }
.wb-modal-plan summary::-webkit-details-marker { display: none; }
.wb-modal-plan summary i { margin-left: auto; transition: transform .2s; }
.wb-modal-plan[open] summary i { transform: rotate(180deg); }
.wb-opt { color: #94a3b8; font-weight: 500; }
.wb-pref { display: flex; gap: .4rem; }
.wb-pref label { flex: 1; cursor: pointer; position: relative; }
.wb-pref input { position: absolute; opacity: 0; pointer-events: none; }
.wb-pref span { display: block; text-align: center; border: 1.5px solid #e5e7eb; border-radius: 10px; padding: .55rem .3rem; font-weight: 700; font-size: .88rem; transition: all .2s; }
.wb-pref input:checked + span { border-color: #16a34a; background: #f0fdf4; color: #15803d; }
.wb-pref input:focus-visible + span { box-shadow: 0 0 0 3px rgba(220, 38, 38, .2); }
.wb-modal-total { display: flex; justify-content: space-between; align-items: baseline; margin-top: 1rem; padding-top: .8rem; border-top: 1px dashed #e5e7eb; }
.wb-modal-total span { font-weight: 800; color: #64748b; }
.wb-modal-total strong { font-size: 2rem; font-weight: 900; background: linear-gradient(135deg, #ef4444, #f97316); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.wb-quote-lead { font-weight: 700; color: var(--wb-ink); margin: 0; }

@media (max-width: 767.98px) {
  .wb-ways, .wb-work { grid-template-columns: 1fr; }
  .wb-ways { margin-top: 1.6rem; gap: .7rem; }
  .wb-way { padding: 1.1rem; }
  .wb-way ul { display: none; }
  .wb-way strong { font-size: 1.1rem; }
  .wb-goals, .wb-stages { grid-template-columns: 1fr; }
  .wb-ai-box { flex-direction: column; }
  .wb-ai-box .wb-btn { width: 100%; padding: .9rem; }
  .wb-plan-body, .wb-plan-foot { padding-left: 1.1rem; padding-right: 1.1rem; }
  .wb-plan-h { padding: 1.2rem 1.1rem; }
  .wb-eq-i { min-width: 0; padding: .55rem .7rem; }
  .wb-eq-i b { font-size: 1.05rem; }
  .wb-step-foot { position: sticky; bottom: 84px; z-index: 5; box-shadow: 0 10px 30px rgba(15, 23, 42, .1); }
  .wb-btn-lg { padding: .95rem 1.2rem; }
}

/* AI refine status (plan header) */
.wb-ai-status { position: relative; z-index: 1; display: flex; align-items: center; flex-wrap: wrap; gap: .5rem; margin-top: .8rem; padding: .5rem .75rem; border-radius: 12px; background: rgba(139, 92, 246, .18); border: 1px solid rgba(196, 181, 253, .35); color: #ede9fe; font-size: .85rem; font-weight: 600; }
.wb-ai-status[hidden] { display: none; }
.wb-ai-spin.sm { width: 18px; height: 18px; border-width: 3px; }
.wb-ai-spin[hidden] { display: none; }
.wb-ai-apply { margin-left: auto; border: 0; border-radius: 8px; padding: .3rem .7rem; font-weight: 800; font-size: .8rem; color: #fff; background: linear-gradient(135deg, #8b5cf6, #dc2626); cursor: pointer; }
.wb-ai-apply[hidden] { display: none; }
