/* ============================================================
   Crescive Agency — LIGHT theme (clean / airy)
   Loaded AFTER styles.css. Flips the palette to a bright base and
   restyles the key surfaces for a clean, professional, modern look.
   Charcoal + copper only. White cards, generous whitespace,
   crisp sections (no dark/light fades), one contained copper CTA.
   ============================================================ */

:root {
  --bg:          #FBFAF7;   /* warm near-white base */
  --bg-raised:   #F3EFE7;   /* alternating sections */
  --surface:     #FFFFFF;   /* cards */
  --surface-2:   #FFFFFF;
  --footer:      #15130E;

  --cream:        #1B1A17;            /* PRIMARY TEXT (ink) */
  --cream-muted:  #595348;            /* body text */
  --cream-faint:  #8B8275;            /* faint */

  --copper:       #B26A38;
  --copper-2:     #C07A45;
  --copper-deep:  #7E4622;
  --copper-soft:  rgba(178,106,56,0.10);
  --copper-line:  rgba(178,106,56,0.24);

  --ink: #FFFFFF;                     /* text on copper buttons */

  --line:   #EAE4D8;
  --line-2: #DDD5C6;

  --radius-md:  12px;
  --radius-lg:  22px;
  --radius-xl:  30px;

  --shadow-sm: 0 1px 2px rgba(27,26,23,0.04), 0 6px 16px rgba(27,26,23,0.05);
  --shadow-md: 0 10px 34px rgba(27,26,23,0.08);
  --shadow-lg: 0 24px 60px rgba(27,26,23,0.12);
  --ring: 0 0 0 3px rgba(178,106,56,0.35);
}

body { background: var(--bg); color: var(--cream-muted); }
.text-copper { color: var(--copper); }

/* ---- Header ---- */
.site-header { background: rgba(251,250,247,0.82); }
.site-header.is-scrolled { background: rgba(251,250,247,0.94); box-shadow: 0 1px 0 rgba(27,26,23,0.03), 0 10px 30px rgba(27,26,23,0.05); }
.lang-toggle { border-color: var(--line-2); color: var(--cream); }

/* ---- Buttons: pill, copper ---- */
.btn { border-radius: var(--radius-pill); }
.btn--primary { background: linear-gradient(135deg, #9F5B2C 0%, #804A24 100%); color: #fff; box-shadow: 0 8px 20px rgba(154,90,46,0.22); }
.btn--primary:hover { background: linear-gradient(135deg, #B06B39 0%, #8A4E27 100%); color: #fff; }
.btn--ghost { background: #fff; color: var(--cream); border-color: var(--line-2); }
.btn--ghost:hover { background: #fff; color: var(--copper-deep); border-color: var(--copper-line); }

/* ---- Sections: crisp, centered heads, generous space ---- */
.section { padding-block: clamp(4.5rem, 9vw, 7.5rem); }
.section--feature { background: var(--bg-raised); }
.section__head { text-align: center; margin-inline: auto; }
.section__head .eyebrow--mono { justify-content: center; }
.section__close { margin-inline: auto; text-align: center; color: var(--cream); }
.eyebrow { color: #8A4E27; }
.eyebrow--mono::before { opacity: 0.85; }

/* Split sections keep left alignment */
.about .section__head, .included .section__head { text-align: left; margin-inline: 0; }
.about .eyebrow--mono, .included .eyebrow--mono { justify-content: flex-start; }

/* Cards on white */
.problem-card, .why-card, .step, .review {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.problem-card:hover, .why-card:hover, .step:hover, .review:hover { border-color: var(--copper-line); box-shadow: var(--shadow-md); }
.problem-card__no { color: var(--copper); opacity: 0.16; }
.problem-card__meta { color: #8A4E27; }
.step__num { color: #8A4E27; }
.step__icon, .why-card__icon { background: var(--copper-soft); border-color: var(--copper-line); color: var(--copper); }

/* ---- HERO: split, light, image card + floating proof ---- */
.hero { position: relative; display: block; min-height: 0; overflow: visible; background: var(--bg);
  padding-block: clamp(2.5rem, 6vw, 5rem) clamp(3.5rem, 8vw, 6.5rem); }
.hero__wash { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero__wash::before { content: ""; position: absolute; top: -25%; right: -8%; width: 55%; height: 85%; background: radial-gradient(circle, rgba(192,122,69,0.16), transparent 64%); }
.hero__wash::after { content: ""; position: absolute; bottom: -30%; left: -12%; width: 48%; height: 75%; background: radial-gradient(circle, rgba(178,106,56,0.08), transparent 66%); }
.hero__grid { position: relative; z-index: 1; display: grid; gap: clamp(2.25rem, 5vw, 3.5rem); align-items: center; }
.hero__copy { max-width: 620px; }
.hero__title { margin-top: 1.1rem; max-width: none; }
.hero__title-main { display: block; font-family: var(--font-display); font-weight: 700; font-size: clamp(2.4rem, 5.3vw, 4rem); line-height: 1.03; letter-spacing: -0.035em; color: var(--cream); }
.hero__title-sub { display: block; margin-top: 0.7rem; font-family: var(--font-display); font-weight: 500; font-size: clamp(1.1rem, 2.2vw, 1.5rem); line-height: 1.3; letter-spacing: -0.015em; color: var(--cream-muted); }
.hero__sub { margin-top: 1.4rem; font-size: clamp(1.05rem, 2vw, 1.2rem); line-height: 1.55; color: var(--cream-muted); max-width: 46ch; }
.hero__actions { margin-top: 2rem; }
.hero__chips { margin-top: 1.75rem; }
.hero__chips li { color: var(--cream); }
.hero__visual { position: relative; }
.hero__card { margin: 0; border-radius: var(--radius-xl); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-lg); aspect-ratio: 5 / 5.4; }
.hero__card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero__float { position: absolute; left: -6%; bottom: 9%; display: inline-flex; align-items: center; gap: 0.7rem; padding: 0.7rem 1rem; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-md); }
.hero__float-icon { flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--copper); color: #fff; display: grid; place-items: center; }
.hero__float-icon svg { width: 18px; height: 18px; }
.hero__float-text { display: flex; flex-direction: column; line-height: 1.25; }
.hero__float-text strong { color: var(--cream); font-size: 0.9rem; font-weight: 600; }
.hero__float-text span { color: var(--cream-muted); font-size: 0.76rem; }

/* ---- Stats: clean centered, big copper numbers ---- */
.stats { background: var(--bg); border-block: none; padding-block: clamp(1rem, 3vw, 2rem) clamp(2.5rem, 5vw, 3.5rem); }
.stats__grid { gap: 2rem 1.5rem; }
.stat { text-align: center; }
.stat__num { justify-content: center; color: var(--copper); }
.stat__unit { color: var(--cream); }
.stat__label { margin-inline: auto; color: var(--cream-muted); }

/* ---- Reframe ---- */
.reframe { background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--copper); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.reframe__kicker { color: #8A4E27; }
.reframe__body { color: var(--cream); }

/* ---- Gallery ---- */
.gallery__item { border-radius: var(--radius-lg); border-color: var(--line); box-shadow: var(--shadow-sm); }

/* ---- Reviews ---- */
.review__stars { color: var(--copper); }
.review blockquote { color: var(--cream); }
.review__name { color: var(--cream); }

/* ---- Mid-page CTA: bold contained copper banner ---- */
.midcta-band { background: var(--bg); border-block: none; padding-block: clamp(1rem, 3vw, 2.25rem); }
.midcta-band::before { display: none; }
.midcta { max-width: 1040px; margin-inline: auto; padding: clamp(2.25rem, 5vw, 3.5rem); border-radius: var(--radius-xl);
  background: linear-gradient(135deg, #B26A38 0%, #8A4E27 100%); box-shadow: var(--shadow-lg); overflow: hidden; }
.midcta__line { color: #fff; max-width: 26ch; }
.midcta .btn { background: #fff; color: var(--copper-deep); box-shadow: 0 8px 20px rgba(0,0,0,0.12); }
.midcta .btn:hover { background: #FBF5EF; color: var(--copper-deep); transform: translateY(-2px); }

/* ---- About ---- */
.about__monogram { background: var(--copper-soft); border-color: var(--copper-line); color: var(--copper); }
.about__body { color: var(--cream-muted); }
.about__sig { color: #8A4E27; }

/* ---- What you get ---- */
.included__media { border-radius: var(--radius-xl); border-color: var(--line); box-shadow: var(--shadow-md); }
.included__tag { background: rgba(255,255,255,0.9); border-color: var(--line); color: var(--cream); }
.included-item .check { background: var(--copper); color: #fff; }
.included-item strong { color: var(--cream); }
.note-callout { background: var(--copper-soft); border-left: 4px solid var(--copper); color: var(--cream-muted); border-radius: var(--radius-md); }

/* ---- FAQ ---- */
.faq { border-top-color: var(--line); }
.faq__item { border-bottom-color: var(--line); }
.faq__q { color: var(--cream); }

/* ---- Final CTA: clean light section, white form card ---- */
.cta-section { background: var(--bg-raised); }
.cta-section::before { display: none; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow-md); }
.field label { color: var(--cream); }
.field input, .field textarea { background: #FBFAF7; border: 1.5px solid var(--line-2); color: var(--cream); }
.field input::placeholder, .field textarea::placeholder { color: var(--cream-faint); }
.form-success__mark { background: var(--copper); color: #fff; }
.form-success__title { color: var(--cream); }
.contact-call { color: var(--cream-muted); }
.contact-call a { color: #8A4E27; }

/* ---- Footer stays dark ---- */
.site-footer {
  --cream: #F6F4EF; --cream-muted: rgba(246,244,239,0.66); --cream-faint: rgba(246,244,239,0.42);
  --copper: #C07A45; --line: rgba(246,244,239,0.10);
}
.footer__email { color: var(--copper); }

/* ---- Chat (light panel) ---- */
.chat__panel { background: #fff; border-color: var(--line); }
.chat__header { background: var(--bg); border-bottom-color: var(--line); }
.chat__title { color: var(--cream); }
.chat__avatar { background: var(--copper-soft); border-color: var(--copper-line); color: var(--copper); }
.chat__body { }
.msg--bot { background: var(--bg-raised); color: var(--cream); border-color: var(--line); }
.msg--user { background: var(--copper); color: #fff; }
.chat__input { border-top-color: var(--line); }
.chat__chip { background: var(--copper-soft); border-color: var(--copper-line); color: var(--cream); }
.chat__field { background: #FBFAF7; border-color: var(--line-2); color: var(--cream); }
.chat__launcher { color: #fff; }
.chat__typing { background: var(--bg-raised); border-color: var(--line); }

/* ---- AA: small copper labels already deepened above (#8A4E27) ---- */

/* ---- Responsive ---- */
@media (min-width: 940px) {
  .hero__grid { grid-template-columns: 1.04fr 0.96fr; }
}
@media (max-width: 939px) {
  .hero__copy { max-width: none; }
  .hero__card { aspect-ratio: 16 / 11; max-width: 560px; margin-inline: auto; }
  .hero__visual { margin-top: 0.5rem; }
  .hero__float { left: 4%; }
}
@media (max-width: 460px) {
  .hero__float { left: 50%; transform: translateX(-50%); bottom: -1.4rem; }
}

/* ============================================================
   Dark sections (crisp full-width blocks, no fades)
   ============================================================ */
.section--dark {
  background: #15130E;
  --bg: #15130E; --bg-raised: #1D1A14; --surface: #211D17;
  --cream: #F6F4EF; --cream-muted: rgba(246,244,239,0.70); --cream-faint: rgba(246,244,239,0.45);
  --copper: #C07A45; --copper-soft: rgba(192,122,69,0.13); --copper-line: rgba(192,122,69,0.32);
  --line: rgba(246,244,239,0.10); --line-2: rgba(246,244,239,0.18);
}
.section--dark .eyebrow { color: var(--copper); }
.section--dark .section__title, .section--dark .section__close { color: var(--cream); }
.section--dark .reframe { background: rgba(246,244,239,0.04); border-color: var(--line); border-left-color: var(--copper); box-shadow: none; }
.section--dark .reframe__kicker { color: var(--copper); }
.section--dark .reframe__body { color: var(--cream); }

/* Dark contact: form on charcoal */
.cta-section.section--dark { background: #15130E; }
.cta-section.section--dark .form-card { background: #211D17; border-color: rgba(246,244,239,0.12); box-shadow: 0 24px 60px rgba(0,0,0,0.40); }
.cta-section.section--dark .field label { color: var(--cream); }
.cta-section.section--dark .field input,
.cta-section.section--dark .field textarea { background: #15130E; border-color: rgba(246,244,239,0.16); color: var(--cream); }
.cta-section.section--dark .field input::placeholder,
.cta-section.section--dark .field textarea::placeholder { color: rgba(246,244,239,0.40); }
.cta-section.section--dark .btn--primary { background: linear-gradient(135deg, #C0824E 0%, #9A5A2E 100%); color: #fff; }
.cta-section.section--dark .form-fineprint { color: rgba(246,244,239,0.50); }
.cta-section.section--dark .form-success__title { color: var(--cream); }
.cta-section.section--dark .form-success p { color: rgba(246,244,239,0.70); }
.cta-section.section--dark .contact-call { color: rgba(246,244,239,0.66); }
.cta-section.section--dark .contact-call a { color: var(--copper); }

/* ============================================================
   Reviews — review-card style (avatar, name, date, stars)
   ============================================================ */
.reviews__rating { display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 1rem; font-size: var(--text-sm); color: var(--cream-muted); }
.reviews__stars { color: #E0A33A; letter-spacing: 0.12em; font-size: 1rem; }
.review { padding: clamp(1.5rem, 3vw, 1.9rem); gap: 0.85rem; }
.review__top { display: flex; align-items: center; gap: 0.8rem; }
.review__avatar { flex: none; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; }
.review__id { display: flex; flex-direction: column; line-height: 1.3; }
.review__name { color: var(--cream); font-weight: 600; }
.review__meta { color: var(--cream-faint); font-size: var(--text-xs); }
.review .review__stars { color: #E0A33A; font-size: 0.95rem; letter-spacing: 0.1em; }
.review blockquote { color: var(--cream-muted); font-size: var(--text-base); line-height: 1.55; }
.reviews .review:nth-child(1) .review__avatar { background: #B26A38; }
.reviews .review:nth-child(2) .review__avatar { background: #3E7C8C; }
.reviews .review:nth-child(3) .review__avatar { background: #7A6A9E; }
.reviews .review:nth-child(4) .review__avatar { background: #4F8A5B; }
.reviews .review:nth-child(5) .review__avatar { background: #C06B57; }
.reviews .review:nth-child(6) .review__avatar { background: #5B7DB1; }
@media (min-width: 900px) { .reviews { grid-template-columns: repeat(3, 1fr); } }

/* ============================================================
   Dashboard mockup (CRM / results visual)
   ============================================================ */
.included__media { border: none; box-shadow: none; overflow: visible; background: transparent; border-radius: 0; }
.dash { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden; }
.dash__bar { display: flex; align-items: center; gap: 0.6rem; padding: 0.7rem 1rem; background: #15130E; }
.dash__dots { display: inline-flex; gap: 5px; }
.dash__dots i { width: 9px; height: 9px; border-radius: 50%; background: rgba(246,244,239,0.28); }
.dash__title { color: rgba(246,244,239,0.9); font-size: var(--text-xs); font-weight: 600; }
.dash__live { margin-left: auto; display: inline-flex; align-items: center; gap: 0.35rem; color: #6CC18C; font-size: var(--text-xs); font-weight: 600; }
.dash__live i { width: 7px; height: 7px; border-radius: 50%; background: #6CC18C; box-shadow: 0 0 8px #6CC18C; }
.dash__body { padding: 1.25rem; }
.dash__kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.7rem; margin-bottom: 1.1rem; }
.dash__kpi { background: var(--bg); border: 1px solid var(--line); border-radius: 12px; padding: 0.85rem 0.6rem; text-align: center; }
.dash__val { display: block; font-family: var(--font-display); font-weight: 700; font-size: clamp(1.3rem, 2.6vw, 1.7rem); color: var(--copper); letter-spacing: -0.02em; }
.dash__lbl { display: block; margin-top: 0.25rem; font-size: 0.64rem; color: var(--cream-muted); text-transform: uppercase; letter-spacing: 0.04em; line-height: 1.25; }
.dash__rows { display: flex; flex-direction: column; gap: 0.55rem; }
.dash__row { display: flex; align-items: center; gap: 0.7rem; padding: 0.7rem 0.85rem; background: var(--bg); border: 1px solid var(--line); border-radius: 12px; font-size: var(--text-sm); }
.dash__rdot { width: 9px; height: 9px; border-radius: 50%; flex: none; }
.dash__rdot--new { background: #5B7DB1; }
.dash__rdot--qual { background: #E0A33A; }
.dash__rdot--appt { background: #4F8A5B; }
.dash__rlabel { color: var(--cream); font-weight: 600; }
.dash__rstat { margin-left: auto; color: var(--cream-muted); font-size: var(--text-xs); }
.dash__rstat--accent { color: var(--copper); font-weight: 600; }
.included__tag { background: #15130E; color: #F6F4EF; border-color: transparent; }
