:root {
  --tx-navy: #071f33;
  --tx-navy-2: #0a3e59;
  --tx-blue: #0798b8;
  --tx-cyan: #55d9f5;
  --tx-gold: #f1b640;
  --tx-text: #142839;
  --tx-muted: #5e7180;
  --tx-light: #f4f8fa;
  --tx-white: #ffffff;
  --tx-border: #dce8ed;
  --tx-shadow: 0 18px 50px rgba(7, 31, 51, 0.09);
  --tx-radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--tx-text);
  background: #fff;
  font-family: "Inter", system-ui, sans-serif;
  line-height: 1.7;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; transition: .25s ease; }
section { position: relative; overflow: hidden; }
section h2 {
  margin: 12px 0 18px;
  color: var(--tx-navy);
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: -0.035em;
}
section h3 { color: var(--tx-navy); line-height: 1.25; }

.ms-texas-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border: 1px solid #cdebf2;
  border-radius: 999px;
  background: #eaf8fb;
  color: #087994;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1.2;
  text-transform: uppercase;
}
.ms-texas-pill-light {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.09);
  color: #84e9ff;
}
.ms-texas-heading { max-width: 1150px; margin: 0 auto 46px; }
.ms-texas-heading > p,
.ms-texas-section-copy { max-width: 1150px; margin: 0 auto; color: var(--tx-muted); font-size: 17px; }

.ms-texas-btn-dark,
.ms-texas-btn-light,
.texas360-btn-primary,
.texas360-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 13px 22px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}
.ms-texas-btn-dark { margin-top: 12px; background: var(--tx-navy); color: #fff; box-shadow: 0 12px 25px rgba(7,31,51,.17); }
.ms-texas-btn-dark:hover { transform: translateY(-2px); background: #0a415d; color: #fff; }
.ms-texas-btn-light { margin-top: 12px; background: #fff; color: var(--tx-navy); box-shadow: 0 12px 30px rgba(0,0,0,.12); }
.ms-texas-btn-light:hover { transform: translateY(-2px); background: #e9faff; color: var(--tx-navy); }

/* HERO */
.texas360-section {
  min-height: 880px;
  display: flex;
  align-items: center;
  padding: 80px 0 42px;
  color: #fff;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(4,19,33,.98), rgba(7,62,87,.96)),
    radial-gradient(circle at 50% 20%, #0b6b8e 0, #061c30 64%);
}
.texas360-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .42;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 45px 45px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}
.texas360-bg-glow { position: absolute; width: 440px; height: 440px; border-radius: 50%; filter: blur(90px); opacity: .22; z-index: -1; }
.texas360-glow-left { left: -180px; top: 120px; background: #15d8ff; }
.texas360-glow-right { right: -170px; bottom: 80px; background: #f5b937; }
.texas360-wrap { min-height: 750px; display: flex; align-items: center; justify-content: center; position: relative; }
.texas360-content { width: min(1250px, 100%); margin: 0 auto 135px; position: relative; z-index: 3; }
.texas360-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
  color: #8ceaff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.texas360-title {
  margin: 22px 0 15px;
  color: #fff;
  font-size: clamp(3.25rem, 6vw, 5.35rem);
  font-weight: 800;
  line-height: .99;
  letter-spacing: -.06em;
  text-wrap: balance;
}
.texas360-title span { display: block; color: #74e6ff; }
.texas360-divider { width: 84px; height: 3px; margin: 25px auto; border-radius: 9px; background: linear-gradient(90deg, var(--tx-cyan), var(--tx-gold)); }
.texas360-tagline { margin: 0 auto 12px; font-size: clamp(1.25rem, 2.5vw, 1.65rem); font-weight: 700; }
.texas360-copy { max-width: 760px; margin: 0 auto; color: #c9dce6; font-size: 17px; }
.texas360-btn-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 13px; margin-top: 28px; }
.texas360-btn-primary { background: #fff; color: var(--tx-navy); }
.texas360-btn-primary:hover { transform: translateY(-2px); background: #eafaff; color: var(--tx-navy); }
.texas360-btn-secondary { border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.07); color: #fff; backdrop-filter: blur(10px); }
.texas360-btn-secondary:hover { transform: translateY(-2px); background: rgba(255,255,255,.14); color: #fff; }
.texas360-orbit { position: absolute; left: 50%; top: 42%; border: 1px solid rgba(116,230,255,.13); border-radius: 50%; transform: translate(-50%,-50%); pointer-events: none; }
.texas360-orbit-one { width: 610px; height: 610px; }
.texas360-orbit-two { width: 810px; height: 810px; }
.texas360-floating-card {
  position: absolute;
  top: 44%;
  z-index: 4;
  width: 245px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(5,29,46,.72);
  box-shadow: 0 22px 50px rgba(0,0,0,.25);
  backdrop-filter: blur(14px);
}
.texas360-card-left { left: -35px; transform: translateY(-50%); }
.texas360-card-right { right: -35px; transform: translateY(-50%); }
.texas360-card-icon { flex: 0 0 48px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(135deg,#0ba6c8,#075676); color: #fff; font-size: 20px; }
.texas360-floating-card h4 { margin: 0 0 3px; color: #fff; font-size: 16px; font-weight: 800; }
.texas360-floating-card p { margin: 0; color: #b8ced9; font-size: 13px; line-height: 1.45; }
.texas360-services {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  background: rgba(5,29,46,.68);
  box-shadow: 0 24px 50px rgba(0,0,0,.2);
  backdrop-filter: blur(14px);
}
.texas360-service-item { min-height: 118px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 18px 10px; border-right: 1px solid rgba(255,255,255,.09); text-align: center; }
.texas360-service-item:last-child { border-right: 0; }
.texas360-service-item i { margin-bottom: 10px; color: #74e6ff; font-size: 22px; }
.texas360-service-item strong { color: #fff; font-size: 16px; }
.texas360-service-item span { color: #aac4d0; font-size: 14px; }

/* LIGHT SECTIONS */
.ms-texas-intro { padding: 95px 0; background: #fff; }
.ms-texas-intro .container { max-width:1150px; }
.ms-texas-intro p { max-width: 1150px; margin: 0 auto 14px; color: var(--tx-muted); font-size: 17px; }

.ms-texas-market-needs { padding: 100px 0; background: var(--tx-light); }
.ms-texas-market-needs p { color: var(--tx-muted); font-size: 16px; }
.ms-texas-channel-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-top: 25px; }
.ms-texas-channel-grid > div { display: flex; align-items: center; gap: 10px; min-height: 56px; padding: 14px 16px; border: 1px solid var(--tx-border); border-radius: 12px; background: #fff; font-size: 14px; font-weight: 800; box-shadow: 0 8px 24px rgba(7,31,51,.04); }
.ms-texas-channel-grid i { width: 22px; color: var(--tx-blue); font-size: 18px; text-align: center; }
.ms-texas-industry-panel { padding: clamp(28px,4vw,46px); border-radius: 24px; background: linear-gradient(145deg,#072238,#0a526f); color: #fff; box-shadow: 0 28px 65px rgba(7,31,51,.19); }
.ms-texas-industry-panel h3 { margin: 0 0 20px; color: #fff; font-size: 28px; font-weight: 800; }
.ms-texas-industry-panel p { margin: 21px 0 0; color: #c1d7e2; }
.ms-texas-industry-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.ms-texas-industry-tags span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(255,255,255,.08); font-size: 12px; font-weight: 700; }

.ms-texas-why { padding: 100px 0; background: #fff; }
.ms-texas-benefit-card { height: 100%; padding: 31px; border: 1px solid var(--tx-border); border-radius: 18px; background: #fff; box-shadow: var(--tx-shadow); transition: transform .25s ease, box-shadow .25s ease; }
.ms-texas-benefit-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(7,31,51,.13); }
.ms-texas-benefit-icon,
.ms-texas-service-icon { width: 58px; height: 58px; display: grid; place-items: center; flex: 0 0 58px; border-radius: 16px; background: linear-gradient(135deg,#0aa6c7,#07526f); color: #fff; font-size: 23px; box-shadow: 0 13px 25px rgba(8,126,154,.22); }
.ms-texas-benefit-card h3 { margin: 19px 0 10px; font-size: 21px; font-weight: 800; }
.ms-texas-benefit-card p { margin: 0; color: var(--tx-muted); font-size: 16px; }

/* DARK AI */
.ms-texas-ai,
.ms-texas-modern-search,
.ms-texas-geo,
.ms-texas-trust { color: #fff; }
.ms-texas-ai { padding: 105px 0; background: linear-gradient(140deg,#06192b,#0a4c68); }
.ms-texas-ai h2,
.ms-texas-modern-search h2,
.ms-texas-geo h2,
.ms-texas-trust h2 { color: #fff; }
.ms-texas-ai p,
.ms-texas-modern-search p,
.ms-texas-geo p,
.ms-texas-trust p { color: #c2d7e1; }
.ms-texas-ai-list { margin: 25px 0 10px; }
.ms-texas-ai-list .col-sm-6 > div { height: 100%; min-height: 56px; display: flex; align-items: center; gap: 10px; padding: 14px; border: 1px solid rgba(255,255,255,.11); border-radius: 12px; background: rgba(255,255,255,.07); font-size: 14px; font-weight: 700; }
.ms-texas-ai-list i { color: #75e5ff; }
.ms-texas-data-visual,
.ms-texas-ai-visual { position: relative; min-height: 430px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.11); border-radius: 28px; background: radial-gradient(circle at center,rgba(14,147,182,.27),rgba(255,255,255,.025) 58%); overflow: hidden; }
.ms-texas-data-visual::before,
.ms-texas-ai-visual::before { content:""; position:absolute; width:330px; height:330px; border:1px solid rgba(114,230,255,.18); border-radius:50%; }
.ms-texas-data-visual::after,
.ms-texas-ai-visual::after { content:""; position:absolute; width:240px; height:240px; border:1px dashed rgba(114,230,255,.2); border-radius:50%; }
.ms-texas-data-center,
.ms-texas-ai-center { position: relative; z-index: 2; width: 178px; height: 178px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.19); border-radius: 50%; background: linear-gradient(145deg,#0b84a5,#07364f); box-shadow: 0 24px 55px rgba(0,0,0,.28); text-align: center; }
.ms-texas-data-center i,
.ms-texas-ai-center i { margin-bottom: 11px; color: #fff; font-size: 31px; }
.ms-texas-data-center strong,
.ms-texas-ai-center strong { color: #fff; font-size: 18px; }
.ms-texas-data-center span,
.ms-texas-ai-center span { color: #b9dce7; font-size: 11px; }
.ms-texas-data-node,
.ms-texas-ai-node { position: absolute; z-index: 3; padding: 10px 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(255,255,255,.09); box-shadow: 0 12px 35px rgba(0,0,0,.2); font-size: 14px; font-weight: 800; white-space: nowrap; }
.ms-texas-data-node i,
.ms-texas-ai-node i { margin-right: 5px; color: #67e3ff; }
.ms-texas-data-node.node-one { top: 48px; left: 17%; }
.ms-texas-data-node.node-two { top: 95px; right: 5%; }
.ms-texas-data-node.node-three { bottom: 75px; left: 7%; }
.ms-texas-data-node.node-four { right: 13%; bottom: 48px; }

/* SERVICES */
.ms-texas-services { padding: 105px 0; background: var(--tx-light); }
.ms-texas-services .row > [class*="col-"] { display: flex; }
.ms-texas-service-card { width: 100%; height: 100%; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--tx-border); border-radius: 19px; background: #fff; box-shadow: 0 13px 38px rgba(7,31,51,.06); }
.ms-texas-service-top { display: flex; align-items: center; gap: 15px; margin-bottom: 17px; }
.ms-texas-service-top span { color: #078aad; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ms-texas-service-top h3 { margin: 2px 0 0; font-size: 23px; font-weight: 800; }
.ms-texas-service-card > p { min-height: 82px; margin-bottom: 0; color: var(--tx-muted); }
.ms-texas-service-card ul,
.ms-texas-industry-content ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px 18px; padding: 0; margin: 21px 0; list-style: none; }
.ms-texas-service-card li,
.ms-texas-industry-content li { position: relative; padding-left: 20px; font-size: 16px; }
.ms-texas-service-card li::before,
.ms-texas-industry-content li::before { content: "\f058"; position: absolute; left: 0; top: 1px; color: #08a5c9; font-family: "Font Awesome 6 Free"; font-weight: 900; }
.ms-texas-text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: #087b99; font-size: 14px; font-weight: 800; }
.ms-texas-text-link:hover { gap: 12px; color: var(--tx-navy); }

.ms-texas-modern-search { padding: 105px 0; background: linear-gradient(135deg,#08233a,#0b4967); }
.ms-texas-search-grid,
.ms-texas-geo-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 25px 0; }
.ms-texas-search-grid > div,
.ms-texas-geo-grid > div { min-height: 55px; display: flex; align-items: center; padding: 14px; border: 1px solid rgba(255,255,255,.11); border-radius: 10px; background: rgba(255,255,255,.08); font-size: 16px; font-weight: 700; }
.ms-texas-search-grid i,
.ms-texas-geo-grid i { width: 22px; margin-right: 8px; color: #68e0fb; text-align: center; }
.ms-texas-search-card { padding: clamp(30px,5vw,48px); border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: rgba(255,255,255,.08); box-shadow: 0 30px 60px rgba(0,0,0,.18); }
.ms-texas-search-card > span { color: #75e5ff; font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.ms-texas-search-card h3 { margin: 12px 0 16px; color: #fff; font-size: clamp(1.8rem,3vw,2.35rem); font-weight: 800; }

/* INDUSTRIES */
.ms-texas-industries { padding: 105px 0; background: #fff; }
.ms-texas-industries .row > [class*="col-"] { display: flex; }
.ms-texas-industry-card { width: 100%; height: 100%; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--tx-border); border-radius: 19px; background: #fff; box-shadow: var(--tx-shadow); }
.ms-texas-industry-visual { min-height: 195px; display: grid; place-items: center; color: #fff; font-size: 58px; }
.ms-texas-industry-visual.real-estate { background: linear-gradient(135deg,#0b486b,#12a7cb); }
.ms-texas-industry-visual.ecommerce { background: linear-gradient(135deg,#704900,#f2b739); }
.ms-texas-industry-content { height: 100%; display: flex; flex-direction: column; padding: 31px; }
.ms-texas-industry-content h3 { margin: 0 0 10px; font-size: 24px; font-weight: 800; }
.ms-texas-industry-content p,
.ms-texas-small-industry p { color: var(--tx-muted); }
.ms-texas-platforms { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 19px; }
.ms-texas-platforms span { padding: 6px 10px; border-radius: 999px; background: #eaf7fa; color: #087c99; font-size: 12px; font-weight: 800; }
.ms-texas-small-industry { width: 100%; height: 100%; padding: 28px; border: 1px solid var(--tx-border); border-radius: 15px; background: var(--tx-light); }
.ms-texas-small-industry i { color: #0797b8; font-size: 28px; }
.ms-texas-small-industry h3 { margin: 14px 0 7px; font-size: 19px; font-weight: 800; }
.ms-texas-small-industry p { margin: 0; font-size: 16px; }

/* GEO + VOICE + CITIES + TRUST */
.ms-texas-geo { padding: 105px 0; background: linear-gradient(140deg,#041625,#093d59); }
.ms-texas-ai-node.node-one { top: 28px; left: 18%; }
.ms-texas-ai-node.node-two { top: 90px; right: 1%; }
.ms-texas-ai-node.node-three { right: 2%; bottom: 72px; }
.ms-texas-ai-node.node-four { bottom: 45px; left: 6%; }
.ms-texas-ai-node.node-five { top: 135px; left: 1%; }

.ms-texas-voice { padding: 100px 0; background: var(--tx-light); }
.ms-texas-voice-icon { width: 80px; height: 80px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 50%; background: linear-gradient(135deg,#0da8cb,#075c7a); color: #fff; font-size: 31px; }
.ms-texas-voice p { color: var(--tx-muted); }
.ms-texas-question-list { display: grid; gap: 12px; }
.ms-texas-question-list > div { display: flex; align-items: flex-start; gap: 13px; padding: 17px 19px; border: 1px solid var(--tx-border); border-radius: 12px; background: #fff; font-weight: 700; box-shadow: 0 8px 25px rgba(7,31,51,.04); }
.ms-texas-question-list i { margin-top: 5px; color: #069bbc; }
.ms-texas-voice-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.ms-texas-voice-tags span { padding: 7px 11px; border-radius: 999px; background: #e7f6fa; color: #087d99; font-size: 12px; font-weight: 800; }

.ms-texas-cities { padding: 100px 0; background: #fff; }
.ms-texas-city-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; margin-top: 35px; }
.ms-texas-city-grid > div { min-height: 68px; display: flex; align-items: center; justify-content: center; padding: 18px; border: 1px solid var(--tx-border); border-radius: 12px; background: #fff; box-shadow: 0 10px 25px rgba(5,31,50,.05); font-weight: 800; }
.ms-texas-city-grid i { margin-right: 7px; color: #0a9bbb; }

.ms-texas-trust { padding: 105px 0; background: linear-gradient(135deg,#071c30,#0a4663); }
.ms-texas-trust-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.ms-texas-trust-card { height: 100%; padding: 25px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(255,255,255,.08); }
.ms-texas-trust-card i { color: #67dff8; font-size: 25px; }
.ms-texas-trust-card h3 { margin: 14px 0 7px; color: #fff; font-size: 19px; font-weight: 800; }
.ms-texas-trust-card p { margin: 0; font-size: 14px; }

/* FAQ + CTA */
.ms-texas-faq { padding: 105px 0; background: var(--tx-light); }
.ms-texas-accordion { max-width: 920px; margin: 0 auto; }
.ms-texas-accordion .accordion-item { overflow: hidden; margin-bottom: 12px; border: 1px solid var(--tx-border); border-radius: 12px !important; background: #fff; }
.ms-texas-accordion .accordion-button { padding: 20px 22px; color: var(--tx-navy); font-size: 16px; font-weight: 800; line-height: 1.4; box-shadow: none; }
.ms-texas-accordion .accordion-button:not(.collapsed) { background: #eaf8fb; color: #075d78; }
.ms-texas-accordion .accordion-button:focus { border-color: transparent; box-shadow: none; }
.ms-texas-accordion .accordion-body { padding: 20px 22px; color: var(--tx-muted); }

.ms-texas-final-cta { padding: 85px 0; background: #fff; }
.ms-texas-cta-box { padding: clamp(48px,7vw,74px) 28px; border-radius: 25px; background: radial-gradient(circle at top,#126484,#061a2f 65%); color: #fff; box-shadow: 0 25px 70px rgba(5,31,50,.18); text-align: center; }
.ms-texas-cta-box > span { display: inline-block; margin-bottom: 12px; color: #76e4ff; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ms-texas-cta-box h2 { margin: 0; color: #fff; font-size: clamp(2rem,4vw,3.2rem); }
.ms-texas-cta-box p { max-width: 760px; margin: 15px auto 0; color: #c4d8e4; font-size: 17px; }
.ms-texas-btn-white,
.ms-texas-btn-outline { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border-radius: 10px; font-weight: 800; }
.ms-texas-btn-white { background: #fff; color: var(--tx-navy); }
.ms-texas-btn-outline { border: 1px solid rgba(255,255,255,.36); color: #fff; }
.ms-texas-btn-white:hover { background: #eafaff; color: var(--tx-navy); }
.ms-texas-btn-outline:hover { background: #fff; color: var(--tx-navy); }

/* TABLET */
@media (max-width: 1199.98px) {
  .texas360-floating-card { display: none; }
  .texas360-content { margin-bottom: 140px; }
  .texas360-services { left: 12px; right: 12px; }
}
@media (max-width: 991.98px) {
  section h2 { font-size: clamp(2rem,5vw,2.75rem); }
  .texas360-section { min-height: auto; padding: 90px 0 35px; }
  .texas360-wrap { min-height: 700px; align-items: flex-start; }
  .texas360-content { margin: 35px auto 230px; }
  .texas360-orbit { display: none; }
  .texas360-services { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .texas360-service-item:nth-child(3) { border-right: 0; }
  .texas360-service-item:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.09); }
  .texas360-service-item:nth-child(4) { grid-column: 1 / 2; }
  .texas360-service-item:nth-child(5) { grid-column: 2 / 4; border-right: 0; }
  .ms-texas-intro,
  .ms-texas-market-needs,
  .ms-texas-why,
  .ms-texas-ai,
  .ms-texas-services,
  .ms-texas-modern-search,
  .ms-texas-industries,
  .ms-texas-geo,
  .ms-texas-voice,
  .ms-texas-cities,
  .ms-texas-trust,
  .ms-texas-faq { padding: 78px 0; }
  .ms-texas-data-visual,
  .ms-texas-ai-visual { min-height: 390px; margin-top: 10px; }
  .ms-texas-city-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ms-texas-service-card > p { min-height: auto; }
}

/* MOBILE */
@media (max-width: 767.98px) {
  body { line-height: 1.65; }
  .texas360-section { padding-top: 65px; }
  .texas360-wrap { min-height: 790px; }
  .texas360-content { margin: 20px auto 280px; }
  .texas360-title { font-size: clamp(2.55rem,12vw,3.55rem); line-height: 1.02; }
  .texas360-copy { font-size: 15px; }
  .texas360-tagline { font-size: 19px; }
  .texas360-services { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .texas360-service-item { min-height: 105px; border-right: 1px solid rgba(255,255,255,.09); border-bottom: 1px solid rgba(255,255,255,.09); }
  .texas360-service-item:nth-child(even) { border-right: 0; }
  .texas360-service-item:nth-child(3) { border-right: 1px solid rgba(255,255,255,.09); }
  .texas360-service-item:nth-child(4) { grid-column: auto; }
  .texas360-service-item:nth-child(5) { grid-column: 1 / 3; border-right: 0; border-bottom: 0; }
  .ms-texas-heading { margin-bottom: 35px; }
  .ms-texas-channel-grid,
  .ms-texas-search-grid,
  .ms-texas-geo-grid,
  .ms-texas-trust-grid { grid-template-columns: 1fr; }
  .ms-texas-service-card ul,
  .ms-texas-industry-content ul { grid-template-columns: 1fr; }
  .ms-texas-service-card,
  .ms-texas-industry-content,
  .ms-texas-benefit-card { padding: 25px; }
  .ms-texas-data-visual,
  .ms-texas-ai-visual { min-height: 345px; }
  .ms-texas-data-center,
  .ms-texas-ai-center { width: 150px; height: 150px; }
  .ms-texas-data-visual::before,
  .ms-texas-ai-visual::before { width: 270px; height: 270px; }
  .ms-texas-data-visual::after,
  .ms-texas-ai-visual::after { width: 205px; height: 205px; }
  .ms-texas-data-node,
  .ms-texas-ai-node { padding: 8px 10px; font-size: 13px; }
  .ms-texas-city-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ms-texas-industry-panel,
  .ms-texas-search-card { padding: 27px; }
}
@media (max-width: 479.98px) {
  .texas360-kicker { padding: 8px 11px; font-size: 9px; letter-spacing: .05em; }
  .texas360-title { font-size: 2.45rem; }
  .texas360-btn-primary,
  .texas360-btn-secondary { width: 100%; }
  .texas360-wrap { min-height: 835px; }
  .texas360-content { margin-bottom: 300px; }
  .texas360-service-item { padding: 14px 7px; }
  .texas360-service-item strong { font-size: 12px; }
  .texas360-service-item span { font-size: 10px; }
  .ms-texas-city-grid { grid-template-columns: 1fr; }
  .ms-texas-service-top { align-items: flex-start; }
  .ms-texas-service-icon { width: 52px; height: 52px; flex-basis: 52px; }
  .ms-texas-data-node.node-one { left: 1%; }
  .ms-texas-data-node.node-two { right: 1%; }
  .ms-texas-data-node.node-three { left: 1%; }
  .ms-texas-data-node.node-four { right: 1%; }
  .ms-texas-ai-node.node-one { left: 2%; }
  .ms-texas-ai-node.node-five { left: 2%; }
  .ms-texas-ai-node.node-two { right: 2%; }
  .ms-texas-ai-node.node-three { right: 2%; }
  .ms-texas-cta-box .d-flex { flex-direction: column; }
  .ms-texas-btn-white,
  .ms-texas-btn-outline { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
