:root{
  --bladezy-brand-blue:#3b6cff;
  --bladezy-brand-blue-dark:#284fd4;
  --bladezy-brand-green:#35c98b;
  --bladezy-brand-ink:#0e1730;
  --bladezy-brand-text:#24314d;
  --bladezy-brand-muted:#61708a;
  --bladezy-brand-white:#ffffff;
  --bladezy-brand-dark:#071325;
  --bladezy-brand-dark-2:#0d1b31;
  --bladezy-brand-dark-3:#132541;
  --bladezy-brand-border:rgba(37,66,122,.14);
  --bladezy-brand-border-strong:rgba(59,108,255,.24);
  --bladezy-brand-shadow:0 24px 60px rgba(11,24,54,.12);
  --bladezy-brand-shadow-strong:0 32px 90px rgba(8,19,46,.18);
  --bladezy-brand-radius-sm:12px;
  --bladezy-brand-radius-md:18px;
  --bladezy-brand-radius-lg:26px;
  --bladezy-brand-content-max:1080px;
  --bladezy-brand-content-gutter:32px;
  --bladezy-brand-shell-padding:42px;
  --bladezy-brand-card-padding:22px;
}

html{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

body::selection{
  background:rgba(59,108,255,.18);
  color:inherit;
}

body{
  text-rendering:optimizeLegibility;
}

nav,
.topbar,
.utility-nav{
  box-shadow:0 10px 28px rgba(10,22,47,.08);
}

.nav-logo,
.utility-brand,
.brand-logo{
  letter-spacing:.02em;
}

.btn,
.cta,
.pricing-btn,
.utility-link,
.nav-cta,
.nav-back,
.agree-button,
.submit-btn,
.back-link,
.white-button,
.ghost-button,
.cta-button{
  border-radius:var(--bladezy-brand-radius-sm);
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease, color .16s ease;
}

.btn:hover,
.cta:hover,
.pricing-btn:hover,
.utility-link:hover,
.nav-cta:hover,
.nav-back:hover,
.agree-button:hover,
.submit-btn:hover,
.back-link:hover,
.white-button:hover,
.ghost-button:hover,
.cta-button:hover{
  transform:translateY(-1px);
}

.btn-primary,
.cta:not(.cta-secondary),
.pricing-btn,
.submit-btn,
.agree-button,
.cta-button{
  box-shadow:0 18px 34px rgba(59,108,255,.18);
}

.btn-secondary,
.cta-secondary,
.utility-link,
.nav-back,
.back-link,
.ghost-button,
.white-button{
  box-shadow:none;
}

.pricing-card,
.plan-card,
.card,
.panel,
.mini-card,
.form-block,
.tier-card,
.theme-option,
.file-upload-area,
.submit-notice,
.thank-card,
.steps-strip,
.step,
.pv-box,
.pricing-shell{
  box-shadow:var(--bladezy-brand-shadow);
}

.pricing-card,
.plan-card,
.card,
.panel,
.mini-card,
.tier-card,
.theme-option,
.file-upload-area,
.thank-card,
.pv-box,
.pricing-shell{
  border-radius:var(--bladezy-brand-radius-md);
}

.form-block{
  border-radius:var(--bladezy-brand-radius-lg);
}

.pricing-card,
.plan-card,
.card,
.panel,
.mini-card,
.form-block,
.tier-card,
.theme-option,
.file-upload-area,
.submit-notice,
.thank-card,
.step,
.pv-box{
  border-color:var(--bladezy-brand-border);
}

.panel-title,
.card-top-title,
.block-title,
.section-title,
.header-title,
.page-title{
  letter-spacing:-.03em;
}

.panel-eyebrow,
.header-eye,
.section-eye,
.label,
.eyebrow{
  letter-spacing:.13em;
}

.site-brand-shell .nav-logo,
.site-brand-shell .nav-back,
.site-brand-shell .section-eye,
.site-brand-shell .header-eye,
.site-brand-shell .block-num{
  color:#7bb6ff;
}

.site-brand-shell nav{
  background:rgba(7,19,37,.88);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(123,182,255,.12);
}

.site-brand-shell .tier-card,
.site-brand-shell .form-block,
.site-brand-shell .theme-option,
.site-brand-shell .submit-notice,
.site-brand-shell .pv-box{
  background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01));
}

.site-brand-shell .submit-btn,
.site-brand-shell .nav-cta{
  background:linear-gradient(135deg,var(--bladezy-brand-blue),var(--bladezy-brand-blue-dark));
  color:#fff;
}

.site-brand-shell .submit-btn:hover,
.site-brand-shell .nav-cta:hover{
  background:linear-gradient(135deg,#4c7dff,#315ae0);
}

.page-brand-shell{
  background:
    radial-gradient(circle at top left, rgba(59,108,255,.12), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.015), transparent 30%);
}

.page-brand-shell .utility-nav,
.page-brand-shell .topbar{
  background:rgba(12,24,46,.72);
  border-color:rgba(123,182,255,.16);
  backdrop-filter:blur(18px);
}

.page-brand-shell .utility-link,
.page-brand-shell .btn-secondary,
.page-brand-shell .ghost-button,
.page-brand-shell .white-button{
  border-color:rgba(123,182,255,.16);
}

.page-brand-shell .utility-link:hover,
.page-brand-shell .btn-secondary:hover,
.page-brand-shell .ghost-button:hover,
.page-brand-shell .white-button:hover{
  border-color:rgba(123,182,255,.28);
  background:rgba(123,182,255,.08);
}

.page-brand-shell .panel,
.page-brand-shell .mini-card,
.page-brand-shell .card,
.page-brand-shell .plan-card,
.page-brand-shell .pricing-card{
  box-shadow:var(--bladezy-brand-shadow-strong);
}

.legal-brand-shell .container{
  position:relative;
}

.legal-brand-shell .logo{
  color:#7bb6ff;
}

.legal-brand-shell .divider{
  background:rgba(123,182,255,.14);
}

.legal-brand-shell h2{
  color:#7bd4ae;
}

.bladezy-unified-app{
  background:
    radial-gradient(circle at top left, rgba(59,108,255,.10), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,.012), transparent 28%);
}

.bladezy-unified-app nav{
  box-shadow:0 14px 34px rgba(8,20,46,.18);
}

body.page-brand-shell{
  background:
    radial-gradient(circle at top left, rgba(59,108,255,.12), transparent 28%),
    radial-gradient(circle at top right, rgba(53,201,139,.08), transparent 22%),
    linear-gradient(180deg, #f6f9ff 0%, #eef4ff 52%, #f8fbff 100%);
  color:var(--bladezy-brand-text);
}

body.page-brand-shell .container,
body.page-brand-shell .pricing-container{
  width:min(calc(100% - var(--bladezy-brand-content-gutter)), var(--bladezy-brand-content-max));
  max-width:var(--bladezy-brand-content-max);
  margin:0 auto;
}

body.page-brand-shell h1,
body.page-brand-shell h2,
body.page-brand-shell h3,
body.page-brand-shell .logo,
body.page-brand-shell .price-title,
body.page-brand-shell .card-top-title,
body.page-brand-shell .plan-card h2,
body.page-brand-shell .pricing-header h1{
  color:var(--bladezy-brand-ink);
}

body.page-brand-shell p,
body.page-brand-shell li,
body.page-brand-shell .subtext,
body.page-brand-shell .hero p,
body.page-brand-shell .pricing-header p,
body.page-brand-shell .price-sub,
body.page-brand-shell .plan-sub,
body.page-brand-shell .plan-copy,
body.page-brand-shell .card-top-copy,
body.page-brand-shell .checkbox-label,
body.page-brand-shell .note,
body.page-brand-shell .updated,
body.page-brand-shell .no-fee{
  color:var(--bladezy-brand-muted);
}

body.page-brand-shell .utility-nav,
body.page-brand-shell .topbar{
  background:rgba(255,255,255,.86);
  border:1px solid rgba(37,66,122,.12);
  box-shadow:0 18px 44px rgba(13,31,67,.10);
  backdrop-filter:blur(16px);
}

body.page-brand-shell .utility-brand{
  color:var(--bladezy-brand-ink);
}

body.page-brand-shell .utility-link,
body.page-brand-shell .nav-back,
body.page-brand-shell .ghost-button,
body.page-brand-shell .white-button,
body.page-brand-shell .btn-secondary,
body.page-brand-shell .back-link{
  background:rgba(255,255,255,.72);
  border:1px solid rgba(37,66,122,.14);
  color:#44526d;
}

body.page-brand-shell .utility-link:hover,
body.page-brand-shell .nav-back:hover,
body.page-brand-shell .ghost-button:hover,
body.page-brand-shell .white-button:hover,
body.page-brand-shell .btn-secondary:hover,
body.page-brand-shell .back-link:hover{
  background:#fff;
  color:var(--bladezy-brand-ink);
  border-color:rgba(59,108,255,.28);
}

body.page-brand-shell .pricing-card,
body.page-brand-shell .plan-card,
body.page-brand-shell .card,
body.page-brand-shell .panel,
body.page-brand-shell .mini-card,
body.page-brand-shell .pricing-shell,
body.page-brand-shell .thank-card{
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(244,248,255,.92));
  border:1px solid rgba(37,66,122,.12);
  box-shadow:0 26px 70px rgba(13,31,67,.12);
}

body.page-brand-shell .pricing-card:hover,
body.page-brand-shell .plan-card:hover{
  box-shadow:0 30px 84px rgba(13,31,67,.16);
}

body.page-brand-shell .divider{
  background:rgba(37,66,122,.12);
}

body.page-brand-shell .features li,
body.page-brand-shell .plan-list{
  color:#43506a;
}

body.page-brand-shell .pricing-card .price{
  color:#13233f;
}

body.page-brand-shell .pricing-card .price-note{
  color:#334155;
  font-weight:700;
  margin-top:8px;
}

body.page-brand-shell .pricing-card .price-sub{
  color:#475569;
  font-weight:700;
}

body.page-brand-shell .pricing-card .features li{
  color:#495971;
}

body.page-brand-shell .pricing-reassurance{
  color:#41536d;
}

body.page-brand-shell .selected-banner{
  background:rgba(59,108,255,.08);
  border-color:rgba(59,108,255,.22);
  color:#2f4fa8;
}

body.page-brand-shell .plan-badge,
body.page-brand-shell .badge{
  background:rgba(59,108,255,.10);
  border-color:rgba(59,108,255,.24);
  color:#3156b8;
}

body.page-brand-shell .badge-green{
  background:rgba(53,201,139,.12);
  border-color:rgba(53,201,139,.24);
  color:#177b57;
}

body.page-brand-shell .cta,
body.page-brand-shell .pricing-btn,
body.page-brand-shell .agree-button,
body.page-brand-shell .submit-btn,
body.page-brand-shell .cta-button{
  background:linear-gradient(135deg, #3f72ff, #2d59da);
  color:#fff;
  border-color:transparent;
  box-shadow:0 18px 38px rgba(59,108,255,.22);
}

body.page-brand-shell .cta:hover,
body.page-brand-shell .pricing-btn:hover,
body.page-brand-shell .agree-button:hover,
body.page-brand-shell .submit-btn:hover,
body.page-brand-shell .cta-button:hover{
  background:linear-gradient(135deg, #4b7bff, #335fe0);
}

body.page-brand-shell .cta-secondary{
  background:rgba(255,255,255,.78);
  border:1px solid rgba(37,66,122,.14);
  color:var(--bladezy-brand-ink);
  box-shadow:none;
}

body.page-brand-shell .cta-secondary:hover{
  background:#fff;
  border-color:rgba(59,108,255,.24);
}

body.page-brand-shell .pricing-section,
body.page-brand-shell .page{
  position:relative;
}

body.page-brand-shell .pricing-section{
  background:transparent;
}

body.page-brand-shell .page,
body.page-brand-shell .pricing-container{
  position:relative;
  z-index:1;
}

body.page-brand-shell .pricing-header,
body.page-brand-shell .hero,
body.page-brand-shell .header{
  margin-bottom:18px;
}

body.page-brand-shell.legal-brand-shell .container,
body.page-brand-shell.legal-brand-shell .wrapper{
  background:linear-gradient(180deg, rgba(255,255,255,.95), rgba(246,249,255,.94));
  border:1px solid rgba(37,66,122,.12);
  border-radius:28px;
  box-shadow:0 28px 80px rgba(13,31,67,.12);
  padding:34px 28px;
}

body.page-brand-shell.legal-brand-shell .card{
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(246,249,255,.95));
  border-color:rgba(37,66,122,.12);
  box-shadow:0 26px 72px rgba(13,31,67,.10);
}

body.page-brand-shell.legal-brand-shell .card-top,
body.page-brand-shell.legal-brand-shell .actions{
  background:rgba(244,248,255,.76);
  border-color:rgba(37,66,122,.10);
}

body.page-brand-shell.legal-brand-shell .terms-box{
  color:var(--bladezy-brand-text);
}

body.page-brand-shell.legal-brand-shell h2{
  color:#245ad7;
}

body.page-brand-shell.legal-brand-shell .updated{
  color:#6c7891;
}

body.page-brand-shell.legal-brand-shell .launch-handoff{
  background:rgba(8,17,36,.56);
}

body.page-brand-shell.legal-brand-shell .launch-handoff-card{
  background:linear-gradient(180deg, rgba(10,20,40,.96), rgba(14,27,52,.96));
  border-color:rgba(123,182,255,.16);
  color:#eef4ff;
}

body.page-brand-shell .utility-nav.light-flow-header{
  margin-bottom:24px;
  padding:12px 14px;
}

body.page-brand-shell .utility-nav.light-flow-header .utility-links{
  min-width:0;
}

body.page-brand-shell .light-flow-footer{
  margin-top:30px;
  padding:18px 0 6px;
  border-top:1px solid rgba(37,66,122,.12);
}

body.page-brand-shell .light-flow-footer-inner{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
}

body.page-brand-shell .light-flow-footer-brand{
  min-width:220px;
}

body.page-brand-shell .light-flow-footer-wordmark{
  margin:0 0 6px;
  color:var(--bladezy-brand-ink);
  font-size:16px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

body.page-brand-shell .light-flow-footer-copy{
  margin:0;
  color:var(--bladezy-brand-muted);
  font-size:13px;
  line-height:1.55;
  max-width:390px;
}

body.page-brand-shell .light-flow-footer-links{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

body.page-brand-shell .light-flow-footer-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:7px 11px;
  border-radius:999px;
  border:1px solid rgba(37,66,122,.14);
  background:rgba(255,255,255,.68);
  color:#46536d;
  text-decoration:none;
  font-size:12px;
  font-weight:600;
}

body.page-brand-shell .light-flow-footer-link:hover{
  background:#fff;
  color:var(--bladezy-brand-ink);
  border-color:rgba(59,108,255,.24);
}

body.page-brand-shell .public-topbar{
  position:sticky;
  top:0;
  z-index:40;
  padding:12px 0 0;
}

body.page-brand-shell .public-topbar .topbar-inner{
  min-height:70px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:8px 12px;
  border:1px solid rgba(37,66,122,.12);
  border-radius:20px;
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(18px);
  box-shadow:0 18px 44px rgba(13,31,67,.10);
}

body.page-brand-shell .public-brand{
  display:inline-flex;
  align-items:center;
  color:var(--bladezy-brand-ink);
  flex:0 0 auto;
}

body.page-brand-shell .public-brand-logo{
  display:block;
  height:44px;
  width:auto;
  max-width:min(332px,52vw);
  object-fit:contain;
}

body.page-brand-shell .public-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap;
}

body.page-brand-shell .public-action-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(37,66,122,.14);
  background:rgba(255,255,255,.76);
  color:#41506a;
  text-decoration:none;
  font-size:13px;
  font-weight:700;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease, color .16s ease;
}

body.page-brand-shell .public-action-link:hover{
  transform:translateY(-1px);
  background:#fff;
  color:var(--bladezy-brand-ink);
  border-color:rgba(59,108,255,.26);
}

body.page-brand-shell .public-action-link.primary{
  border-color:transparent;
  background:linear-gradient(135deg, #3f72ff, #2d59da);
  color:#fff;
  box-shadow:0 18px 34px rgba(59,108,255,.22);
}

body.page-brand-shell .public-action-link.primary:hover{
  background:linear-gradient(135deg, #4b7bff, #335fe0);
  color:#fff;
}

body.page-brand-shell .public-topbar--quiet .topbar-inner{
  min-height:64px;
  background:rgba(255,255,255,.92);
}

body.page-brand-shell .public-topbar--quiet .public-actions{
  min-width:28px;
}

body.page-brand-shell .public-topbar--quiet .public-brand-logo{
  height:40px;
}

body.page-brand-shell .light-flow-footer,
body.page-brand-shell .site-footer{
  margin-top:24px;
  padding:18px 0 8px;
  border-top:1px solid rgba(37,66,122,.12);
}

body.page-brand-shell .site-footer{
  background:transparent;
  color:var(--bladezy-brand-muted);
}

body.page-brand-shell .site-footer::before{
  content:"Bladezy";
  display:block;
  margin-bottom:6px;
  color:var(--bladezy-brand-ink);
  font-size:16px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

body.page-brand-shell .footer-links{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin:0 0 8px;
}

body.page-brand-shell .footer-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:7px 11px;
  border-radius:999px;
  border:1px solid rgba(37,66,122,.14);
  background:rgba(255,255,255,.68);
  color:#46536d;
  text-decoration:none;
  font-size:12px;
  font-weight:600;
}

body.page-brand-shell .footer-links a:hover{
  background:#fff;
  color:var(--bladezy-brand-ink);
  border-color:rgba(59,108,255,.24);
}

body.page-brand-shell .footer-copy{
  display:flex;
  flex-direction:column;
  gap:4px;
  color:var(--bladezy-brand-muted);
  font-size:12px;
  line-height:1.5;
}

body.page-brand-shell .footer-copy::before{
  content:"Launch-ready software for barbershops that want a premium booking and operations experience.";
  color:var(--bladezy-brand-muted);
  font-size:13px;
}

body.page-brand-shell .pricing-shell,
body.page-brand-shell .plan,
body.page-brand-shell .pricing-card{
  border-radius:30px;
}

body.page-brand-shell .pricing-shell{
  padding:var(--bladezy-brand-shell-padding);
}

body.page-brand-shell .plan,
body.page-brand-shell .pricing-card{
  padding:var(--bladezy-brand-card-padding);
}

body.page-brand-shell .plan h3,
body.page-brand-shell .pricing-card .price-title{
  margin-bottom:8px;
  letter-spacing:-.04em;
}

body.page-brand-shell .plan .price,
body.page-brand-shell .pricing-card .price{
  letter-spacing:-.06em;
}

body.page-brand-shell .plan .price-note,
body.page-brand-shell .pricing-card .price-note{
  line-height:1.5;
}

body.page-brand-shell .plan ul,
body.page-brand-shell .pricing-card .features{
  display:grid;
  gap:10px;
}

body.page-brand-shell .plan li,
body.page-brand-shell .pricing-card .features li{
  line-height:1.58;
}

body.page-brand-shell.pricing-page .pricing-section{
  padding:52px 0 76px;
  background:
    radial-gradient(circle at top left, rgba(59,108,255,.10), transparent 26%),
    radial-gradient(circle at top right, rgba(53,201,139,.06), transparent 22%),
    linear-gradient(180deg, #f8fbff 0%, #f2f7ff 100%);
}

body.page-brand-shell.pricing-page .pricing-header p,
body.page-brand-shell.pricing-page .pricing-reassurance{
  color:#41536d;
}

body.page-brand-shell.pricing-page .ai-header p{
  color:#4f5d74;
}

body.page-brand-shell.pricing-page .ai-note{
  color:#607188;
}

body.page-brand-shell.pricing-page .section-divider{
  background:rgba(15,23,42,.07);
}

body.page-brand-shell.pricing-page .pricing-shell{
  padding:26px;
}

body.page-brand-shell.pricing-page .pricing-card{
  padding:18px;
}

body.page-brand-shell.pricing-page .pricing-card .features{
  gap:4px;
}

body.page-brand-shell.pricing-page .pricing-card .features li{
  line-height:1.56;
}

@media (max-width: 720px){
  body.page-brand-shell .public-topbar{
    padding-top:12px;
  }

  body.page-brand-shell .public-topbar .topbar-inner{
    min-height:68px;
    padding:10px 12px;
    gap:12px;
  }

  body.page-brand-shell .public-brand-logo{
    height:42px;
    max-width:240px;
  }

  body.page-brand-shell .container,
  body.page-brand-shell .pricing-container{
    width:min(calc(100% - 28px), var(--bladezy-brand-content-max));
  }

  body.page-brand-shell .public-actions{
    width:100%;
    justify-content:flex-start;
  }

  body.page-brand-shell.legal-brand-shell .container,
  body.page-brand-shell.legal-brand-shell .wrapper{
    border-radius:22px;
    padding:24px 18px;
  }

  body.page-brand-shell .light-flow-footer-inner{
    flex-direction:column;
  }

  body.page-brand-shell .light-flow-footer-links{
    justify-content:flex-start;
  }

  body.page-brand-shell .pricing-shell,
  body.page-brand-shell .plan,
  body.page-brand-shell .pricing-card{
    padding:22px;
  }
}

body.page-brand-shell.deployment-page{
  background:
    radial-gradient(circle at top left, rgba(61, 109, 255, 0.20), transparent 24%),
    radial-gradient(circle at top right, rgba(76, 198, 255, 0.12), transparent 20%),
    linear-gradient(180deg, #071224 0%, #09162a 100%);
}

body.page-brand-shell.deployment-page .container{
  position: relative;
  z-index: 1;
}

body.page-brand-shell.deployment-page .panel,
body.page-brand-shell.deployment-page .mini-card,
body.page-brand-shell.deployment-page .live-shell,
body.page-brand-shell.deployment-page .info-item,
body.page-brand-shell.deployment-page .signal-item,
body.page-brand-shell.deployment-page .insight-item,
body.page-brand-shell.deployment-page .step,
body.page-brand-shell.deployment-page .early-access-card{
  background: linear-gradient(180deg, rgba(9, 20, 39, 0.94), rgba(11, 23, 45, 0.92));
  border-color: rgba(134, 168, 228, 0.16);
  box-shadow: 0 28px 72px rgba(2, 8, 23, 0.38);
}

body.page-brand-shell.deployment-page .mini-card{
  background: linear-gradient(180deg, rgba(11, 24, 46, 0.92), rgba(13, 27, 50, 0.9));
}

body.page-brand-shell.deployment-page .panel-title,
body.page-brand-shell.deployment-page .social-title,
body.page-brand-shell.deployment-page .recognition-title,
body.page-brand-shell.deployment-page .insight-title,
body.page-brand-shell.deployment-page .live-section-title,
body.page-brand-shell.deployment-page .mini-value,
body.page-brand-shell.deployment-page .item-title,
body.page-brand-shell.deployment-page .step-title,
body.page-brand-shell.deployment-page .current-label,
body.page-brand-shell.deployment-page h1{
  color: #f8fbff;
}

body.page-brand-shell.deployment-page .subcopy,
body.page-brand-shell.deployment-page .step-copy,
body.page-brand-shell.deployment-page .item-copy,
body.page-brand-shell.deployment-page .social-copy,
body.page-brand-shell.deployment-page .recognition-copy,
body.page-brand-shell.deployment-page .early-access-list,
body.page-brand-shell.deployment-page .live-shell p{
  color: #d5e2f5;
}

body.page-brand-shell.deployment-page .eyebrow,
body.page-brand-shell.deployment-page .mini-label,
body.page-brand-shell.deployment-page .panel-eyebrow,
body.page-brand-shell.deployment-page .tiny-eyebrow,
body.page-brand-shell.deployment-page .launch-countdown,
body.page-brand-shell.deployment-page .progress-meta,
body.page-brand-shell.deployment-page .current-time,
body.page-brand-shell.deployment-page .step-number{
  color: #b6c8e2;
}

body.page-brand-shell.deployment-page .badge,
body.page-brand-shell.deployment-page .pill{
  background: rgba(28, 48, 87, 0.78);
  border: 1px solid rgba(132, 167, 232, 0.18);
  color: #edf4ff;
}

body.page-brand-shell.deployment-page .current-box{
  border-color: rgba(132, 167, 232, 0.22);
  background: linear-gradient(180deg, rgba(13, 28, 55, 0.92), rgba(10, 22, 43, 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.page-brand-shell.deployment-page .progress-track{
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.28);
}

body.page-brand-shell.deployment-page .progress-fill{
  background: linear-gradient(90deg, #49c0ff, #818cf8);
  box-shadow: 0 0 28px rgba(73, 192, 255, 0.28);
}

body.page-brand-shell.deployment-page .activity-feed{
  border-color: rgba(132, 167, 232, 0.18);
  background: rgba(6, 15, 30, 0.84);
  color: #ecf4ff;
}

body.page-brand-shell.deployment-page .step{
  background: linear-gradient(180deg, rgba(10, 21, 41, 0.92), rgba(11, 23, 44, 0.9));
}

body.page-brand-shell.deployment-page .step.active{
  border-color: rgba(96, 165, 250, 0.42);
  background: linear-gradient(180deg, rgba(19, 53, 111, 0.52), rgba(11, 24, 46, 0.94));
  box-shadow:
    inset 0 0 0 1px rgba(152, 198, 255, 0.10),
    0 20px 48px rgba(7, 18, 36, 0.32);
}

body.page-brand-shell.deployment-page .step.complete{
  border-color: rgba(74, 222, 128, 0.28);
  background: linear-gradient(180deg, rgba(17, 58, 46, 0.52), rgba(10, 22, 42, 0.94));
}

body.page-brand-shell.deployment-page .step-icon,
body.page-brand-shell.deployment-page .metric-icon,
body.page-brand-shell.deployment-page .dot-icon,
body.page-brand-shell.deployment-page .small-icon,
body.page-brand-shell.deployment-page .brand-icon{
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(132, 167, 232, 0.16);
  color: #e8f1ff;
}

body.page-brand-shell.deployment-page .insight-item{
  color: #d8e5f8;
  background: rgba(8, 18, 35, 0.82);
}

.bladezy-unified-app .nav-book,
.bladezy-unified-app .btn-primary,
.bladezy-unified-app .btn-next{
  box-shadow:0 18px 34px rgba(59,108,255,.16);
}

.bladezy-unified-app .btn-outline,
.bladezy-unified-app .btn-back{
  border-color:rgba(123,182,255,.18);
  color:#dbe4f3;
}

.bladezy-unified-app .btn-outline:hover,
.bladezy-unified-app .btn-back:hover{
  border-color:rgba(123,182,255,.3);
  background:rgba(123,182,255,.06);
}

.bladezy-unified-app .booking-summary,
.bladezy-unified-app .confirm-card,
.bladezy-unified-app .confirm-details-card,
.bladezy-unified-app .client-history-card,
.bladezy-unified-app .history-timeline,
.bladezy-unified-app .admin-card,
.bladezy-unified-app .admin-table-wrap,
.bladezy-unified-app .compact-table-wrap,
.bladezy-unified-app .chart-card,
.bladezy-unified-app .stat-card{
  box-shadow:var(--bladezy-brand-shadow);
}

.bladezy-unified-app .booking-summary,
.bladezy-unified-app .confirm-card,
.bladezy-unified-app .confirm-details-card{
  border-radius:var(--bladezy-brand-radius-md);
  border-color:rgba(123,182,255,.14);
}

.bladezy-unified-app .confirm-policy{
  border-radius:var(--bladezy-brand-radius-sm);
  border-left-color:var(--bladezy-brand-blue);
  background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));
}

.bladezy-unified-app .form-label,
.bladezy-unified-app .summary-total .summary-label,
.bladezy-unified-app .confirm-detail-label{
  letter-spacing:.12em;
}

.bladezy-unified-app #admin-view .admin-topbar,
.bladezy-unified-app #admin-view .dashboard-section-nav-wrap{
  box-shadow:0 10px 28px rgba(10,22,47,.08);
}

.bladezy-unified-app #admin-view .btn-sm,
.bladezy-unified-app #admin-view .btn-next,
.bladezy-unified-app #admin-view .btn-full,
.bladezy-unified-app #admin-login-view .btn-full{
  background:linear-gradient(135deg,#3b6cff,#284fd4);
  color:#f8fbff;
}

.bladezy-unified-app #admin-view .btn-sm:hover,
.bladezy-unified-app #admin-view .btn-next:hover,
.bladezy-unified-app #admin-view .btn-full:hover,
.bladezy-unified-app #admin-login-view .btn-full:hover{
  background:linear-gradient(135deg,#4b7bff,#315ae0);
}

.bladezy-unified-app #admin-view .admin-deployment-banner{
  border-color:rgba(59,108,255,.22);
  background:linear-gradient(135deg,rgba(59,108,255,.10),rgba(53,201,139,.07));
  box-shadow:var(--bladezy-brand-shadow);
}

.bladezy-unified-app #admin-view .admin-deployment-banner-title{
  color:#1c355a;
}

.bladezy-unified-app #admin-view[data-admin-theme="dark"] .admin-deployment-banner{
  border-color:rgba(123,182,255,.18);
  background:linear-gradient(135deg,rgba(59,108,255,.12),rgba(53,201,139,.08));
}

.bladezy-unified-app #admin-view[data-admin-theme="dark"] .admin-deployment-banner-title{
  color:#e6eefb;
}

.bladezy-unified-app #admin-view .admin-card,
.bladezy-unified-app #admin-view .admin-table-wrap,
.bladezy-unified-app #admin-view .compact-table-wrap,
.bladezy-unified-app #admin-view .chart-card,
.bladezy-unified-app #admin-view .stat-card{
  border-radius:var(--bladezy-brand-radius-sm);
}

.bladezy-unified-app #admin-view .admin-card-title,
.bladezy-unified-app #admin-view .admin-table-title,
.bladezy-unified-app #admin-view .chart-card-title,
.bladezy-unified-app #admin-view .intel-section-kicker{
  letter-spacing:.1em;
}

.bladezy-unified-app #admin-view .dashboard-view-pill,
.bladezy-unified-app #admin-view .client-intel-pill,
.bladezy-unified-app #admin-view .btn-sm-ghost,
.bladezy-unified-app #admin-view .btn-back,
.bladezy-unified-app #admin-view .action-btn{
  border-radius:999px;
}

@media (max-width:900px){
  .pricing-card,
  .plan-card,
  .card,
  .panel,
  .mini-card,
  .form-block,
  .tier-card,
  .theme-option,
  .file-upload-area,
  .submit-notice,
  .thank-card,
  .pv-box,
  .pricing-shell{
    box-shadow:0 18px 42px rgba(11,24,54,.10);
  }
}
