/* Dallas landing — layout from wireframe, tokens from site Elementor/The7 globals */

div.city-landing {
  --ink: var(--e-global-color-el_color_6, #000000);
  --ink-soft: var(--e-global-color-el_color_7_1, #666666);
  --title: var(--e-global-color-el_color_7, #222222);
  --blue: var(--e-global-color-el_color_1, #009DEF);
  --blue-deep: #0077b8;
  --sky: #e8f6fd;
  --line: var(--e-global-color-el_color_7_4, rgba(0, 0, 0, 0.12));
  --paper: var(--e-global-color-el_0, #ffffff);
  --muted-bg: var(--e-global-color-el_color_7_6, #f5f5f5);
  --font: var(--e-global-typography-el_content_1-font-family, Mulish), sans-serif;
  --font-title: var(--e-global-typography-el_title_2-font-family, Mulish), sans-serif;
  --radius: 6px;
  --radius-btn: 3px;

  font-family: var(--font);
  color: var(--ink-soft);
  background: var(--paper);
  line-height: 1.6;
  font-size: 17px;
}

div.city-landing *,
div.city-landing *::before,
div.city-landing *::after {
  box-sizing: border-box;
}

div.city-landing h1,
div.city-landing h2,
div.city-landing h3 {
  font-family: var(--font-title);
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
  color: var(--title);
  font-weight: 600;
}

div.city-landing p {
  margin: 0;
}

div.city-landing .wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

div.city-landing .eyebrow {
  font-family: var(--font-title);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 14px;
}

div.city-landing .btn {
  display: inline-block;
  font-family: var(--font);
  font-weight: 600;
  font-size: 16px;
  padding: 14px 24px;
  border-radius: var(--radius-btn);
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  border: 0;
  cursor: pointer;
  line-height: 1.2;
}

div.city-landing .btn:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

div.city-landing .btn-blue {
  background: var(--blue);
  color: #fff;
  box-shadow: none;
}

div.city-landing .btn-blue:hover {
  background: var(--blue-deep);
  color: #fff;
}

div.city-landing .btn-ghost {
  border: 2px solid currentColor;
  color: inherit;
  background: transparent;
}

div.city-landing .btn-ghost:hover {
  opacity: 0.85;
}

/* hero */
div.city-landing .hero {
  background: var(--ink);
  border-bottom: 0;
}

div.city-landing .hero .eyebrow {
  color: var(--blue);
}

div.city-landing .hero h1 {
  color: #fff;
}

div.city-landing .hero .btn-ghost {
  border-color: #fff;
  color: #fff;
}

div.city-landing .hero-inner {
  padding: 76px 0 120px;
  max-width: 800px;
}

div.city-landing .hero h1 {
  font-size: clamp(2rem, 4vw, 48px);
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.15;
}

div.city-landing .hero p.lede {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 32px;
  max-width: 60ch;
}

div.city-landing .hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* quote bar + CF7 */
div.city-landing .quote-bar {
  margin-top: -72px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 32px 26px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

div.city-landing .quote-bar h2 {
  font-size: 1.35rem;
  margin-bottom: 6px;
  color: var(--title);
}

div.city-landing .quote-bar > p {
  font-size: 0.95rem;
  color: var(--ink-soft);
  margin-bottom: 20px;
}

div.city-landing .qb-foot {
  font-size: 0.9rem;
  color: var(--ink-soft);
  margin-top: 12px;
}

div.city-landing .qb-foot a {
  color: var(--blue);
  font-weight: 600;
  text-decoration: none;
}

div.city-landing .qb-foot a:hover {
  color: var(--blue-deep);
}

div.city-landing .wpcf7,
div.city-landing .wpcf7-form {
  margin: 0;
}

div.city-landing .qb-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr auto;
  gap: 14px;
  align-items: end;
}

div.city-landing .qb-field,
div.city-landing .qb-submit {
  min-width: 0;
}

div.city-landing .qb-msg {
  margin-top: 14px;
}

div.city-landing .wpcf7-form label,
div.city-landing .qb-field label {
  display: block;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--e-global-color-el_color_7_2, #999999);
  margin-bottom: 5px;
}

div.city-landing .wpcf7-form-control-wrap {
  display: block;
}

div.city-landing .wpcf7-form input[type="text"],
div.city-landing .wpcf7-form input[type="email"],
div.city-landing .wpcf7-form input[type="tel"],
div.city-landing .wpcf7-form textarea {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius-btn);
  font: inherit;
  font-size: 0.95rem;
  background: #fff;
  color: var(--title);
  margin: 0;
}

div.city-landing .wpcf7-form input:focus,
div.city-landing .wpcf7-form textarea:focus {
  outline: 2px solid var(--blue);
  border-color: var(--blue);
}

div.city-landing .wpcf7-form .qb-submit .wpcf7-form-control-wrap,
div.city-landing .wpcf7-form .qb-submit p {
  margin: 0;
}

div.city-landing .wpcf7-form input.wpcf7-submit,
div.city-landing .wpcf7-form .wpcf7-submit {
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  height: 45px;
  padding: 0 22px;
  background: var(--blue);
  color: #fff;
  font-family: var(--font);
  font-weight: 600;
  font-size: 15px;
  border-radius: var(--radius-btn);
  box-shadow: none;
  width: auto;
}

div.city-landing .wpcf7-form input.wpcf7-submit:hover {
  background: var(--blue-deep);
}

div.city-landing .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  margin-top: 4px;
}

div.city-landing .wpcf7-response-output {
  margin: 14px 0 0 !important;
  border-radius: var(--radius-btn);
}

/* benefits */
div.city-landing .bens {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 54px;
}

div.city-landing .ben {
  background: var(--muted-bg);
  border: 0;
  border-radius: var(--radius);
  padding: 22px 20px;
}

div.city-landing .ben h3 {
  font-size: 1rem;
  margin: 12px 0 7px;
  color: var(--title);
}

div.city-landing .ben p {
  font-size: 0.88rem;
  color: var(--ink-soft);
}

div.city-landing section {
  padding: 78px 0;
}

div.city-landing .sec-head {
  max-width: 720px;
  margin-bottom: 46px;
}

div.city-landing .sec-head h2 {
  font-size: clamp(1.6rem, 3vw, 36px);
  font-weight: 600;
  margin-bottom: 14px;
}

div.city-landing .sec-head p {
  color: var(--ink-soft);
}

/* services */
div.city-landing .svc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

div.city-landing .svc {
  border: 0;
  border-radius: var(--radius);
  padding: 32px;
  background: var(--muted-bg);
  transition: background-color 0.2s ease;
}

div.city-landing .svc:hover {
  background: var(--sky);
  box-shadow: none;
}

div.city-landing .svc .ic {
  width: 46px;
  height: 46px;
  border-radius: var(--radius-btn);
  background: rgba(0, 157, 239, 0.12);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}

div.city-landing .svc h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

div.city-landing .svc h3 a {
  color: var(--title);
  text-decoration: none;
}

div.city-landing .svc h3 a:hover {
  color: var(--blue);
}

div.city-landing .svc p {
  font-size: 0.95rem;
  color: var(--ink-soft);
}

div.city-landing .svc .more {
  display: inline-block;
  margin-top: 14px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--blue);
  text-decoration: none;
}

div.city-landing .svc .more:hover {
  color: var(--blue-deep);
}

/* why / dark sections */
div.city-landing .why {
  background: var(--ink);
  color: #fff;
}

div.city-landing .why .eyebrow {
  color: var(--blue);
}

div.city-landing .why .sec-head h2,
div.city-landing .why .cov h2 {
  color: #fff;
}

div.city-landing .why .sec-head p {
  color: rgba(255, 255, 255, 0.72);
}

div.city-landing .why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  overflow: hidden;
}

div.city-landing .why-cell {
  background: var(--ink);
  padding: 32px;
}

div.city-landing .why-cell h3 {
  font-size: 1.05rem;
  color: var(--blue);
  margin-bottom: 10px;
}

div.city-landing .why-cell p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.72);
}

div.city-landing .why-note {
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.96rem;
  max-width: 80ch;
}

/* stats */
div.city-landing .stats {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 46px 0;
  background: var(--muted-bg);
}

div.city-landing .stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

div.city-landing .stat b {
  display: block;
  font-family: var(--font-title);
  font-size: 2.1rem;
  font-weight: 600;
  color: var(--blue);
}

div.city-landing .stat span {
  font-size: 0.88rem;
  color: var(--ink-soft);
}

/* industries */
div.city-landing .ind-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

div.city-landing a.ind {
  display: block;
  border-left: 3px solid var(--blue);
  background: var(--muted-bg);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 20px 22px;
  text-decoration: none;
  transition: background 0.15s;
}

div.city-landing a.ind:hover {
  background: var(--sky);
}

div.city-landing a.ind h3 {
  font-size: 1rem;
  margin-bottom: 5px;
  color: var(--title);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

div.city-landing a.ind h3 svg {
  flex: none;
  opacity: 0.7;
}

div.city-landing a.ind p {
  font-size: 0.9rem;
  color: var(--ink-soft);
}

/* client logos */
div.city-landing .logos-sec {
  padding: 64px 0;
  border-bottom: 1px solid var(--line);
}

div.city-landing .logos-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
}

div.city-landing .logos-head h2 {
  font-size: clamp(1.4rem, 2.6vw, 36px);
  font-weight: 600;
  margin-bottom: 10px;
}

div.city-landing .logos-head p {
  color: var(--ink-soft);
  font-size: 0.95rem;
}

div.city-landing .logo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

div.city-landing .logo-cell {
  background: var(--muted-bg);
  border: 0;
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  padding: 26px 20px;
  min-height: 104px;
  text-align: center;
  filter: grayscale(1);
  opacity: 0.78;
  transition: filter 0.15s, opacity 0.15s;
}

div.city-landing .logo-cell:hover {
  filter: none;
  opacity: 1;
}

/* White-on-transparent logos (e.g. Friedland) need invert on light cards */
div.city-landing .logo-cell--invert {
  filter: none;
  opacity: 1;
}

div.city-landing .logo-cell--invert img {
  filter: invert(1) grayscale(1);
  opacity: 0.78;
}

div.city-landing .logo-cell--invert:hover img {
  filter: invert(1);
  opacity: 1;
}

div.city-landing .logo-cell img {
  max-width: 160px;
  max-height: 52px;
  width: auto;
  height: auto;
  object-fit: contain;
}

div.city-landing .lm {
  line-height: 1.2;
}

div.city-landing .lm-granito {
  font-family: var(--font);
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  color: #3a3a3a;
}

div.city-landing .lm-granito b {
  font-weight: 300;
  border-left: 2px solid #c0392b;
  padding-left: 0.18em;
  margin-left: 0.12em;
}

/* coverage */
div.city-landing .cov {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

div.city-landing .cov-map {
  background: var(--sky);
  border-radius: var(--radius);
  padding: 36px;
  border: 0;
}

div.city-landing .cov-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

div.city-landing .cov-tags span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 15px;
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--title);
}

div.city-landing .why .cov-map {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

div.city-landing .why .cov-tags span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
}

div.city-landing .why .cov p {
  color: rgba(255, 255, 255, 0.72);
}

div.city-landing .cov h2 {
  font-size: clamp(1.5rem, 2.5vw, 36px);
  font-weight: 600;
  margin-bottom: 16px;
  color: #fff;
}

/* testimonial */
div.city-landing .quote-sec {
  background: var(--muted-bg);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

div.city-landing .tq {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

div.city-landing .tq .mark {
  font-family: var(--font-title);
  font-size: 3rem;
  color: var(--blue);
  line-height: 1;
}

div.city-landing .tq blockquote {
  font-size: 1.15rem;
  color: var(--title);
  font-weight: 500;
  margin: 10px 0 22px;
  line-height: 1.7;
}

div.city-landing .tq cite {
  font-style: normal;
  font-size: 0.92rem;
  color: var(--ink-soft);
}

div.city-landing .tq cite b {
  color: var(--title);
}

/* faq */
div.city-landing .faq details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-bottom: 12px;
  background: #fff;
}

div.city-landing .faq summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 24px;
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 1rem;
  color: var(--title);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

div.city-landing .faq summary::-webkit-details-marker {
  display: none;
}

div.city-landing .faq summary::after {
  content: '+';
  font-size: 1.3rem;
  color: var(--blue);
  flex: none;
}

div.city-landing .faq details[open] summary::after {
  content: '\2212';
}

div.city-landing .faq .a {
  padding: 0 24px 22px;
  color: var(--ink-soft);
  font-size: 0.95rem;
  max-width: 72ch;
}

/* cta */
div.city-landing .cta {
  background: var(--blue);
  color: #fff;
  border-radius: var(--radius);
  padding: 58px 54px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

div.city-landing .cta h2 {
  font-size: clamp(1.5rem, 3vw, 36px);
  margin-bottom: 14px;
  color: #fff;
}

div.city-landing .cta p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  max-width: 52ch;
}

div.city-landing .cta-contact {
  font-size: 0.95rem;
  display: grid;
  gap: 10px;
  color: rgba(255, 255, 255, 0.95);
}

div.city-landing .cta-contact b {
  font-family: var(--font-title);
  font-weight: 600;
}

div.city-landing .cta .btn {
  background: #fff;
  color: var(--blue);
  margin-top: 18px;
  justify-self: start;
}

div.city-landing .cta .btn:hover {
  background: var(--muted-bg);
  color: var(--blue-deep);
}

div.city-landing .cta-pad {
  padding-top: 0;
}

/* The7 chrome adjustments — body class only, never target div.city-landing on body */
body.city-landing-page .page-title,
body.city-landing-page #fancy-header,
body.city-landing-page .fancy-header,
body.city-landing-page .page-title.solid-bg {
  display: none !important;
}

body.city-landing-page #main > .wf-wrap,
body.city-landing-page #main > .wf-container-main,
body.city-landing-page #main > .wf-container-main > .content,
body.city-landing-page #main #content.content,
body.city-landing-page #main .content > .wf-container,
body.city-landing-page #main .content > .wf-container > .wf-cell {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.city-landing-page #main #content.content,
body.city-landing-page #main > .wf-container-main > .content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.city-landing-page #content .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
}

body.city-landing-page #content .elementor-widget-shortcode > .elementor-widget-container {
  margin: 0 !important;
}

@media (max-width: 900px) {
  div.city-landing .svc-grid,
  div.city-landing .why-grid,
  div.city-landing .cov,
  div.city-landing .cta {
    grid-template-columns: 1fr;
  }

  div.city-landing .qb-row {
    grid-template-columns: 1fr 1fr;
  }

  div.city-landing .wpcf7-form input.wpcf7-submit {
    height: auto;
    padding: 14px 22px;
  }

  div.city-landing .bens {
    grid-template-columns: 1fr 1fr;
  }

  div.city-landing .stats-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  div.city-landing .ind-grid {
    grid-template-columns: 1fr 1fr;
  }

  div.city-landing .hero-inner {
    padding: 60px 0 110px;
  }

  div.city-landing section {
    padding: 56px 0;
  }

  div.city-landing .cta {
    padding: 40px 28px;
  }
}

@media (max-width: 560px) {
  div.city-landing .ind-grid,
  div.city-landing .qb-row,
  div.city-landing .bens {
    grid-template-columns: 1fr;
  }

  div.city-landing .logo-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  div.city-landing * {
    transition: none !important;
  }
}
