/* Treasure Valley Junk Removal — distinct template #3 (deep blue + sun yellow, rounded, centered hero) */
:root {
  --blue: #1e3a8a;
  --blue-bright: #2563eb;
  --sun: #facc15;
  --sun-deep: #eab308;
  --sky: #eff6ff;
  --char: #1f2937;
  --gray: #6b7280;
  --bord: #e5e7eb;
  --wt: #ffffff;
}

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

body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: var(--char);
  background: var(--wt);
  line-height: 1.7;
  font-size: 16px;
}

h1, h2, h3 { font-family: "Trebuchet MS", Verdana, sans-serif; letter-spacing: -0.2px; }

a { color: var(--blue-bright); }

/* Announcement */
.announce {
  background: var(--sun);
  color: #713f12;
  text-align: center;
  font-weight: 700;
  padding: 8px 16px;
  font-size: 14.5px;
}
.announce a { color: #713f12; }

/* Nav */
.tvnav {
  background: var(--blue);
  padding: 14px 20px;
}
.tvnav-in {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.tvbrand { color: var(--wt); text-decoration: none; display: flex; align-items: center; gap: 10px; }
.tvbrand .mark {
  background: var(--sun);
  color: var(--blue);
  font-weight: 900;
  border-radius: 10px;
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  font-size: 19px;
}
.tvbrand .bn { font-weight: 800; font-size: 19px; line-height: 1.15; }
.tvbrand .bn small { display: block; font-weight: 400; font-size: 11.5px; opacity: 0.85; letter-spacing: 1.2px; text-transform: uppercase; }

.tvlinks { display: flex; gap: 18px; flex-wrap: wrap; }
.tvlinks a { color: #dbeafe; text-decoration: none; font-weight: 600; font-size: 15px; }
.tvlinks a:hover { color: var(--sun); }

.ringbtn {
  background: var(--sun);
  color: var(--blue) !important;
  font-weight: 900;
  text-decoration: none;
  padding: 11px 20px;
  border-radius: 999px;
  font-size: 15.5px;
  white-space: nowrap;
}
.ringbtn:hover { background: var(--sun-deep); }

/* Hero — centered */
.tvhero {
  background: linear-gradient(180deg, var(--blue) 0%, #274796 100%);
  color: var(--wt);
  text-align: center;
  padding: 60px 20px 70px;
}
.tvhero h1 { font-size: clamp(29px, 4.8vw, 44px); max-width: 800px; margin: 0 auto; line-height: 1.18; }
.tvhero .sub { max-width: 620px; margin: 16px auto 0; color: #dbeafe; font-size: 17.5px; }
.tvhero .cta-row { margin-top: 28px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.bigyellow {
  background: var(--sun);
  color: var(--blue);
  font-weight: 900;
  font-size: 18px;
  padding: 15px 30px;
  border-radius: 999px;
  text-decoration: none;
}
.bigyellow:hover { background: var(--sun-deep); }
.outline {
  border: 2px solid #93b4f8;
  color: var(--wt);
  font-weight: 700;
  padding: 13px 26px;
  border-radius: 999px;
  text-decoration: none;
}
.tvhero .props { margin-top: 30px; display: flex; gap: 26px; justify-content: center; flex-wrap: wrap; font-size: 14.5px; color: #bfdbfe; }

/* Sections */
.sect { max-width: 1060px; margin: 0 auto; padding: 52px 20px; }
.sect-h { text-align: center; margin-bottom: 34px; }
.sect-h h2 { font-size: clamp(23px, 3.2vw, 31px); color: var(--blue); }
.sect-h p { color: var(--gray); max-width: 640px; margin: 8px auto 0; }

/* Service tiles */
.tiles { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.tile {
  border: 2px solid var(--bord);
  border-radius: 16px;
  padding: 24px;
  background: var(--wt);
  transition: border-color 0.15s;
}
.tile:hover { border-color: var(--blue-bright); }
.tile .em { font-size: 30px; }
.tile h3 { color: var(--blue); font-size: 18.5px; margin: 10px 0 6px; }
.tile h3 a { color: inherit; text-decoration: none; }
.tile p { font-size: 14.5px; color: var(--gray); }
.tile .tgo { display: inline-block; margin-top: 10px; font-weight: 700; font-size: 14px; text-decoration: none; }

/* Price chart */
.pricechart { width: 100%; border-collapse: separate; border-spacing: 0; margin: 18px 0; font-size: 15px; border: 2px solid var(--bord); border-radius: 14px; overflow: hidden; }
.pricechart th { background: var(--blue); color: var(--wt); padding: 12px 15px; text-align: left; }
.pricechart td { padding: 12px 15px; border-top: 1px solid var(--bord); }
.pricechart tr:nth-child(even) td { background: var(--sky); }

/* Article */
.art { max-width: 740px; margin: 0 auto; }
.art h2 { color: var(--blue); font-size: 24px; margin: 34px 0 10px; }
.art h3 { color: var(--blue); font-size: 19px; margin: 22px 0 8px; }
.art p { margin: 12px 0; }
.art ul, .art ol { margin: 12px 0 12px 24px; }
.art li { margin: 6px 0; }

/* FAQ */
.tvfaq details { border: 2px solid var(--bord); border-radius: 14px; margin: 10px 0; }
.tvfaq summary { cursor: pointer; padding: 15px 18px; font-weight: 700; color: var(--blue); }
.tvfaq .fa { padding: 0 18px 15px; color: var(--gray); font-size: 15px; }

/* Steps strip */
.stepstrip { background: var(--sky); border-radius: 20px; padding: 34px 26px; display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.stp { text-align: center; }
.stp .num {
  width: 42px; height: 42px; margin: 0 auto 10px;
  background: var(--blue); color: var(--sun);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 18px;
}
.stp h3 { font-size: 16.5px; color: var(--blue); margin-bottom: 4px; }
.stp p { font-size: 13.5px; color: var(--gray); }

/* Cities */
.citypills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.citypills a {
  background: var(--sky);
  border: 2px solid #bfdbfe;
  color: var(--blue);
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14.5px;
}
.citypills a:hover { border-color: var(--blue-bright); }

/* Yellow CTA band */
.sunband { background: var(--sun); text-align: center; padding: 46px 20px; }
.sunband h2 { color: var(--blue); font-size: clamp(22px, 3vw, 29px); }
.sunband p { color: #854d0e; margin: 8px auto 20px; max-width: 520px; }
.bluebtn {
  background: var(--blue);
  color: var(--wt);
  font-weight: 800;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 17px;
}
.bluebtn:hover { background: #16276b; }

/* Footer */
.tvfoot { background: #111c3d; color: #9db0d9; padding: 42px 20px 24px; font-size: 14.5px; }
.tvfoot-in { max-width: 1060px; margin: 0 auto; display: grid; gap: 28px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.tvfoot h4 { color: var(--wt); margin-bottom: 10px; font-size: 15.5px; }
.tvfoot a { color: #9db0d9; text-decoration: none; display: inline-block; margin: 3px 0; }
.tvfoot a:hover { color: var(--sun); }
.tvfoot .fone { color: var(--sun); font-weight: 900; font-size: 20px; }
.tvfoot-tail { max-width: 1060px; margin: 26px auto 0; border-top: 1px solid #26355e; padding-top: 15px; font-size: 12.5px; color: #6d7fa8; }

/* Book form */
.bookform { display: grid; gap: 13px; max-width: 520px; margin: 0 auto; }
.bookform label { font-weight: 700; font-size: 13.5px; color: var(--blue); }
.bookform input, .bookform select, .bookform textarea {
  width: 100%; padding: 12px 14px; border: 2px solid var(--bord); border-radius: 12px; font-size: 16px; font-family: inherit;
}
.bookform input:focus, .bookform select:focus, .bookform textarea:focus { outline: none; border-color: var(--blue-bright); }
.bookform button {
  background: var(--sun); color: var(--blue); border: none;
  padding: 15px; border-radius: 999px; font-weight: 900; font-size: 17px; cursor: pointer;
}
.bookform button:hover { background: var(--sun-deep); }

/* Interior header */
.inthead { background: var(--blue); color: var(--wt); text-align: center; padding: 42px 20px; }
.inthead h1 { font-size: clamp(25px, 4vw, 36px); max-width: 780px; margin: 0 auto; line-height: 1.2; }
.inthead p { color: #dbeafe; max-width: 620px; margin: 12px auto 0; }
.inthead .cta-row { margin-top: 22px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.crumbline { font-size: 13px; color: var(--gray); margin-bottom: 14px; text-align: left; }

/* Mobile call bar */
.mobilering {
  display: none; position: fixed; bottom: 12px; left: 12px; right: 12px;
  background: var(--sun); color: var(--blue); font-weight: 900;
  text-align: center; padding: 15px; border-radius: 999px; font-size: 17px;
  text-decoration: none; box-shadow: 0 6px 18px rgba(0,0,0,0.25); z-index: 99;
}
@media (max-width: 740px) {
  .tvlinks { display: none; }
  .mobilering { display: block; }
  body { padding-bottom: 72px; }
}
