/* =========================================================
   Tunbridge Wells SEO Page
   ========================================================= */

.tw-hero {
  background:
    linear-gradient(135deg, rgba(0,0,0,.92), rgba(35,35,35,.88)),
    url("/images/nse-home-hero-photo.jpeg") center center / cover no-repeat;
  color: #fff;
}

.tw-eyebrow {
  color: greenyellow !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0 0 12px !important;
}

.tw-hero h1 {
  color: #fff;
  font-size: 42px;
  line-height: 1.15;
  margin: 0 0 18px;
}

.tw-hero p,
.tw-cta p {
  color: rgba(255,255,255,.92);
  line-height: 1.7;
  max-width: 760px;
  font-size: 17px;
}

.tw-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.tw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  background: #444;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  border-radius: 6px;
}

.tw-btn:hover {
  background: greenyellow;
  color: #000 !important;
}

.tw-btn-light {
  background: #fff;
  color: #000 !important;
}

.tw-intro p,
.tw-links p {
  line-height: 1.75;
}

.tw-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
  margin-top: 24px;
}

.tw-card {
  display: block;
  padding: 24px;
  border-radius: 10px;
  background: linear-gradient(135deg,#151515 0%,#2e2e2e 100%);
  color: #fff !important;
  text-decoration: none;
  min-height: 190px;
}

.tw-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
}

.tw-card i {
  color: greenyellow;
  font-size: 32px;
  margin-bottom: 14px;
}

.tw-card h3 {
  color: #fff;
  margin: 0 0 10px;
}

.tw-card p {
  color: rgba(255,255,255,.84);
  margin: 0;
  line-height: 1.6;
}

.tw-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.tw-trust-card {
  padding: 24px;
  border-radius: 10px;
  background: #f8f8f8;
  border-left: 4px solid greenyellow;
  text-align: center;
}

.tw-trust-card i {
  color: #222;
  font-size: 34px;
  margin-bottom: 14px;
}

.tw-trust-card h3 {
  margin: 0 0 10px;
}

.tw-trust-card p {
  margin: 0;
  line-height: 1.6;
}

.tw-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.tw-note {
  background: #f7f7f7;
  border-left: 5px solid #333;
  border-radius: 8px;
  padding: 22px;
}

.tw-note h2 {
  margin-top: 0;
}

.tw-note p {
  line-height: 1.75;
}

.tw-areas {
  background: #111;
  color: #fff;
}

.tw-areas h2 {
  color: #fff;
}

.tw-areas p {
  color: rgba(255,255,255,.88);
}

.tw-area-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.tw-area-grid span {
  padding: 12px 18px;
  background: rgba(255,255,255,.08);
  border-radius: 999px;
  color: #fff;
}

.tw-faqs {
  background: #f8f8f8;
}

.tw-faq {
  margin-bottom: 18px;
  padding: 20px;
  background: #fff;
  border-left: 4px solid greenyellow;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
}

.tw-faq h3 {
  margin: 0 0 10px;
}

.tw-faq p {
  margin: 0;
  line-height: 1.7;
}

.tw-links a {
  color: #111;
  font-weight: 700;
}

.tw-cta {
  background: linear-gradient(135deg,#111 0%,#2f2f2f 100%);
  color: #fff;
}

.tw-cta h2 {
  color: #fff;
}

@media screen and (max-width: 760px) {
  .tw-hero h1 {
    font-size: 31px;
  }

  .tw-grid,
  .tw-trust-strip,
  .tw-split {
    grid-template-columns: 1fr;
  }

  .tw-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tw-btn {
    width: 100%;
    box-sizing: border-box;
  }
}


/* =========================================================
   Tunbridge Wells Reviews Section
   ========================================================= */

.tw-reviews {
  background: #f8f8f8;
}

.tw-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.tw-review-card {
  background: #fff;
  border-left: 4px solid greenyellow;
  border-radius: 10px;
  padding: 22px;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
}

.tw-stars {
  color: #d6a600;
  font-size: 20px;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.tw-review-card p {
  line-height: 1.75;
  margin: 0 0 14px;
  color: #333;
}

.tw-review-card strong {
  color: #222;
}

.tw-review-actions {
  margin-top: 22px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .tw-review-grid {
    grid-template-columns: 1fr;
  }

  .tw-review-actions .tw-btn {
    width: 100%;
    box-sizing: border-box;
  }
}
