/* ChatGPT LP — Home Additions wizard. Scoped under .mt-lp. */

.mt-lp { background: #f6f7f5; }
.mt-lp__container { max-width: 860px; margin: 0 auto; padding: 0 20px; }

/* ---- hero ---- */
.mt-lp__hero { background: #1c3146; color: #fff; padding: 56px 0 48px; text-align: center; } /* darker shade of the nav navy #284664 */
.mt-lp__h1 { font-size: 40px; line-height: 1.15; margin: 0 0 14px; font-weight: 800; }
.mt-lp__aihook { color: #a5ecb4; font-size: 23px; line-height: 1.3; font-weight: 700; margin: 0 0 16px; }
.mt-lp__sub { font-size: 18px; line-height: 1.55; max-width: 640px; margin: 0 auto 26px; color: #e8ecea; }
.mt-lp__start.mt-call-cta { display: inline-block; font-size: 18px; padding: 16px 30px; }
/* time-aware Jeff line inside the hero sub (site JS toggles --default/--open) */
.mt-lp__sub .mt-human { display: inline; margin: 0; color: #e8ecea; text-shadow: none; font-size: inherit; }
.mt-lp__sub .mt-human strong { color: #a5ecb4; }
.mt-lp__sub .mt-human[hidden] { display: none; }

/* ---- wizard card ---- */
.mt-lp__wizard-wrap { padding: 40px 0 8px; }
.mt-lp-card { background: #fff; border-radius: 14px; box-shadow: 0 8px 30px rgba(20, 30, 25, .10); padding: 26px 28px 30px; }
.mt-lp-progress { height: 6px; background: #e7eae7; border-radius: 3px; overflow: hidden; }
.mt-lp-progress__bar { height: 100%; width: 0; background: #2e8540; border-radius: 3px; transition: width .35s ease; }
.mt-lp-progress__label { font-size: 13px; color: #6b746e; margin: 8px 0 18px; font-weight: 600; letter-spacing: .03em; }
.mt-lp-q { font-size: 24px; margin: 0 0 6px; color: #1c2327; }
.mt-lp-qsub { font-size: 15px; color: #5b6560; margin: 0 0 18px; }

/* ---- icon tiles ---- */
.mt-lp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 16px; }
.mt-lp-grid--2 { grid-template-columns: repeat(2, 1fr); }
.mt-lp-tile { background: #fbfcfb; border: 2px solid #dfe5e0; border-radius: 12px; padding: 16px 12px 14px; cursor: pointer; text-align: center; transition: border-color .15s, transform .1s, box-shadow .15s; font: inherit; }
.mt-lp-tile:hover { border-color: #2e8540; transform: translateY(-2px); box-shadow: 0 4px 14px rgba(46, 133, 64, .12); }
.mt-lp-tile.is-picked { border-color: #2e8540; background: #f0f7f1; }
.mt-lp-tile svg { width: 44px; height: 44px; display: block; margin: 0 auto 8px; }
.mt-lp-tile strong { display: block; font-size: 15px; color: #1c2327; margin-bottom: 3px; }
.mt-lp-tile span { display: block; font-size: 12.5px; color: #6b746e; line-height: 1.35; }

/* ---- stage rows ---- */
.mt-lp-list { display: flex; flex-direction: column; gap: 10px; margin-top: 14px; }
.mt-lp-row { display: flex; align-items: center; gap: 14px; text-align: left; background: #fbfcfb; border: 2px solid #dfe5e0; border-radius: 10px; padding: 14px 16px; font-size: 16px; color: #1c2327; cursor: pointer; transition: border-color .15s; font-family: inherit; }
.mt-lp-row:hover, .mt-lp-row.is-picked { border-color: #2e8540; }
.mt-lp-row.is-picked { background: #f0f7f1; }
.mt-lp-row em { font-style: normal; flex: 0 0 30px; height: 30px; border-radius: 50%; background: #2e8540; color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: 14px; }

/* ---- text fields ---- */
.mt-lp-field { margin-top: 16px; }
.mt-lp-field input, .mt-lp-field textarea { width: 100%; box-sizing: border-box; font-size: 19px; padding: 15px 16px; border: 2px solid #dfe5e0; border-radius: 10px; font-family: inherit; color: #1c2327; }
.mt-lp-field input:focus, .mt-lp-field textarea:focus { outline: none; border-color: #2e8540; box-shadow: 0 0 0 3px rgba(46, 133, 64, .15); }
.mt-lp-hint { font-size: 13.5px; color: #8a6d1f; margin: 8px 2px 0; min-height: 1em; }
.mt-lp-hint--err { color: #b32d2e; font-weight: 600; }

/* ---- calendar (paged week view — no hidden horizontal scroll) ---- */
.mt-lp-cal { margin-top: 14px; }
.mt-lp-cal__weeknav { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.mt-lp-cal__weeknav span { font-size: 15px; font-weight: 700; color: #38423c; }
.mt-lp-weekbtn { border: 2px solid #dfe5e0; background: #fbfcfb; width: 40px; height: 40px; border-radius: 50%; font-size: 17px; line-height: 1; cursor: pointer; color: #2e8540; font-weight: 700; font-family: inherit; }
.mt-lp-weekbtn:hover:not([disabled]) { border-color: #2e8540; }
.mt-lp-weekbtn[disabled] { opacity: .3; cursor: not-allowed; }
.mt-lp-cal__days { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; }
.mt-lp-day { display: flex; flex-direction: column; gap: 2px; align-items: center; border: 2px solid #dfe5e0; background: #fbfcfb; border-radius: 10px; padding: 9px 2px 8px; cursor: pointer; font-family: inherit; }
.mt-lp-day:hover { border-color: #2e8540; }
.mt-lp-day small { font-size: 11px; color: #6b746e; text-transform: uppercase; letter-spacing: .04em; }
.mt-lp-day strong { font-size: 14px; color: #1c2327; }
.mt-lp-day.is-open { border-color: #2e8540; background: #2e8540; }
.mt-lp-day.is-open small, .mt-lp-day.is-open strong { color: #fff; }
.mt-lp-cal__slots { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin-top: 10px; }
.mt-lp-slot { border: 2px solid #dfe5e0; background: #fbfcfb; border-radius: 8px; padding: 11px 4px; font-size: 14px; font-weight: 600; color: #1c2327; cursor: pointer; font-family: inherit; }
.mt-lp-slot:hover:not([disabled]) { border-color: #2e8540; }
.mt-lp-slot.is-picked { border-color: #2e8540; background: #2e8540; color: #fff; }
.mt-lp-slot[disabled] { opacity: .35; cursor: not-allowed; text-decoration: line-through; }
.mt-lp-cal__picked { margin-top: 14px; }
.mt-lp-cal__picked p { font-size: 14px; font-weight: 700; color: #2e8540; margin: 0 0 8px; }
.mt-lp-chip-slots { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.mt-lp-chip { display: inline-flex; align-items: center; gap: 8px; background: #f0f7f1; border: 1.5px solid #2e8540; color: #1c2327; border-radius: 999px; padding: 6px 8px 6px 8px; font-size: 14px; }
.mt-lp-chip em { font-style: normal; flex: 0 0 22px; height: 22px; border-radius: 50%; background: #2e8540; color: #fff; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; }
.mt-lp-chip button { border: 0; background: #2e8540; color: #fff; width: 22px; height: 22px; border-radius: 50%; cursor: pointer; font-size: 14px; line-height: 1; }
.mt-lp-chip--empty { background: #fbfcfb; border: 1.5px dashed #c3cdc5; color: #8a938c; padding-right: 16px; }
.mt-lp-chip--empty em { background: #c3cdc5; }

/* ---- solar checkbox row (roofs flow) ---- */
.mt-lp-checkrow { display: flex; gap: 14px; align-items: flex-start; border: 2px solid #dfe5e0; border-radius: 10px; padding: 16px; cursor: pointer; margin-top: 16px; background: #fbfcfb; }
.mt-lp-checkrow:hover { border-color: #2e8540; }
.mt-lp-checkrow input[type="checkbox"] { width: 22px; height: 22px; margin-top: 2px; accent-color: #2e8540; cursor: pointer; flex: 0 0 22px; }
.mt-lp-checkrow strong { display: block; font-size: 16px; color: #1c2327; }
.mt-lp-checkrow small { display: block; font-size: 13px; color: #6b746e; margin-top: 3px; }

/* ---- organic hero CTAs: red call + green schedule-online anchor ---- */
html { scroll-behavior: smooth; }
/* .mt-hero-cta--lp and .mt-book-cta moved to the site-wide trust assets in
   functions.php — they're used on the home and project pages too, which
   don't load this stylesheet. */

/* ---- organic-page embed (wizard only, no AI hero) ---- */
.mt-lp-embed { max-width: 860px; margin: 40px auto; padding: 0 20px; }
.mt-lp-embed__title { text-align: center; font-size: 26px; color: #1c2327; margin: 0 0 18px; }

/* ---- nav ---- */
.mt-lp-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 24px; }
.mt-lp-back { border: 0; background: none; color: #5b6560; font-size: 15px; cursor: pointer; padding: 10px 6px; font-family: inherit; }
.mt-lp-back:hover { color: #1c2327; }
.mt-lp-next { border: 0; background: #f03d36; color: #fff; font-size: 17px; font-weight: 700; padding: 14px 30px; border-radius: 10px; cursor: pointer; transition: background .15s; font-family: inherit; }
.mt-lp-next:hover:not([disabled]) { background: #d32f28; }
.mt-lp-next[disabled] { opacity: .45; cursor: not-allowed; }

/* ---- done ---- */
.mt-lp-done { text-align: center; padding: 26px 10px 12px; }
.mt-lp-done h2 { font-size: 26px; margin: 14px 0 8px; color: #1c2327; }
.mt-lp-done p { font-size: 16px; color: #38423c; max-width: 460px; margin: 0 auto 10px; }
.mt-lp-done__alt a { color: #2e8540; font-weight: 700; }

/* ---- under-card privacy line ---- */
.mt-lp-under { display: flex; align-items: center; justify-content: center; gap: 7px; font-size: 13px; color: #6b746e; margin: 14px 0 0; }

/* Google rating widget: the badge-card design is now global (functions.php
   trust assets, .main__rating). Only spacing is tuned per LP section here. */
.mt-lp__hero .rating { margin: 0 auto 26px; }
.mt-lp__proof .rating { margin: 34px auto 0; }
/* proof section (light background) keeps the badge-style card */
.mt-lp__proof .main__rating { background: #fff; border: 1px solid #d7dfe8; border-radius: 8px; padding: 10px 20px; box-shadow: 0 1px 3px rgba(18, 59, 100, .08); }

/* ---- proof section ---- */
.mt-lp__proof { padding: 44px 0 60px; }
/* wider container here so all 5 badges fit on one row like other pages;
   the 3 proof cards stay at a readable width via their own cap */
.mt-lp__proof .mt-lp__container { max-width: 1180px; }
.mt-lp-points { max-width: 940px; margin-left: auto; margin-right: auto; }
.mt-lp__h2 { text-align: center; font-size: 26px; color: #1c2327; margin: 0 0 24px; }
.mt-lp-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 34px; }
.mt-lp-point { background: #fff; border-radius: 12px; padding: 20px 20px 16px; box-shadow: 0 3px 14px rgba(20, 30, 25, .07); }
.mt-lp-point h3 { font-size: 19px; font-weight: 700; margin: 0 0 8px; color: #2e8540; }
.mt-lp-point p { font-size: 14.5px; line-height: 1.55; color: #38423c; margin: 0; }

/* ---- mobile ---- */
@media (max-width: 760px) {
  .mt-lp__h1 { font-size: 21px; }
  .mt-lp__aihook { font-size: 17px; }
  .mt-lp__sub { font-size: 15px; text-align: left; width: auto; max-width: none; margin: 0 0 26px; }
  /* paragraph and red CTA share the same edges on mobile */
  .mt-lp__start.mt-call-cta { display: block; margin-left: 0; margin-right: 0; }
  .mt-lp-card { padding: 20px 16px 24px; }
  .mt-lp-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
  .mt-lp-tile { padding: 13px 8px 11px; }
  .mt-lp-cal__slots { grid-template-columns: repeat(3, 1fr); }
  .mt-lp-points { grid-template-columns: 1fr; }
  .mt-lp-q { font-size: 20px; }
  .mt-lp-field input, .mt-lp-field textarea { font-size: 17px; }
}
