/*
Theme Name: Blake Buys Houses
Theme URI: https://sellblakemyhouse.com
Author: Blake Buys Houses
Description: Custom WordPress theme for Blake Buys Houses in Tyler, Texas and Smith County.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: blake-buys-houses
*/
@import url("https://fonts.googleapis.com/css2?family=Belgrano&family=Source+Sans+Pro:wght@400;600;700;900&display=swap");
:root {
  --lime: #bddf58;
  --lime2: #d1ef72;
  --ink: #11150a;
  --cream: #f7f5ed;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  background: #fff;
}
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.form-notice {
  padding: 12px 14px;
  border-radius: 4px;
  font-size: 14px;
}
.form-notice.success {
  background: #edf5d9;
  color: #30400d;
  border: 1px solid #bddf58;
}
.form-notice.error {
  background: #fff0ed;
  color: #7a2018;
  border: 1px solid #e4a49d;
}
a {
  color: inherit;
  text-decoration: none;
}
.wrap {
  width: min(1160px, calc(100% - 40px));
  margin: auto;
}
.narrow {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.center {
  text-align: center;
}
.site-header {
  background: #080a05;
  color: #fff;
}
.topbar {
  height: 138px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  align-self: stretch;
  display: flex;
  align-items: center;
}
.brand img {
  width: 230px;
  max-height: 132px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px #bddf5850);
}
.trust {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border: 1px solid #343a2b;
  border-radius: 10px;
  background: #171a13;
  font-size: 12px;
  color: #d7dacd;
}
.trust b {
  background: #fff;
  color: #17688b;
  padding: 9px;
}
.blake-bbb-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.blake-bbb-badge img {
  display: block;
  width: 200px;
  height: auto;
}
.phone {
  background: var(--lime);
  color: #121708;
  border-radius: 16px;
  padding: 12px 22px;
  font-size: 22px;
  font-weight: 1000;
  box-shadow: 0 0 30px #bddf5840;
}
.phone small {
  display: block;
  font-size: 10px;
  letter-spacing: 2px;
}
.site-header nav {
  background: #41413f;
  border-top: 2px solid var(--lime);
}
.nav-inner {
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 55px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
.nav-inner a:hover {
  color: var(--lime);
}
.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, #2a3916 0, transparent 30%),
    linear-gradient(120deg, #050704 0%, #141a0c 62%, #050704 100%);
  color: #fff;
  padding: 86px 0;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 28px;
  max-width: 760px;
  text-align: center;
}
.eyebrow {
  text-transform: uppercase;
  color: var(--lime2);
  font-size: 13px;
  letter-spacing: 4px;
  font-weight: 900;
  margin: 0 0 17px;
}
.eyebrow.dark {
  color: #687d23;
}
.hero h1 {
  font-family: "Belgrano", Georgia, serif;
  font-size: 58px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1.2;
  margin: 0 0 25px;
}
.hero h1 span {
  color: var(--lime);
}
.lead {
  font-size: 20px;
  line-height: 1.65;
  color: #e2e5da;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 25px;
  margin: 27px 0;
  font-weight: 800;
}
.text-link {
  display: inline-block;
  color: var(--lime2);
  font-weight: 900;
  border-bottom: 2px solid var(--lime);
  padding-bottom: 4px;
}
.offer-card {
  background: #fff;
  color: var(--ink);
  border-radius: 8px;
  padding: 34px;
  box-shadow:
    0 7px 0 var(--lime),
    0 20px 50px #0008;
  width: min(520px, 100%);
  margin: 0 auto;
}
.offer-card h2 {
  font-family: "Belgrano", Georgia, serif;
  font-weight: 700;
  font-size: 34px;
  margin: 3px 0 22px;
}
.form-kicker {
  text-transform: uppercase;
  color: #627420;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 900;
}
.offer-card label {
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-top: 13px;
}
.offer-card label small {
  font-weight: 400;
  color: #777;
}
.offer-card input {
  display: block;
  width: 100%;
  margin-top: 7px;
  padding: 13px;
  border: 1px solid #d9d9d2;
  border-radius: 4px;
  font: inherit;
  background: #fafaf7;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.offer-card button,
.button {
  display: inline-block;
  border: 0;
  background: var(--lime);
  color: #111;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 16px 24px;
  border-radius: 4px;
  cursor: pointer;
}
.offer-card button {
  width: 100%;
  margin-top: 18px;
  font-size: 16px;
}
.offer-card button:hover,
.button:hover {
  background: var(--lime2);
}
.privacy {
  text-align: center;
  font-size: 11px;
  color: #777;
  margin-bottom: 0;
}
.proof {
  background: var(--lime);
  padding: 22px 0;
}
.lead-banner {
  background: #2f3c12;
  border-top: 3px solid var(--lime);
  border-bottom: 3px solid var(--lime);
  padding: 22px 0;
  color: #fff;
}
.lead-banner-inner {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 30px;
  align-items: center;
}
.lead-banner-copy strong {
  display: block;
  font-family: "Belgrano", Georgia, serif;
  font-size: 20px;
  line-height: 1.3;
}
.lead-banner-copy span {
  display: block;
  color: #dce5c9;
  font-size: 13px;
  margin-top: 5px;
}
.lead-banner-form {
  display: grid;
  grid-template-columns: 0.8fr 0.8fr 1.35fr auto;
  gap: 9px;
  align-items: end;
}
.lead-banner-form label span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  margin: 0 0 5px;
}
.lead-banner-form input {
  width: 100%;
  height: 44px;
  border: 2px solid #d7dbc9;
  border-radius: 3px;
  padding: 0 12px;
  font: inherit;
  background: #fff;
  color: #111;
  box-shadow: 0 2px 8px #0003;
}
.lead-banner-form input::placeholder {
  color: #666;
  opacity: 1;
}
.lead-banner-form input:focus {
  outline: 3px solid #d1ef72;
  outline-offset: 2px;
  border-color: #fff;
}
.lead-banner-form button {
  height: 44px;
  border: 0;
  border-radius: 3px;
  background: var(--lime);
  color: #111;
  padding: 0 17px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}
.lead-banner-form button:hover {
  background: var(--lime2);
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.proof-grid div {
  border-right: 1px solid #8da839;
}
.proof-grid div:last-child {
  border: 0;
}
.proof-grid b {
  display: block;
  font-size: 18px;
}
.proof-grid span {
  font-size: 12px;
}
.section {
  padding: 92px 0;
}
.section h2,
.as-is h2,
.final h2 {
  font-family: "Belgrano", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.2px;
  font-size: 45px;
  line-height: 1.25;
  margin: 0 0 22px;
}
.section p {
  font-size: 17px;
  line-height: 1.75;
  color: #55584f;
}
.soft {
  background: var(--cream);
}
.tyler-area {
  background: #526719;
  color: #fff;
}
.tyler-area p {
  color: #eef3df;
}
.local-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: center;
}
.zip-card {
  background: #fff;
  color: var(--ink);
  padding: 32px;
  border-top: 7px solid var(--lime);
  box-shadow: 12px 12px 0 #27340e;
}
.zip-card h3 {
  font-family: "Belgrano", Georgia, serif;
  font-size: 25px;
  margin: 0 0 18px;
}
.zip-card small {
  display: block;
  color: #6b6e65;
  line-height: 1.5;
}
.zip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px !important;
  margin: 0 0 18px;
}
.zip-list span {
  background: #edf4d8;
  border: 1px solid #cbdba1;
  padding: 8px 11px;
  border-radius: 3px;
  color: #33420e;
  font-weight: 800;
}
.video-section {
  background: #fff;
}
.video-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}
.video-placeholder {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #0b0e07, #263413);
  border: 8px solid #eef3df;
  box-shadow: 12px 12px 0 var(--lime);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 25px;
}
.video-placeholder .play-button {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--lime);
  color: #111;
  font-size: 28px;
  padding-left: 5px;
  margin-bottom: 18px;
}
.video-placeholder strong {
  font-family: "Belgrano", Georgia, serif;
  font-size: 22px;
}
.video-placeholder small {
  color: #cdd6bd;
  margin-top: 8px;
}
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 42px;
}
.compare-grid article {
  padding: 34px;
  border: 1px solid #dcdcd3;
  background: #fafaf6;
}
.compare-grid h3,
.reason-grid h3 {
  font-family: "Belgrano", Georgia, serif;
  font-size: 24px;
  margin-top: 0;
}
.compare-grid ul {
  padding-left: 22px;
  line-height: 2;
  color: #50534b;
}
.direct-card {
  background: #18200c !important;
  color: #fff;
  border-top: 6px solid var(--lime) !important;
}
.direct-card ul {
  color: #e5ead9;
}
.reasons-section {
  background: #14190d;
  color: #fff;
}
.reasons-section .wrap {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 80px;
  align-items: center;
}
.reasons-section .narrow {
  text-align: left;
}
.reasons-section .narrow p:not(.eyebrow) {
  color: #cfd5c4;
}
.reason-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 0;
}
.reason-grid article {
  display: grid;
  grid-template-columns: 78px 1fr;
  padding: 26px 0;
  border-bottom: 1px solid #4c5837;
  background: transparent;
}
.reason-grid article:first-child {
  border-top: 1px solid #4c5837;
}
.reason-grid article > b {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--lime);
  color: #111;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 25px;
}
.reason-grid h3 {
  color: #fff;
  margin: 0 0 5px;
}
.reason-grid p {
  font-size: 15px;
  color: #cfd5c4;
  margin: 0;
}
.blog-section {
  background: #fff;
}
.blog-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
}
.blog-heading > div {
  max-width: 760px;
}
.blog-heading .button {
  flex: 0 0 auto;
  margin-bottom: 12px;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 42px;
}
.blog-grid article {
  display: flex;
  flex-direction: column;
  background: var(--cream);
  border-top: 6px solid var(--lime);
  padding: 28px;
  min-height: 310px;
}
.blog-grid .post-number {
  color: #657d1d;
  font-family: "Belgrano", Georgia, serif;
  font-size: 28px;
  font-weight: 700;
}
.blog-grid h3 {
  font-family: "Belgrano", Georgia, serif;
  font-size: 21px;
  line-height: 1.35;
  margin: 14px 0 8px;
}
.blog-grid p {
  font-size: 15px;
  line-height: 1.65;
}
.blog-grid a {
  margin-top: auto;
  color: #526719;
  font-weight: 900;
  border-bottom: 2px solid var(--lime);
  width: max-content;
}
.split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.situations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.situations div {
  background: #fff;
  border: 1px solid #e0dfd7;
  padding: 18px;
  font-weight: 800;
}
.situations span {
  color: #667d1c;
  margin-right: 10px;
}
.dark-button {
  background: #171b10;
  color: #fff;
  margin-top: 15px;
}
.dark-section {
  background: #161814;
  color: #fff;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 55px;
}
.steps article {
  border-top: 3px solid var(--lime);
  background: #22251e;
  padding: 30px;
}
.steps article > b {
  font-family: "Belgrano", Georgia, serif;
  font-size: 48px;
  color: var(--lime);
}
.steps h3 {
  font-size: 21px;
}
.steps p {
  color: #c9ccbf;
  font-size: 15px;
}
.about {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 75px;
  align-items: center;
}
.photo {
  min-height: 460px;
  background: linear-gradient(145deg, #20251a, #4b5d27);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 12px solid var(--cream);
  box-shadow: 15px 15px 0 var(--lime);
}
.photo img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 15px 15px #0008);
}
.as-is {
  background: #657d1d;
  color: #fff;
  padding: 72px 0;
}
.banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.banner p {
  color: #eef5dc;
  max-width: 750px;
}
.light {
  background: #fff;
}
.faq {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 70px;
}
.dark-link {
  color: #536616;
  font-size: 21px;
}
.faq details {
  border-top: 1px solid #d8d8d0;
  padding: 20px 0;
}
.faq details:last-child {
  border-bottom: 1px solid #d8d8d0;
}
.faq summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary span {
  color: #6b821f;
}
.faq details p {
  font-size: 15px;
  margin-bottom: 0;
}
.final {
  padding: 92px 0;
  background: radial-gradient(circle, #334318, #080a06);
  color: #fff;
}
.final h2 {
  font-size: 47px;
}
.final p:not(.eyebrow) {
  font-size: 18px;
  color: #dce3cf;
}
.cta {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}
.outline {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
footer {
  background: #070806;
  color: #cdd0c5;
  padding: 55px 0 25px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 0.5fr;
  gap: 55px;
  align-items: center;
  line-height: 1.8;
}
.footer-grid > img {
  width: 210px;
}
.footer-grid > div:last-child {
  display: flex;
  flex-direction: column;
}
.copyright {
  border-top: 1px solid #282b23;
  margin-top: 40px;
  padding-top: 25px;
  color: #85887e;
  font-size: 11px;
}
.content-shell {
  min-height: 60vh;
}
.content-shell h1,
.entry-content h1,
.archive-header h1 {
  font-family: "Belgrano", Georgia, serif;
  font-size: clamp(38px, 6vw, 58px);
  line-height: 1.2;
}
.entry-content h2,
.entry-content h3,
.post-card h2 {
  font-family: "Belgrano", Georgia, serif;
}
.entry-content {
  font-size: 18px;
  line-height: 1.8;
}
.entry-content img,
.featured-image img {
  max-width: 100%;
  height: auto;
}
.post-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.post-card {
  background: var(--cream);
  border-top: 6px solid var(--lime);
  padding: 30px;
}
.post-card h2 {
  font-size: 27px;
}
.post-meta {
  color: #6b6e65;
  font-size: 14px;
}
.nav-links {
  display: flex;
  gap: 12px;
  margin-top: 35px;
}
.nav-links a,
.nav-links span {
  display: inline-block;
  padding: 10px 14px;
  border: 1px solid #d8d8d0;
}
.admin-bar .site-header {
  margin-top: 0;
}
@media (max-width: 800px) {
  .lead-banner-inner {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .lead-banner-form {
    grid-template-columns: 1fr 1fr;
  }
  .lead-banner-form .address-field,
  .lead-banner-form button {
    grid-column: 1 / -1;
  }
  .wrap {
    width: min(100% - 28px, 1160px);
  }
  .topbar {
    height: 105px;
  }
  .brand img {
    width: 145px;
  }
  .trust,
  .blake-bbb-badge {
    display: none;
  }
  .phone {
    font-size: 15px;
    padding: 10px 12px;
  }
  .nav-inner {
    height: 52px;
    justify-content: flex-start;
    gap: 24px;
    overflow: auto;
    font-size: 12px;
  }
  .hero {
    padding: 58px 0;
  }
  .hero-grid,
  .split,
  .about,
  .faq,
  .local-grid,
  .video-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .hero h1 {
    font-size: 44px;
  }
  .hero-copy {
    text-align: center;
  }
  .benefits {
    justify-content: center;
  }
  .offer-card {
    box-shadow: 7px 7px 0 var(--lime);
    padding: 25px;
  }
  .proof-grid {
    grid-template-columns: 1fr 1fr;
  }
  .proof-grid div:nth-child(2) {
    border: 0;
  }
  .section {
    padding: 65px 0;
  }
  .section h2,
  .as-is h2,
  .final h2 {
    font-size: 36px;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .compare-grid,
  .blog-grid,
  .post-list {
    grid-template-columns: 1fr;
  }
  .reasons-section .wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .blog-heading {
    display: block;
  }
  .blog-heading .button {
    margin-top: 18px;
  }
  .situations {
    grid-template-columns: 1fr;
  }
  .banner {
    display: block;
  }
  .banner .button {
    margin-top: 20px;
  }
  .photo {
    min-height: 350px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .field-row {
    grid-template-columns: 1fr;
  }
  .cta {
    flex-direction: column;
    align-items: center;
  }
}
