/** Shopify CDN: Minification failed

Line 24:17 Expected identifier but found whitespace
Line 24:18 Unexpected "#0F2A2E"

**/
/* =========================================================
   BrightCrew Overrides (Clean Baseline)
   Purpose: Calm cream site, readable contrast, consistent hero
   ========================================================= */

:root {
  /* Primary canvas (default sections) */
  --bc-cream-1: #f6f1e8;

  /* Contrast sections (phase shifts, comparisons) */
  --bc-cream-2: #e9e0d2;

  /* Cards / surfaces */
  --bc-surface: #ffffff;
}


  --bc-text-main: #0F2A2E;
  --bc-text-subtle: #355E63;

  --bc-teal: #2FA4A9;
  --bc-teal-deep: #258E92;

  --bc-border: rgba(15, 42, 46, 0.10);
  --bc-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

/* ---- PROVE FILE APPLIES (remove once confirmed) ---- */
/* body.brightcrew { outline: 10px solid red !important; } */

/* ---- Global page background (Shopify themes fight this) ---- */
html, body.brightcrew{
  background: var(--bc-cream-1) !important;
}

/* Theme wrappers that love painting white */
body.brightcrew.gradient,
body.brightcrew main,
body.brightcrew #MainContent,
body.brightcrew .content-for-layout,
body.brightcrew .shopify-section{
  background: var(--bc-cream-1) !important;
}

/* ---- Section rhythm (keep it subtle) ---- */
body.brightcrew .sf-section{
  background: transparent !important;
  border-top: 1px solid rgba(15,42,46,0.06);
}
body.brightcrew .sf-section:first-of-type{
  border-top: none;
}

/* If you want automatic alternation later, we can add a manual class.
   For now: keep it simple and controlled. */

/* ---- Card surfaces ---- */
body.brightcrew .sf-card,
body.brightcrew .bc-card,
body.brightcrew .ns-card,
body.brightcrew .card{
  background: var(--bc-surface) !important;
  border: 1px solid var(--bc-border) !important;
  border-radius: 16px !important;
  box-shadow: var(--bc-shadow) !important;
}

/* ---- Typography contrast ---- */
body.brightcrew h1,
body.brightcrew h2,
body.brightcrew h3{
  color: var(--bc-text-main) !important;
}
body.brightcrew p,
body.brightcrew .ns-subhed,
body.brightcrew .subhead{
  color: var(--bc-text-subtle) !important;
}

/* ---- Buttons ---- */
body.brightcrew .ns-btn,
body.brightcrew .btn,
body.brightcrew button,
body.brightcrew .button{
  background: var(--bc-teal) !important;
  color: #fff !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  box-shadow: 0 8px 18px rgba(47, 164, 169, 0.22) !important;
}
body.brightcrew .ns-btn:hover,
body.brightcrew .btn:hover,
body.brightcrew button:hover,
body.brightcrew .button:hover{
  background: var(--bc-teal-deep) !important;
}

/* =========================================================
   HERO: lock it centered, calm, cream, consistent
   (Works even if section has its own <style> junk)
   ========================================================= */
body.brightcrew #ns-hero-stacked{
  background: var(--bc-cream-1) !important;
  box-shadow: none !important;
  padding-top: clamp(2.5rem, 6vw, 4.5rem) !important;
  padding-bottom: clamp(2.5rem, 6vw, 4.5rem) !important;
}

/* Kill background image overlay layer if it exists */
body.brightcrew #ns-hero-stacked::before{
  opacity: 0 !important;
  background: none !important;
}

/* Force container + wrap to center */
body.brightcrew #ns-hero-stacked .sf-container{
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding-left: clamp(14px, 4vw, 24px) !important;
  padding-right: clamp(14px, 4vw, 24px) !important;
}

body.brightcrew #ns-hero-stacked .ns-hero__wrap{
  width: 100% !important;
  margin: 0 auto !important;
  display: grid !important;
  justify-items: center !important;
  text-align: center !important;
  gap: clamp(1.25rem, 3vw, 2.25rem) !important;
}

body.brightcrew #ns-hero-stacked .ns-hero__media-frame{
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background: rgb(233, 226, 214) !important;
  border: 1px solid rgba(17, 24, 39, 0.08) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.10) !important;
}

body.brightcrew #ns-hero-stacked .ns-hero__copy{
  width: 100% !important;
  max-width: 720px !important;
  margin: 0 auto !important;
}

body.brightcrew #ns-hero-stacked .ns-hero__title{
  color: var(--bc-text-main) !important;
}

body.brightcrew #ns-hero-stacked .ns-hero__sub{
  color: var(--bc-text-subtle) !important;
}
/* =========================================
   HERO polish (keep centered + cream)
   ========================================= */

/* Give the hero image that premium card pop */
body.brightcrew #ns-hero-stacked .ns-hero__media-frame{
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12) !important;
  border: 1px solid rgba(15, 42, 46, 0.10) !important;
}

/* Headline: slightly stronger presence */
body.brightcrew #ns-hero-stacked .ns-hero__title{
  font-size: clamp(2.2rem, 4.2vw, 3.2rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.02em !important;
  margin-top: 1.25rem !important;
}

/* Subhead + CTA spacing */
body.brightcrew #ns-hero-stacked .ns-hero__sub{
  margin-top: 0.5rem !important;
  margin-bottom: 1.5rem !important;
  max-width: 46ch !important;
}

body.brightcrew #ns-hero-stacked .ns-btn{
  padding: 0.95rem 2.25rem !important;
}
/* =========================
   HERO – text + CTA tighten
   ========================= */

/* Subtext: ground it, tighten rhythm */
body.brightcrew #ns-hero-stacked .ns-hero__sub{
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
  max-width: 75ch !important;
  margin: 0.75rem auto 2rem !important;
  color: #355E63 !important;
}

/* Button: stronger label, more presence */
body.brightcrew #ns-hero-stacked .ns-btn{
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  padding: 1.05rem 2.6rem !important;
  letter-spacing: 0.01em !important;
}
body.brightcrew #ns-hero-stacked .ns-hero__title{
  margin-bottom: 0.5rem !important;
}
/* ================================
   BC — Inside the BrightCrew system
   Goal: bring back the lighter, calmer vibe (no boxed header)
   ================================ */

#bc-inside,
#inside-brightcrew,
.section-inside-brightcrew,
.shopify-section .bc-inside {
  padding-top: clamp(2.5rem, 5vw, 3.75rem) !important;
  padding-bottom: clamp(2.5rem, 5vw, 3.75rem) !important;
}

/* Kill the white "banner card" header look */
.bc-inside__header,
.bc-inside header,
.bc-inside .section-header,
#bc-inside .section-header {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
  margin-bottom: 1.75rem !important;
}

/* Title/subtitle spacing and tone */
.bc-inside__title,
#bc-inside h2,
#bc-inside h3 {
  letter-spacing: -0.01em !important;
  margin: 0 0 .35rem !important;
}

.bc-inside__sub,
#bc-inside p {
  max-width: 60ch !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Grid: less stiff */
.bc-inside__grid,
#bc-inside .grid,
#bc-inside .bc-grid {
  gap: 1.25rem !important;
  margin-top: 2rem !important;
}

/* Cards: lighter and less "product grid" */
#bc-inside .bc-card,
#bc-inside .card,
#bc-inside .sf-card,
.bc-inside .bc-card,
.bc-inside .card,
.bc-inside .sf-card {
  background: #FFFFFF !important;
  border: 1px solid rgba(15, 42, 46, 0.08) !important;
  border-radius: 16px !important;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05) !important;
  padding: 1.25rem !important;
}

/* Icon chips: softer */
#bc-inside .bc-card__icon,
#bc-inside .icon-chip,
.bc-inside .bc-card__icon,
.bc-inside .icon-chip {
  background: rgba(47, 164, 169, 0.08) !important;
  border: 1px solid rgba(47, 164, 169, 0.12) !important;
}
/* =========================================
   BC SECTION — Inside the BrightCrew system
   Reset to calm, tight, integrated layout
   ========================================= */

/* Section wrapper */
#inside-brightcrew,
#bc-inside,
.section-inside-brightcrew,
.shopify-section[id*="inside"] {
  padding-top: 3rem !important;
  padding-bottom: 3.5rem !important;
}

/* Headline group — pull together */
#inside-brightcrew h2,
#bc-inside h2 {
  margin-bottom: .35rem !important;
  letter-spacing: -0.015em !important;
}

#inside-brightcrew .subhead,
#inside-brightcrew p,
#bc-inside .subhead {
  margin-top: 0 !important;
  margin-bottom: 1.75rem !important;
  max-width: 58ch !important;
}

/* Kill any boxed/white header container */
#inside-brightcrew header,
#inside-brightcrew .section-header,
#bc-inside header,
#bc-inside .section-header {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
}

/* Card grid — tighten spacing */
#inside-brightcrew .grid,
#inside-brightcrew .bc-grid,
#bc-inside .grid {
  gap: 1rem !important;
  margin-top: 1.25rem !important;
}

/* Cards — lighter + flatter */
#inside-brightcrew .card,
#inside-brightcrew .sf-card,
#inside-brightcrew .bc-card,
#bc-inside .card {
  background: #FFFFFF !important;
  border: 1px solid rgba(15, 42, 46, 0.08) !important;
  border-radius: 14px !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05) !important;
  padding: 1.15rem 1.25rem !important;
}

/* Card titles */
#inside-brightcrew .card h3,
#inside-brightcrew .bc-card h3 {
  margin-bottom: .25rem !important;
}

/* Icon chips — softer + smaller */
#inside-brightcrew .icon,
#inside-brightcrew .icon-chip {
  width: 34px !important;
  height: 34px !important;
  background: rgba(47, 164, 169, 0.08) !important;
  border: 1px solid rgba(47, 164, 169, 0.15) !important;
}

/* Kill extra vertical air Shopify sneaks in */
#inside-brightcrew .content,
#inside-brightcrew .richtext {
  margin-bottom: 0 !important;
}
/* ======================================================
   BRIGHTCREW — Add Presence Without Noise
   ====================================================== */

/* 1. Create ONE anchor contrast section */
body.brightcrew .sf-section.anchor,
body.brightcrew #inside-brightcrew {
  background: #FBF7F1 !important;
  border-top: 1px solid rgba(15, 42, 46, 0.06);
  border-bottom: 1px solid rgba(15, 42, 46, 0.06);
}

/* 2. Headline emphasis — quiet authority */
body.brightcrew h2 {
  font-weight: 700;
  letter-spacing: -0.02em;
}

body.brightcrew .subhead {
  font-size: 1.05rem;
  opacity: 0.85;
}

/* 3. Card hierarchy — primary vs supporting */
body.brightcrew .sf-card {
  transition: transform .25s ease, box-shadow .25s ease;
}

body.brightcrew .sf-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

/* 4. Introduce a visual “pause” band */
body.brightcrew .section-break {
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(15, 42, 46, 0.12),
    transparent
  );
  margin: 3.5rem auto;
  width: 60%;
}

/* 5. CTA authority — slightly bolder, not louder */
body.brightcrew .ns-btn,
body.brightcrew .button {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .01em;
}

/* 6. Reduce sameness — alternate subtle spacing */
body.brightcrew .sf-section + .sf-section {
  padding-top: clamp(3rem, 6vw, 4.5rem);
}
/* BC - Command the Unstoppable: CTA */
.bc-command-cta{
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bc-command-cta .bc-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 14px 22px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  border-radius: 999px;
  text-decoration: none;
}

.bc-command-cta-note{
  margin: 0;
  font-size: 13px;
  opacity: 0.8;
}

/* If you do not already have a primary BC button style */
.bc-btn--primary{
  background: var(--bc-teal-primary, #2FA4A9);
  color: #fff;
  box-shadow: 0 10px 22px rgba(47, 164, 169, 0.22);
}

.bc-btn--primary:hover{
  background: var(--bc-teal-deep, #258E92);
}

/* Mobile: keep CTA centered if the layout stacks */
@media (max-width: 768px){
  .bc-command-cta{
    align-items: center;
    text-align: center;
  }
}
.bc-sophie-concierge.section{
  background: var(--bc-cream-2) !important;
  border-top: 1px solid rgba(17, 24, 39, 0.06);
  border-bottom: 1px solid rgba(17, 24, 39, 0.06);
}

.ns-pricing-grid {
  display: flex;
  align-items: stretch;
}

.ns-card--equal {
  display: flex;
  flex-direction: column;
}

.ns-card--equal .ns-btn {
  margin-top: auto;
}

/* Make the pricing columns equal height */
.ns-pricing-grid{
  display: flex;
  gap: 28px;
  align-items: stretch;
}
.ns-card--equal{
  display: flex;
  flex-direction: column;
}

/* MAX dominance: slightly stronger card, not neon */
.ns-card--max.is-featured{
  border: 2px solid rgba(0, 180, 200, 0.22);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.08), 0 14px 28px rgba(0, 180, 200, 0.08);
  transform: translateY(-4px);
}

/* Button sits at bottom on both cards */
.ns-card--equal .ns-btn{
  margin-top: auto;
}

/* MAX badge stays subtle */
.ns-card__ribbon--purple{
  background: rgba(0, 180, 200, 0.14);
  border: 1px solid rgba(0, 180, 200, 0.25);
  color: #0b4b55;
}
.ns-decision-lock {
  margin: 4rem auto;
}

.ns-decision-lock__wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 3.5rem;
  border-radius: 22px;
  background: linear-gradient(
    135deg,
    rgba(0, 200, 200, 0.08),
    rgba(255, 100, 180, 0.08)
  );
}

.ns-decision-lock__headline {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.ns-decision-lock__hero {
  margin-bottom: 1.75rem;
}

.ns-proof-pill--primary {
  display: inline-block;
  padding: 0.6rem 1.1rem;
  border-radius: 999px;
  background: #0fb9b1;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
}

.ns-decision-lock__hero-copy {
  margin-top: 0.75rem;
  font-size: 1.05rem;
  opacity: 0.9;
}

.ns-decision-lock__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.75rem 1.5rem;
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}

.ns-decision-lock__list li {
  position: relative;
  padding-left: 1.2rem;
}

.ns-decision-lock__list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #0fb9b1;
}

.ns-decision-lock__meta {
  margin-top: 1.25rem;
  font-size: 0.9rem;
  opacity: 0.7;
}
/* BrightCrew Sofiea Floating Bubble — Visual Lock */

.sofiea-floating-bubble {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}

.sofiea-floating-bubble__inner {
  display: flex;
  align-items: center;
  gap: 8px;

  background: #ffffff;
  color: #0f172a; /* dark slate, not pure black */
  padding: 5px 5px;

  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);

  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);

  text-decoration: none;
  font-size: 14px;
  font-weight: 500;

  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.sofiea-floating-bubble__inner:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.sofiea-floating-bubble__avatar img {
  width: 36px;
  height: 36px;
  border-radius: 999px;

  /* subtle teal ring */
  border: 2px solid #0aa39a;
}

.sofiea-floating-bubble__text {
  white-space: nowrap;
}

.sofiea-floating-bubble__text strong {
  color: #0aa39a;
  font-weight: 600;
}
/* Fix avatar cropping inside the Sofiea bubble */
.sofiea-floating-bubble__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  flex: 0 0 75px;
  overflow: hidden;
  border-radius: 999px;
}

.sofiea-floating-bubble__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 999px;
  border: 2px solid #0aa39a;
}

.sofiea-floating-bubble__text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.sofiea-floating-bubble__text strong {
  margin-top: 2px;
}

/* =========================================================
   BrightCrew FAQ Skin (scoped)
   Uses bc-container so the layout matches other BC sections
   ========================================================= */

.ns-faq.bc-faq{
  background: var(--bc-bg-soft);
  padding-block: clamp(40px, 6vw, 60px);
  color: var(--bc-text);
}

.ns-faq.bc-faq .bc-container{
  max-width: 1180px;
  margin: 0 auto;
  padding-left: clamp(12px, 2vw, 20px);
  padding-right: clamp(12px, 2vw, 20px);
}

/* Layout */
.ns-faq.bc-faq .ns-faq__grid{
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(16px, 3vw, 24px);
  align-items: flex-start;
  width: 100%;
}

/* Left image */
.ns-faq.bc-faq .ns-faq__char-img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  border: 1px solid var(--bc-border-soft);
  box-shadow: var(--bc-shadow-soft);
}

/* Head */
.ns-faq.bc-faq .ns-faq__title{
  margin: 0 0 6px;
  font-size: clamp(24px, 3.2vw, 32px);
  font-weight: 800;
  color: var(--bc-text);
}

.ns-faq.bc-faq .ns-faq__sub{
  margin: 0 0 12px;
  color: var(--bc-text-soft);
}

/* FAQ items */
.ns-faq.bc-faq .ns-faq__list{
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
}

.ns-faq.bc-faq .ns-faq__item{
  background: var(--bc-surface);
  border: 1px solid var(--bc-border-soft);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--bc-shadow-soft);
}

.ns-faq.bc-faq .ns-faq__q{
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  cursor: pointer;
  min-height: 44px;
  color: var(--bc-text);
}

.ns-faq.bc-faq .ns-faq__item[open] .ns-faq__q{
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.ns-faq.bc-faq .ns-faq__chev{
  width: 18px;
  height: 18px;
  opacity: 0.75;
  transition: transform 0.2s ease;
}

.ns-faq.bc-faq .ns-faq__item[open] .ns-faq__chev{
  transform: rotate(180deg);
}

.ns-faq.bc-faq .ns-faq__a{
  padding: 12px 14px;
  color: var(--bc-text-soft);
}

/* Side card */
.ns-faq.bc-faq .ns-faq__side{
  border: 1px solid var(--bc-border-soft);
  background: var(--bc-surface);
  border-radius: 12px;
  padding: 14px;
  display: grid;
  gap: 10px;
  box-shadow: var(--bc-shadow-soft);
}

.ns-faq.bc-faq .ns-faq__side-title{
  margin: 0;
  font-weight: 800;
  color: var(--bc-text);
}

.ns-faq.bc-faq .ns-faq__side-text{
  margin: 0;
  color: var(--bc-text-soft);
}

/* Mobile */
@media (max-width: 900px){
  .ns-faq.bc-faq .ns-faq__grid{ grid-template-columns: 1fr; }
  .ns-faq.bc-faq .ns-faq__char{ order: -1; margin-bottom: 8px; }
  .ns-faq.bc-faq .ns-faq__side{ margin-top: 8px; }
  .ns-faq.bc-faq .ns-faq__q{ padding: 14px; }
}
/* Header card to fill the empty right area */
.ns-faq.bc-faq .ns-faq__head{
  margin: 0 0 12px;
}

.ns-faq.bc-faq .ns-faq__head-card{
  background: var(--bc-surface);
  border: 1px solid var(--bc-border-soft);
  border-radius: 12px;
  box-shadow: var(--bc-shadow-soft);
  padding: 14px 16px;
}

.ns-faq.bc-faq .ns-faq__title{
  margin: 0 0 6px;
}

.ns-faq.bc-faq .ns-faq__sub{
  margin: 0;
}
/* Kill any inherited box styling on the header wrapper */
.ns-faq.bc-faq .ns-faq__head{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 0 12px !important;
  border-radius: 0 !important;
  outline: 0 !important;
}
/* Accent the word "Answered." in the FAQ header */
.ns-faq.bc-faq .ns-faq__title{
  display: inline-flex;
  gap: 0.25ch;
}

/* FAQ title accent — match "One payment" teal */
.ns-faq.bc-faq .ns-faq__accent{
  color: var(--bc-teal);
  font-weight: inherit;
}
.ns-faq__title{
  letter-spacing: -0.01em;
}
/* BrightCrew FAQ: visual demotion pass */
#ns-faq.bc-faq { padding-top: 36px !important; padding-bottom: 48px !important; }

/* tighten the header card a bit */
#ns-faq .ns-faq__head-card {
  padding: 14px 16px;
  border-radius: 16px;
}

/* shrink the character image presence slightly */
#ns-faq .ns-faq__char {
  margin-top: 6px;
}

#ns-faq .ns-faq__char-img {
  max-width: 92%;
}

/* tighten FAQ items */
#ns-faq .ns-faq__item {
  border-radius: 14px;
}

#ns-faq .ns-faq__q {
  padding: 12px 14px;
}

#ns-faq .ns-faq__a {
  padding: 0 14px 12px 14px;
}

/* side card: slightly less “main section” */
#ns-faq .ns-faq__side {
  padding: 14px 16px;
  border-radius: 16px;
}

#ns-faq .ns-faq__title {
  font-size: 1.6rem;
}
