.elementor-1177 .elementor-element.elementor-element-c448557{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.5;--padding-top:100px;--padding-bottom:100px;--padding-left:180px;--padding-right:100px;}.elementor-1177 .elementor-element.elementor-element-c448557::before, .elementor-1177 .elementor-element.elementor-element-c448557 > .elementor-background-video-container::before, .elementor-1177 .elementor-element.elementor-element-c448557 > .e-con-inner > .elementor-background-video-container::before, .elementor-1177 .elementor-element.elementor-element-c448557 > .elementor-background-slideshow::before, .elementor-1177 .elementor-element.elementor-element-c448557 > .e-con-inner > .elementor-background-slideshow::before, .elementor-1177 .elementor-element.elementor-element-c448557 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-1177 .elementor-element.elementor-element-c448557:not(.elementor-motion-effects-element-type-background), .elementor-1177 .elementor-element.elementor-element-c448557 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-1177 .elementor-element.elementor-element-5b8f2c6{--display:flex;}.elementor-1177 .elementor-element.elementor-element-5b8f2c6.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1177 .elementor-element.elementor-element-713b847 .elementor-heading-title{font-size:40px;line-height:1.2em;color:#FFFFFF;}.elementor-1177 .elementor-element.elementor-element-a1d08d2{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-1177 .elementor-element.elementor-element-c448557{--overlay-opacity:0.73;--padding-top:80px;--padding-bottom:80px;--padding-left:60px;--padding-right:60px;}}@media(max-width:767px){.elementor-1177 .elementor-element.elementor-element-c448557{--overlay-opacity:0.62;--padding-top:60px;--padding-bottom:60px;--padding-left:40px;--padding-right:40px;}.elementor-1177 .elementor-element.elementor-element-713b847 .elementor-heading-title{font-size:30px;}}@media(min-width:768px){.elementor-1177 .elementor-element.elementor-element-5b8f2c6{--width:98.844%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1177 .elementor-element.elementor-element-5b8f2c6{--width:81%;}}/* Start custom CSS */:root {
    --charcoal: #1C2230;
    --ink: #303845;
    --red: #722030;
    --red-light: #F5E8EA;
    --gold: #DAA11B;
    --gold-light: #FDF8E8;
    --cream: #F7F4EF;
    --sand: #E8E2D6;
    --muted: #6B7280;
    --white: #FFFFFF;
    --green: #2D6A4F;
    --green-light: #E8F5EE;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  html {
    scroll-behavior: smooth;
    color-scheme: light only;
  }

  body {
    background: var(--cream) !important;
    color: var(--ink) !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
  }

  /* Top bar removed: WordPress theme handles site navigation */

  /* HERO */
  .hero {
    background: var(--red);
    padding: 64px 24px 72px;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 40px,
      rgba(255,255,255,0.03) 40px,
      rgba(255,255,255,0.03) 41px
    );
  }
  .hero-inner {
    max-width: 760px;
    margin: 0 auto;
    position: relative;
  }
  .hero-breadcrumb {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .hero-breadcrumb span { color: rgba(255,255,255,0.25); }
  .hero h1 {
    font-family: 'Lora', serif;
    font-size: clamp(26px, 4.5vw, 42px);
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.2;
    margin-bottom: 22px;
  }
  .hero-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .hero-meta-item {
    font-size: 13px;
    color: rgba(255,255,255,0.45);
    display: flex;
    align-items: center;
    gap: 6px;
  }

  /* LAYOUT */
  .page-layout {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 56px;
    align-items: start;
  }
  @media (max-width: 860px) {
    .page-layout { grid-template-columns: 1fr; gap: 0; }
    .sidebar { display: none; }
  }

  /* MAIN ARTICLE */
  .article-body {
    padding: 52px 0 80px;
    min-width: 0;
    background: var(--cream) !important;
  }

  /* TL;DR */
  .tldr {
    background: var(--gold-light);
    border-left: 4px solid var(--gold);
    border-radius: 0 8px 8px 0;
    padding: 22px 24px;
    margin-bottom: 44px;
  }
  .tldr-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 10px;
  }
  .tldr p {
    font-size: 15px;
    line-height: 1.75;
    color: #4A3A1F;
  }

  /* TYPOGRAPHY */
  .article-body h2 {
    font-family: 'Lora', serif;
    font-size: clamp(21px, 2.8vw, 27px);
    font-weight: 700;
    color: var(--charcoal);
    line-height: 1.25;
    margin-top: 56px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--sand);
  }
  .article-body h3 {
    font-family: 'Lora', serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--charcoal);
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .article-body p {
    margin-bottom: 18px;
    color: var(--ink);
  }
  .article-body a {
    color: var(--red);
    text-decoration: underline;
    text-decoration-color: rgba(114,32,48,0.35);
    text-underline-offset: 2px;
    transition: color 0.15s;
  }
  .article-body a:hover { color: #8F2A3C; }

  /* ANSWER CAPSULE */
  .answer-capsule {
    background: var(--gold-light);
    border-left: 4px solid var(--gold);
    border-radius: 0 8px 8px 0;
    padding: 18px 22px;
    margin: 4px 0 24px;
    font-size: 15.5px;
    line-height: 1.7;
    color: #4A3A1F;
  }

  /* CHECKLIST */
  .checklist-box {
    background: var(--red-light);
    border: 1px solid rgba(114,32,48,0.25);
    border-radius: 10px;
    padding: 24px 26px;
    margin: 24px 0 32px;
  }
  .checklist-box-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .checklist {
    list-style: none;
    display: grid;
    gap: 9px;
  }
  .checklist li {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    font-size: 15px;
    color: var(--ink);
  }
  .check-dot {
    width: 20px; height: 20px;
    background: var(--red);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    margin-top: 3px;
  }
  .check-dot svg { width: 10px; height: 10px; }

  /* RESPONSIBILITY TABLE */
  .resp-table-wrap {
    overflow-x: auto;
    margin: 20px 0 28px;
    border-radius: 8px;
    border: 1px solid var(--sand);
  }
  .resp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14.5px;
  }
  .resp-table thead tr { background: var(--charcoal); }
  .resp-table th {
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: white;
  }
  .resp-table td {
    padding: 12px 16px;
    border-bottom: 1px solid var(--sand);
    vertical-align: top;
    color: var(--ink);
  }
  .resp-table tr:last-child td { border-bottom: none; }
  .resp-table tr:nth-child(even) td { background: rgba(247,244,239,0.6); }
  .badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
  }
  .badge-you { background: var(--red-light); color: var(--red); }
  .badge-us { background: var(--green-light); color: var(--green); }
  .badge-either { background: var(--gold-light); color: #7A5A0A; }

  /* SHEEN GRID */
  .sheen-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 18px 0 28px;
  }
  @media (max-width: 540px) { .sheen-grid { grid-template-columns: 1fr; } }
  .sheen-card {
    border: 1px solid var(--sand);
    border-radius: 8px;
    padding: 14px 16px;
    background: var(--white);
  }
  .sheen-name {
    font-size: 13px;
    font-weight: 700;
    color: var(--charcoal);
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .sheen-dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
  }
  .sheen-card p {
    font-size: 13px;
    color: var(--muted);
    margin: 0;
    line-height: 1.5;
  }

  /* MISTAKE LIST */
  .mistake-list {
    list-style: none;
    display: grid;
    gap: 14px;
    margin: 18px 0 28px;
  }
  .mistake-list li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: var(--white);
    border: 1px solid var(--sand);
    border-left: 4px solid var(--red);
    border-radius: 0 8px 8px 0;
    padding: 14px 16px;
  }
  .mistake-num {
    font-family: 'Lora', serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--red);
    flex-shrink: 0;
    line-height: 1.4;
  }
  .mistake-text strong {
    display: block;
    font-size: 14.5px;
    font-weight: 700;
    color: var(--charcoal);
    margin-bottom: 4px;
  }
  .mistake-text span {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.6;
  }

  /* CALLOUT */
  .callout {
    border-radius: 8px;
    padding: 18px 22px;
    margin: 24px 0;
  }
  .callout-tip {
    background: var(--gold-light);
    border: 1px solid #E8C870;
  }
  .callout-tip .callout-label { color: #8B6514; }
  .callout-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .callout p { font-size: 15px; margin: 0; line-height: 1.7; color: var(--ink); }

  /* CTA BLOCK */
  .cta-block {
    background: var(--charcoal);
    border-radius: 12px;
    padding: 36px 32px;
    margin: 44px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .cta-block::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(-45deg, transparent, transparent 30px, rgba(255,255,255,0.02) 30px, rgba(255,255,255,0.02) 31px);
  }
  .cta-block * { position: relative; }
  .cta-block h3 {
    font-family: 'Lora', serif;
    font-size: 22px;
    font-weight: 700;
    color: white;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .cta-block p {
    font-size: 15px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 22px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .cta-btn {
    display: inline-block;
    background: var(--red);
    color: white !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 13px 28px;
    border-radius: 6px;
    transition: background 0.2s;
    position: relative;
    z-index: 2;
  }
  .cta-btn:hover { background: #8F2A3C; color: white !important; text-decoration: none !important; }
  .cta-phone {
    display: block;
    margin-top: 12px;
    font-size: 13.5px;
    color: rgba(255,255,255,0.4);
  }
  .cta-phone a { color: rgba(255,255,255,0.65); text-decoration: none; }

  /* DAY ONE STEPS */
  .day-steps {
    display: grid;
    gap: 12px;
    margin: 18px 0 28px;
  }
  .day-step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: var(--white);
    border: 1px solid var(--sand);
    border-radius: 8px;
    padding: 16px 18px;
  }
  .step-num {
    width: 36px; height: 36px;
    background: var(--charcoal);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Lora', serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--gold);
    flex-shrink: 0;
  }
  .step-content strong {
    display: block;
    font-size: 14.5px;
    font-weight: 700;
    color: var(--charcoal);
    margin-bottom: 4px;
  }
  .step-content span {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.6;
  }

  /* DIVIDER */
  .section-rule {
    border: none;
    border-top: 1px solid var(--sand);
    margin: 44px 0;
  }

  /* FAQ */
  .faq-section { margin-top: 56px; }
  .faq-section h2 {
    font-family: 'Lora', serif;
    font-size: 26px;
    font-weight: 700;
    color: var(--charcoal);
    margin-bottom: 28px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--sand);
    margin-top: 0;
  }
  .faq-item {
    border-bottom: 1px solid var(--sand);
    padding: 28px 0;
  }
  .faq-section h2 + .faq-item { padding-top: 0; }
  .faq-item:last-child { border-bottom: none; padding-bottom: 0; }
  .faq-q {
    font-family: 'Lora', serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--red);
    margin-bottom: 12px;
    line-height: 1.3;
  }
  .faq-a {
    font-size: 15.5px;
    color: var(--ink);
    line-height: 1.8;
  }

  /* SIDEBAR */
  .sidebar {
    padding-top: 52px;
    position: sticky;
    top: 64px;
  }
  .sidebar-card {
    background: var(--white);
    border: 1px solid var(--sand);
    border-radius: 10px;
    padding: 22px;
    margin-bottom: 20px;
  }
  .sidebar-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 14px;
  }
  .toc-list { list-style: none; display: grid; gap: 4px; padding: 0; margin: 0; }
  .toc-list li a {
    font-size: 13.5px;
    color: var(--ink);
    text-decoration: none;
    display: block;
    padding: 5px 8px;
    border-radius: 4px;
    transition: background 0.15s, color 0.15s;
    line-height: 1.4;
  }
  .toc-list li a:hover { background: var(--red-light); color: var(--red); }
  .sidebar-cta {
    background: var(--red);
    border-radius: 10px;
    padding: 22px;
    text-align: center;
  }
  .sidebar-cta h4 {
    font-family: 'Lora', serif;
    font-size: 17px;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
    line-height: 1.3;
  }
  .sidebar-cta p {
    font-size: 13px;
    color: rgba(255,255,255,0.75);
    margin-bottom: 16px;
    line-height: 1.5;
  }
  .sidebar-cta a.btn {
    display: block;
    background: white;
    color: var(--charcoal) !important;
    font-size: 13.5px;
    font-weight: 700;
    padding: 10px;
    border-radius: 6px;
    text-decoration: none !important;
    margin-bottom: 10px;
    transition: background 0.2s;
  }
  .sidebar-cta a.btn:hover { background: var(--cream); color: var(--charcoal) !important; }
  .sidebar-cta .phone {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
  }
  .sidebar-cta .phone a {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    font-weight: 600;
  }/* End custom CSS */