/* b-908766a9d5.css */
/* ============================================
   SE RENOVATION DESIGN SYSTEM
   ============================================ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --maroon: #7B2337;
  --maroon-light: #9B3349;
  --maroon-dark: #5A1A29;
  --brass: #C4935A;
  --brass-light: #D4AD78;
  --gold-start: #d4af37;
  --gold-end: #ecc94b;
  --bg: #FAFAFA;
  --surface: #FFFFFF;
  --text-primary: #271E1F;
  --text-secondary: #6B7280;
  --text-tertiary: #9CA3AF;
  --border: #E5E7EB;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.04);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.06);
  --shadow-lg: 0 12px 40px rgba(0,0,0,0.08);
  --shadow-xl: 0 24px 80px rgba(0,0,0,0.12);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-full: 9999px;
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --transition: 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
body { font-family: var(--font); background: var(--bg); color: var(--text-primary); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 24px; }
.section--alt { background: #F9FAFB; }
.section-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--brass); font-weight: 600; text-align: center; margin-bottom: 6px; }
.section-heading { font-size: clamp(22px, 3vw, 32px); font-weight: 700; color: var(--text-primary); text-align: center; margin-bottom: 40px; line-height: 1.2; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 100ms; }
.reveal-delay-2 { transition-delay: 200ms; }
.reveal-delay-3 { transition-delay: 300ms; }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: var(--radius-md); font-size: 15px; font-weight: 600; font-family: var(--font); border: none; cursor: pointer; transition: all var(--transition); min-height: 48px; }
.btn--primary { background: var(--brass); color: white; }
.btn--primary:hover { background: var(--brass-light); transform: translateY(-1px); }
.btn--ghost { background: rgba(255,255,255,0.1); color: white; border: 1px solid rgba(255,255,255,0.2); }
.btn--ghost:hover { background: rgba(255,255,255,0.15); }
.btn--maroon { background: var(--maroon); color: white; }
.btn--maroon:hover { background: var(--maroon-light); }
.nav { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,0.92); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); padding: 0 24px; height: 64px; display: flex; align-items: center; justify-content: space-between; }
.nav__logo { display: flex; align-items: center; gap: 10px; }
.nav__logo img { height: 36px; width: auto; }
.nav__logo-text { font-weight: 600; font-size: 15px; color: var(--text-primary); }
.nav__links { display: flex; align-items: center; gap: 24px; font-size: 14px; color: var(--text-secondary); }
.nav__links a:hover { color: var(--text-primary); }
.nav__cta { background: var(--maroon); color: white; padding: 8px 18px; border-radius: var(--radius-sm); font-weight: 600; font-size: 13px; }
.nav__phone { color: var(--text-primary); font-weight: 500; }
.nav__hamburger { display: none; background: none; border: none; font-size: 24px; cursor: pointer; }
.nav__mobile-ctas { display: none; }
@media (max-width: 768px) {
  .nav__links { display: none; }
  .nav__hamburger { display: block; }
  .nav__mobile-ctas { display: flex; gap: 8px; align-items: center; }
  .nav__mobile-ctas .btn { padding: 10px 14px; font-size: 12px; min-height: 48px; }
}
.hero { position: relative; padding: 64px 24px 56px; background: linear-gradient(135deg, #1a0a0e 0%, #2d1520 40%, #1a1215 100%); overflow: hidden; min-height: max(480px, 70vh); display: flex; align-items: center; }
.hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.92; z-index: 0; }
.hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,10,12,0.94) 0%, rgba(18,10,12,0.86) 32%, rgba(18,10,12,0.55) 58%, rgba(18,10,12,0.22) 100%); }
@media (max-width: 900px) { .hero__bg::after { background: linear-gradient(180deg, rgba(18,10,12,0.80) 0%, rgba(18,10,12,0.88) 60%, rgba(18,10,12,0.94) 100%); } }
.hero__content { position: relative; z-index: 1; max-width: 560px; }
.hero__badge { display: inline-block; background: rgba(196,147,90,0.15); border: 1px solid rgba(196,147,90,0.3); border-radius: var(--radius-full); padding: 6px 16px; font-size: 12px; color: var(--brass); margin-bottom: 20px; }
.hero__title { font-size: clamp(28px, 5vw, 48px); font-weight: 700; color: white; line-height: 1.12; margin-bottom: 12px; }
.hero__subtitle { font-size: 16px; color: rgba(255,255,255,0.82); line-height: 1.65; margin-bottom: 28px; max-width: 480px; }
.hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; }
@media (max-width: 768px) {
  .hero { padding: 48px 20px 40px; min-height: auto; }
  .hero__title { font-size: 28px; }
}
.trust-bar { background: var(--bg); padding: 18px 24px; display: flex; justify-content: center; gap: 36px; flex-wrap: wrap; border-bottom: 1px solid var(--border); font-size: 13px; color: var(--text-secondary); }
.trust-item { display: flex; align-items: center; gap: 6px; white-space: nowrap; }
.trust-icon { color: var(--brass); }
.steps-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; max-width: 1000px; margin: 0 auto; }
.step-card { text-align: center; }
.step-num { width: 52px; height: 52px; background: rgba(123,35,55,0.07); border-radius: var(--radius-md); margin: 0 auto 14px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 20px; color: var(--maroon); }
.step-title { font-weight: 600; font-size: 15px; margin-bottom: 4px; }
.step-desc { font-size: 13px; color: var(--text-secondary); line-height: 1.5; }
@media (max-width: 768px) { .steps-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .steps-grid { grid-template-columns: 1fr; max-width: 320px; } }
.reviews-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 680px; margin: 0 auto; }
.review-card { background: white; border-radius: var(--radius-md); padding: 20px; border: 1px solid var(--border); }
.review-stars { color: var(--brass); font-size: 15px; margin-bottom: 10px; letter-spacing: 2px; }
.review-text { font-size: 14px; color: var(--text-primary); font-style: italic; line-height: 1.65; margin-bottom: 12px; }
.review-author { font-size: 12px; color: var(--text-secondary); }
@media (max-width: 640px) { .reviews-grid { grid-template-columns: 1fr; } }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 640px; margin: 0 auto; }
.why-card { background: white; border-radius: var(--radius-sm); padding: 18px; border: 1px solid var(--border); display: flex; gap: 14px; align-items: start; transition: transform var(--transition), box-shadow var(--transition); }
.why-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.why-icon { width: 40px; height: 40px; background: rgba(123,35,55,0.06); border-radius: var(--radius-sm); flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: var(--maroon); font-size: 18px; }
.why-title { font-weight: 600; font-size: 14px; margin-bottom: 2px; }
.why-desc { font-size: 12px; color: var(--text-secondary); }
@media (max-width: 640px) { .why-grid { grid-template-columns: 1fr; } }
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: white; border-radius: 12px; border: 1px solid #E5E7EB; overflow: hidden; transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 1px 2px rgba(0,0,0,0.04); }
.faq-item:hover { border-color: #7B2337; transform: translateY(-3px); box-shadow: 0 8px 24px rgba(123,35,55,0.1); }
.faq-item.open { border-color: #7B2337; box-shadow: 0 8px 24px rgba(123,35,55,0.1); }
.faq-q { display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; cursor: pointer; width: 100%; font-weight: 600; font-size: 15px; color: #271E1F; background: none; border: none; text-align: left; font-family: inherit; transition: background 0.2s ease; }
.faq-q:hover { background: rgba(123,35,55,0.02); }
.faq-toggle { font-size: 22px; color: #9CA3AF; transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s ease; flex-shrink: 0; margin-left: 16px; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(123,35,55,0.04); }
.faq-item:hover .faq-toggle { color: #7B2337; background: rgba(123,35,55,0.08); }
.faq-item.open .faq-toggle { transform: rotate(45deg); color: #7B2337; background: rgba(123,35,55,0.08); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s ease; font-size: 15px; color: #6B7280; line-height: 1.7; padding: 0 24px; }
.faq-item.open .faq-a { max-height: 400px; padding: 0 24px 20px; border-top: 1px solid #E5E7EB; }
.cta-block { background: linear-gradient(135deg, var(--maroon), var(--maroon-dark)); padding: 72px 24px; text-align: center; position: relative; overflow: hidden; }
.cta-block::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 50%, rgba(196,147,90,0.08), transparent 60%); }
.cta-block__title { font-size: clamp(22px, 3vw, 30px); font-weight: 700; color: white; margin-bottom: 10px; position: relative; }
.cta-block__subtitle { font-size: 15px; color: rgba(255,255,255,0.55); margin-bottom: 24px; position: relative; }
.cta-block .btn { position: relative; }
.cta-block__proof { font-size: 12px; color: rgba(255,255,255,0.3); margin-top: 14px; position: relative; }
.footer { background: var(--text-primary); padding: 48px 24px 24px; color: var(--text-secondary); font-size: 13px; }
.footer__grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 32px; max-width: 900px; margin: 0 auto 32px; }
.footer__title { color: white; font-weight: 600; font-size: 14px; margin-bottom: 10px; }
.footer__links { display: flex; flex-direction: column; gap: 6px; }
.footer__links a:hover { color: white; }
.footer__logo { height: 48px; margin-bottom: 14px; }
.footer__bottom { border-top: 1px solid #3a3335; padding-top: 20px; text-align: center; color: #6B7280; max-width: 900px; margin: 0 auto; }
@media (max-width: 640px) { .footer__grid { grid-template-columns: 1fr; text-align: center; } .footer__logo { margin: 0 auto 14px; } }
.breadcrumbs { padding: 12px 24px; font-size: 12px; color: var(--text-tertiary); background: var(--surface); border-bottom: 1px solid var(--border); }
.breadcrumbs a { color: var(--text-secondary); }
.breadcrumbs a:hover { color: var(--text-primary); }
.breadcrumbs span { margin: 0 6px; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .why-card { transition: none; } .faq-toggle { transition: none; } .faq-a { transition: none; } .btn { transition: none; } }

/* kill-legacy-widgets-88a788.css */
/* Defensive kill of legacy floating-mic + chat-widget DOM hooks */
#se-voice-fab,#se-voice-overlay,#se-voice-body,#se-voice-form,#se-voice-err,
#se-voice-style,.se-voice-fab-inner,.se-voice-orb,.se-voice-panel,.se-voice-form,
.se-voice-close,.se-voice-state,.se-voice-hint,.se-voice-sub,
#se-chat,#se-chat-bubble,#se-chat-panel,.se-chat-fab,.se-chat-launcher,
[data-se-voice],[data-se-chat]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;position:absolute!important;width:0!important;height:0!important;overflow:hidden!important;}

/* se-landing-hero-brighten-c21bc0.css */
/* Bright editorial hero — the photo carries the page; a left-anchored
     gradient keeps the white headline legible without darkening the whole
     image. Source order beats specificity ties on the original .hero rule. */
  .hero {
    background: #0e0a0c !important;
  }
  .hero__bg {
    opacity: 1 !important;
    filter: saturate(1.05) contrast(1.02);
  }
  .hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg,
        rgba(10,8,10,0.78) 0%,
        rgba(10,8,10,0.55) 28%,
        rgba(10,8,10,0.22) 58%,
        rgba(10,8,10,0) 100%),
      linear-gradient(180deg,
        rgba(0,0,0,0) 60%,
        rgba(0,0,0,0.35) 100%);
    z-index: 0;
    pointer-events: none;
  }
  .hero__content {
    z-index: 2 !important;
  }
  @media (max-width: 768px) {
    .hero::after {
      background:
        linear-gradient(180deg,
          rgba(10,8,10,0.55) 0%,
          rgba(10,8,10,0.35) 50%,
          rgba(10,8,10,0.7) 100%);
    }
  }

/* se-a11y-perf-overrides-15a2d0.css */
/* WCAG 2.4.1 Bypass Blocks — make the skip-link keyboard-reachable.
     The inline .skip-link on every landing page is off-screen with no
     :focus rule, so keyboard/switch users cannot bypass the nav.
     Confirmed in audit. */
  .skip-link:focus, .skip-link:focus-visible {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    height: auto !important;
    padding: 10px 16px !important;
    background: #7B2337 !important;
    color: #fff !important;
    z-index: 10000 !important;
    display: inline-block !important;
    text-decoration: underline !important;
    outline: 3px solid #C4935A !important;
  }

  /* WCAG 1.4.3 — brass (#C4935A) on white is ~2.9:1, fails AA.
     Add a text-safe variant and use it wherever brass is a foreground
     color on light. --brass keeps its old value so background/border
     usages are unchanged. */
  :root {
    --brass-on-light: #8A5A22;
  }
  .trust-icon,
  .review-stars,
  .section-label,
  a[style*="color:var(--brass)"],
  a[style*="color: var(--brass)"] {
    color: var(--brass-on-light) !important;
  }
  /* Inline pricing labels on landing pages use color:var(--brass) as text */
  [style*="color:var(--brass)"] { color: var(--brass-on-light) !important; }

  /* Primary CTA (.btn--primary) uses brass background with white text —
     ~2.9:1 contrast on white. Swap to maroon (~9.7:1). Keep hover legible. */
  .btn.btn--primary,
  button.btn--primary,
  a.btn--primary {
    background: #7B2337 !important;
    color: #fff !important;
  }
  .btn.btn--primary:hover,
  button.btn--primary:hover,
  a.btn--primary:hover {
    background: #5A1A29 !important;
    color: #fff !important;
  }

  /* Pricing why-grid: several landing pages inline
     grid-template-columns: 1fr 1fr 1fr; which forces 3 cols even at
     320px and triggers horizontal overflow. Override at mobile. */
  @media (max-width: 640px) {
    .why-grid[style*="grid-template-columns:1fr 1fr 1fr"],
    .why-grid[style*="grid-template-columns: 1fr 1fr 1fr"] {
      grid-template-columns: 1fr !important;
    }
  }

/* se-reduced-motion-8cf60a.css */
/* WCAG 2.3.3 — respect prefers-reduced-motion for the persistent
     Dakota card glow, avatar-status ping, hero-play button pulse, and
     any other decorative loops. */
  @media (prefers-reduced-motion: reduce) {
    .dakota-card, .dakota-reopen, .dakota-card__status, .dakota-reopen__dot,
    .hero-sound-overlay__icon, .hero-sound-overlay {
      animation: none !important;
      transition: none !important;
    }
    /* Kill any other keyframe-driven ambience */
    *, *::before, *::after {
      animation-duration: 0.001ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.001ms !important;
      scroll-behavior: auto !important;
    }
  }

/* se-global-overflow-4c531f.css */
/* Kill horizontal scroll site-wide. Belt-and-suspenders for any
     descendant that misbehaves (quiz transforms, wide iframes,
     inline-styled grids). */
  html, body {
    overflow-x: hidden;
    max-width: 100vw;
    overscroll-behavior-x: none;
  }
  /* Prevent any element from causing horizontal overflow */
  body > * { max-width: 100vw; }

  /* Hero video: use dynamic viewport height so iOS Safari's collapsing
     address bar doesn't cause a jump. 100dvh > 100vh where supported;
     fallback stays as 100vh. */
  @supports (height: 100dvh) {
    .hero, section#hero.hero, section#hero.section.hero {
      min-height: 100dvh !important;
    }
  }
  /* Mobile hero: ensure the video actually fills without letterbox
     stripes from the address-bar zone. */
  @media (max-width: 768px) {
    .hero video, .hero #hero-video {
      min-height: 100% !important;
      min-width: 100% !important;
    }
  }

  /* Widen Dakota mobile-defer from ≤480 to ≤768 so it doesn't overlap
     the quiz/hero CTAs on tablets and larger phones either. Card starts
     collapsed as a bubble; user taps to expand. */
  @media (max-width: 768px) {
    body:not([data-dakota-opened]) #dakota-card {
      display: none !important;
    }
    body:not([data-dakota-opened]) #dakota-reopen {
      display: flex !important;
    }
  }
